Browse Source

remove unused rsel ns declaration

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@933337 13f79535-47bb-0310-9956-ffa450edef68
master
Matthew Jason Benson 15 years ago
parent
commit
84d14bfb72
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      src/tests/antunit/types/resources/test.xml

+ 1
- 2
src/tests/antunit/types/resources/test.xml View File

@@ -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" />



Loading…
Cancel
Save