git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@378708 13f79535-47bb-0310-9956-ffa450edef68master
| @@ -1,5 +1,13 @@ | |||||
| <?xml version="1.0"?> | <?xml version="1.0"?> | ||||
| <?xml-stylesheet type="text/xsl"?> | <?xml-stylesheet type="text/xsl"?> | ||||
| <!-- | |||||
| ======================================================================= | |||||
| Copyright (c) 2006 The Apache Software Foundation. All rights | |||||
| reserved. | |||||
| ======================================================================= | |||||
| --> | |||||
| <rdf:RDF xml:lang="en" | <rdf:RDF xml:lang="en" | ||||
| xmlns="http://usefulinc.com/ns/doap#" | xmlns="http://usefulinc.com/ns/doap#" | ||||
| xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" | xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" | ||||
| @@ -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"); | * Licensed under the Apache License, Version 2.0 (the "License"); | ||||
| * you may not use this file except in compliance with the License. | * you may not use this file except in compliance with the License. | ||||
| @@ -41,7 +41,7 @@ public class JavadocTest extends BuildFileTest { | |||||
| } | } | ||||
| // PR 38370 | // PR 38370 | ||||
| public void XtestDirsetPathWithoutPackagenames() throws Exception { | |||||
| public void testDirsetPathWithoutPackagenames() throws Exception { | |||||
| try { | try { | ||||
| executeTarget("dirsetPathWithoutPackagenames"); | executeTarget("dirsetPathWithoutPackagenames"); | ||||
| } catch (BuildException e) { | } catch (BuildException e) { | ||||