Browse Source

2006

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@378708 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 19 years ago
parent
commit
5ebaf876f8
3 changed files with 10 additions and 2 deletions
  1. +8
    -0
      doap_Ant.rdf
  2. +1
    -1
      src/main/org/apache/tools/ant/taskdefs/Mkdir.java
  3. +1
    -1
      src/testcases/org/apache/tools/ant/taskdefs/JavadocTest.java

+ 8
- 0
doap_Ant.rdf View File

@@ -1,5 +1,13 @@
<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl"?>
<!--
=======================================================================

Copyright (c) 2006 The Apache Software Foundation. All rights
reserved.

=======================================================================
-->
<rdf:RDF xml:lang="en"
xmlns="http://usefulinc.com/ns/doap#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"


+ 1
- 1
src/main/org/apache/tools/ant/taskdefs/Mkdir.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2000,2003-2004 The Apache Software Foundation
* Copyright 2000,2003-2004,2006 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.


+ 1
- 1
src/testcases/org/apache/tools/ant/taskdefs/JavadocTest.java View File

@@ -41,7 +41,7 @@ public class JavadocTest extends BuildFileTest {
}

// PR 38370
public void XtestDirsetPathWithoutPackagenames() throws Exception {
public void testDirsetPathWithoutPackagenames() throws Exception {
try {
executeTarget("dirsetPathWithoutPackagenames");
} catch (BuildException e) {


Loading…
Cancel
Save