You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by bo...@apache.org on 2006/02/18 11:09:29 UTC

svn commit: r378708 - in /ant/core/trunk: doap_Ant.rdf src/main/org/apache/tools/ant/taskdefs/Mkdir.java src/testcases/org/apache/tools/ant/taskdefs/JavadocTest.java

Author: bodewig
Date: Sat Feb 18 02:09:26 2006
New Revision: 378708

URL: http://svn.apache.org/viewcvs?rev=378708&view=rev
Log:
2006

Modified:
    ant/core/trunk/doap_Ant.rdf
    ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/Mkdir.java
    ant/core/trunk/src/testcases/org/apache/tools/ant/taskdefs/JavadocTest.java

Modified: ant/core/trunk/doap_Ant.rdf
URL: http://svn.apache.org/viewcvs/ant/core/trunk/doap_Ant.rdf?rev=378708&r1=378707&r2=378708&view=diff
==============================================================================
--- ant/core/trunk/doap_Ant.rdf (original)
+++ ant/core/trunk/doap_Ant.rdf Sat Feb 18 02:09:26 2006
@@ -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#" 

Modified: ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/Mkdir.java
URL: http://svn.apache.org/viewcvs/ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/Mkdir.java?rev=378708&r1=378707&r2=378708&view=diff
==============================================================================
--- ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/Mkdir.java (original)
+++ ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/Mkdir.java Sat Feb 18 02:09:26 2006
@@ -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.

Modified: ant/core/trunk/src/testcases/org/apache/tools/ant/taskdefs/JavadocTest.java
URL: http://svn.apache.org/viewcvs/ant/core/trunk/src/testcases/org/apache/tools/ant/taskdefs/JavadocTest.java?rev=378708&r1=378707&r2=378708&view=diff
==============================================================================
--- ant/core/trunk/src/testcases/org/apache/tools/ant/taskdefs/JavadocTest.java (original)
+++ ant/core/trunk/src/testcases/org/apache/tools/ant/taskdefs/JavadocTest.java Sat Feb 18 02:09:26 2006
@@ -41,7 +41,7 @@
     }
 
     // PR 38370
-    public void XtestDirsetPathWithoutPackagenames() throws Exception {
+    public void testDirsetPathWithoutPackagenames() throws Exception {
         try {
             executeTarget("dirsetPathWithoutPackagenames");
         } catch (BuildException e) {



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org