You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by mb...@apache.org on 2010/04/12 20:10:32 UTC

svn commit: r933337 - /ant/core/trunk/src/tests/antunit/types/resources/test.xml

Author: mbenson
Date: Mon Apr 12 18:10:31 2010
New Revision: 933337

URL: http://svn.apache.org/viewvc?rev=933337&view=rev
Log:
remove unused rsel ns declaration

Modified:
    ant/core/trunk/src/tests/antunit/types/resources/test.xml

Modified: ant/core/trunk/src/tests/antunit/types/resources/test.xml
URL: http://svn.apache.org/viewvc/ant/core/trunk/src/tests/antunit/types/resources/test.xml?rev=933337&r1=933336&r2=933337&view=diff
==============================================================================
--- ant/core/trunk/src/tests/antunit/types/resources/test.xml (original)
+++ ant/core/trunk/src/tests/antunit/types/resources/test.xml Mon Apr 12 18:10:31 2010
@@ -15,8 +15,7 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<project default="antunit" xmlns:au="antlib:org.apache.ant.antunit"
-         xmlns:rsel="antlib:org.apache.tools.ant.types.resources.selectors">
+<project default="antunit" xmlns:au="antlib:org.apache.ant.antunit">
 
   <import file="../../antunit-base.xml" />