You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by bo...@apache.org on 2009/02/28 07:15:09 UTC

svn commit: r748780 [3/4] - in /ant/core/trunk: lib/optional/ src/etc/ src/etc/poms/ src/etc/poms/ant-antlr/ src/etc/poms/ant-apache-bcel/ src/etc/poms/ant-apache-bsf/ src/etc/poms/ant-apache-log4j/ src/etc/poms/ant-apache-oro/ src/etc/poms/ant-apache-...

Modified: ant/core/trunk/src/etc/poms/ant-stylebook/pom.xml
URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/poms/ant-stylebook/pom.xml?rev=748780&r1=748779&r2=748780&view=diff
==============================================================================
--- ant/core/trunk/src/etc/poms/ant-stylebook/pom.xml (original)
+++ ant/core/trunk/src/etc/poms/ant-stylebook/pom.xml Sat Feb 28 06:15:08 2009
@@ -1,72 +1,72 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-   Licensed to the Apache Software Foundation (ASF) under one or more
-   contributor license agreements.  See the NOTICE file distributed with
-   this work for additional information regarding copyright ownership.
-   The ASF licenses this file to You under the Apache License, Version 2.0
-   (the "License"); you may not use this file except in compliance with
-   the License.  You may obtain a copy of the License at
-
-       http://www.apache.org/licenses/LICENSE-2.0
-
-   Unless required by applicable law or agreed to in writing, software
-   distributed under the License is distributed on an "AS IS" BASIS,
-   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-   See the License for the specific language governing permissions and
-   limitations under the License.
--->
-<!--
-  This POM has been created manually by the Ant Development Team.
-  Please contact us if you are not satisfied with the data contained in this POM.
-  URL : http://ant.apache.org
--->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-  <parent>
-    <groupId>org.apache.ant</groupId>
-    <artifactId>ant-parent</artifactId>
-    <relativePath>../pom.xml</relativePath>
-    <version>1.7.1-SNAPSHOT</version>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>org.apache.ant</groupId>
-  <artifactId>ant-stylebook</artifactId>
-  <version>1.7.1-SNAPSHOT</version>
-  <description>executes the Apache Stylebook document generator. Deprecated since Ant 1.7</description>
-  <dependencies>
-    <dependency>
-      <groupId>org.apache.ant</groupId>
-      <artifactId>ant</artifactId>
-      <version>1.7.1-SNAPSHOT</version>
-      <scope>compile</scope>
-    </dependency>
-    <dependency>
-      <groupId>stylebook</groupId>
-      <artifactId>stylebook</artifactId>
-      <version>1.0-b2</version>
-      <scope>provided</scope>
-    </dependency>
-  </dependencies>
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-compiler-plugin</artifactId>
-        <configuration>
-          <source>1.2</source>
-          <target>1.2</target>
-          <includes>
-            <include>org/apache/tools/ant//taskdefs/optional/StyleBook*</include>
-          </includes>
-        </configuration>
-      </plugin>
-    </plugins>
-    <sourceDirectory>../../../../src/main</sourceDirectory>
-    <testSourceDirectory>../../../../src/testcases</testSourceDirectory>
-    <outputDirectory>../../../../target/${project.artifactId}/classes</outputDirectory>
-    <testOutputDirectory>../../../../target/${project.artifactId}/testcases</testOutputDirectory>
-    <directory>../../../../target/${project.artifactId}</directory>
-  </build>
-  
-</project>
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You under the Apache License, Version 2.0
+   (the "License"); you may not use this file except in compliance with
+   the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+-->
+<!--
+  This POM has been created manually by the Ant Development Team.
+  Please contact us if you are not satisfied with the data contained in this POM.
+  URL : http://ant.apache.org
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+  <parent>
+    <groupId>org.apache.ant</groupId>
+    <artifactId>ant-parent</artifactId>
+    <relativePath>../pom.xml</relativePath>
+    <version>1.7.1-SNAPSHOT</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.apache.ant</groupId>
+  <artifactId>ant-stylebook</artifactId>
+  <version>1.7.1-SNAPSHOT</version>
+  <description>executes the Apache Stylebook document generator. Deprecated since Ant 1.7</description>
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.ant</groupId>
+      <artifactId>ant</artifactId>
+      <version>1.7.1-SNAPSHOT</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>stylebook</groupId>
+      <artifactId>stylebook</artifactId>
+      <version>1.0-b2</version>
+      <scope>provided</scope>
+    </dependency>
+  </dependencies>
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-compiler-plugin</artifactId>
+        <configuration>
+          <source>1.2</source>
+          <target>1.2</target>
+          <includes>
+            <include>org/apache/tools/ant//taskdefs/optional/StyleBook*</include>
+          </includes>
+        </configuration>
+      </plugin>
+    </plugins>
+    <sourceDirectory>../../../../src/main</sourceDirectory>
+    <testSourceDirectory>../../../../src/testcases</testSourceDirectory>
+    <outputDirectory>../../../../target/${project.artifactId}/classes</outputDirectory>
+    <testOutputDirectory>../../../../target/${project.artifactId}/testcases</testOutputDirectory>
+    <directory>../../../../target/${project.artifactId}</directory>
+  </build>
+  
+</project>

Propchange: ant/core/trunk/src/etc/poms/ant-stylebook/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: ant/core/trunk/src/etc/poms/ant-swing/pom.xml
URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/poms/ant-swing/pom.xml?rev=748780&r1=748779&r2=748780&view=diff
==============================================================================
--- ant/core/trunk/src/etc/poms/ant-swing/pom.xml (original)
+++ ant/core/trunk/src/etc/poms/ant-swing/pom.xml Sat Feb 28 06:15:08 2009
@@ -1,66 +1,66 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-   Licensed to the Apache Software Foundation (ASF) under one or more
-   contributor license agreements.  See the NOTICE file distributed with
-   this work for additional information regarding copyright ownership.
-   The ASF licenses this file to You under the Apache License, Version 2.0
-   (the "License"); you may not use this file except in compliance with
-   the License.  You may obtain a copy of the License at
-
-       http://www.apache.org/licenses/LICENSE-2.0
-
-   Unless required by applicable law or agreed to in writing, software
-   distributed under the License is distributed on an "AS IS" BASIS,
-   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-   See the License for the specific language governing permissions and
-   limitations under the License.
--->
-<!--
-  This POM has been created manually by the Ant Development Team.
-  Please contact us if you are not satisfied with the data contained in this POM.
-  URL : http://ant.apache.org
--->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-  <parent>
-    <groupId>org.apache.ant</groupId>
-    <artifactId>ant-parent</artifactId>
-    <relativePath>../pom.xml</relativePath>
-    <version>1.7.1-SNAPSHOT</version>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>org.apache.ant</groupId>
-  <artifactId>ant-swing</artifactId>
-  <version>1.7.1-SNAPSHOT</version>
-  <description>a listener and a splash task based on Swing</description>
-  <dependencies>
-    <dependency>
-      <groupId>org.apache.ant</groupId>
-      <artifactId>ant</artifactId>
-      <version>1.7.1-SNAPSHOT</version>
-      <scope>compile</scope>
-    </dependency>
-  </dependencies>
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-compiler-plugin</artifactId>
-        <configuration>
-          <source>1.2</source>
-          <target>1.2</target>
-          <includes>
-            <include>org/apache/tools/ant//taskdefs/optional/splash/*</include>
-          </includes>
-        </configuration>
-      </plugin>
-    </plugins>
-    <sourceDirectory>../../../../src/main</sourceDirectory>
-    <testSourceDirectory>../../../../src/testcases</testSourceDirectory>
-    <outputDirectory>../../../../target/${project.artifactId}/classes</outputDirectory>
-    <testOutputDirectory>../../../../target/${project.artifactId}/testcases</testOutputDirectory>
-    <directory>../../../../target/${project.artifactId}</directory>
-  </build>
-  
-</project>
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You under the Apache License, Version 2.0
+   (the "License"); you may not use this file except in compliance with
+   the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+-->
+<!--
+  This POM has been created manually by the Ant Development Team.
+  Please contact us if you are not satisfied with the data contained in this POM.
+  URL : http://ant.apache.org
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+  <parent>
+    <groupId>org.apache.ant</groupId>
+    <artifactId>ant-parent</artifactId>
+    <relativePath>../pom.xml</relativePath>
+    <version>1.7.1-SNAPSHOT</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.apache.ant</groupId>
+  <artifactId>ant-swing</artifactId>
+  <version>1.7.1-SNAPSHOT</version>
+  <description>a listener and a splash task based on Swing</description>
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.ant</groupId>
+      <artifactId>ant</artifactId>
+      <version>1.7.1-SNAPSHOT</version>
+      <scope>compile</scope>
+    </dependency>
+  </dependencies>
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-compiler-plugin</artifactId>
+        <configuration>
+          <source>1.2</source>
+          <target>1.2</target>
+          <includes>
+            <include>org/apache/tools/ant//taskdefs/optional/splash/*</include>
+          </includes>
+        </configuration>
+      </plugin>
+    </plugins>
+    <sourceDirectory>../../../../src/main</sourceDirectory>
+    <testSourceDirectory>../../../../src/testcases</testSourceDirectory>
+    <outputDirectory>../../../../target/${project.artifactId}/classes</outputDirectory>
+    <testOutputDirectory>../../../../target/${project.artifactId}/testcases</testOutputDirectory>
+    <directory>../../../../target/${project.artifactId}</directory>
+  </build>
+  
+</project>

Propchange: ant/core/trunk/src/etc/poms/ant-swing/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: ant/core/trunk/src/etc/poms/ant-trax/pom.xml
URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/poms/ant-trax/pom.xml?rev=748780&r1=748779&r2=748780&view=diff
==============================================================================
--- ant/core/trunk/src/etc/poms/ant-trax/pom.xml (original)
+++ ant/core/trunk/src/etc/poms/ant-trax/pom.xml Sat Feb 28 06:15:08 2009
@@ -1,94 +1,94 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-   Licensed to the Apache Software Foundation (ASF) under one or more
-   contributor license agreements.  See the NOTICE file distributed with
-   this work for additional information regarding copyright ownership.
-   The ASF licenses this file to You under the Apache License, Version 2.0
-   (the "License"); you may not use this file except in compliance with
-   the License.  You may obtain a copy of the License at
-
-       http://www.apache.org/licenses/LICENSE-2.0
-
-   Unless required by applicable law or agreed to in writing, software
-   distributed under the License is distributed on an "AS IS" BASIS,
-   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-   See the License for the specific language governing permissions and
-   limitations under the License.
--->
-<!--
-  This POM has been created manually by the Ant Development Team.
-  Please contact us if you are not satisfied with the data contained in this POM.
-  URL : http://ant.apache.org
--->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-  <parent>
-    <groupId>org.apache.ant</groupId>
-    <artifactId>ant-parent</artifactId>
-    <relativePath>../pom.xml</relativePath>
-    <version>1.7.1-SNAPSHOT</version>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>org.apache.ant</groupId>
-  <artifactId>ant-trax</artifactId>
-  <version>1.7.1-SNAPSHOT</version>
-  <description>contains particularly one class necessary for the execution of the xslt task</description>
-  <dependencies>
-    <dependency>
-      <groupId>org.apache.ant</groupId>
-      <artifactId>ant</artifactId>
-      <version>1.7.1-SNAPSHOT</version>
-      <scope>compile</scope>
-    </dependency>
-    <dependency>
-      <!-- the implementation jar of the xerces jar will be used by ant to parse
-      XML files, particularly the build files, if the JDK does not provide a parser
-      xercesImpl.jar is provided with ant -->
-      <groupId>xerces</groupId>
-      <artifactId>xercesImpl</artifactId>
-      <version>2.9.0</version>
-      <optional>true</optional>
-      <scope>runtime</scope>
-    </dependency>
-    <dependency>
-      <!-- xml-apis contains the org.w3c.dom package 
-        since ant is using DOM APIS to parse the XML build file and do other XML related activities
-        xml-apis is a compile time dependency
-        a version of xml-apis.jar is delivered with ant -->
-      <groupId>xml-apis</groupId>
-      <artifactId>xml-apis</artifactId>
-      <version>1.3.04</version>
-      <optional>true</optional>
-      <scope>compile</scope>
-    </dependency>
-    <dependency>
-      <!-- xalan contains a TRAX compliant implementation -->
-      <groupId>xalan</groupId>
-      <artifactId>xalan</artifactId>
-      <version>2.7.0</version>
-      <optional>true</optional>
-      <scope>runtime</scope>
-    </dependency>
-  </dependencies>
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-compiler-plugin</artifactId>
-        <configuration>
-          <source>1.2</source>
-          <target>1.2</target>
-          <includes>
-            <include>org/apache/tools/ant//taskdefs/optional/TraXLiaison*</include>
-          </includes>
-        </configuration>
-      </plugin>
-    </plugins>
-    <sourceDirectory>../../../../src/main</sourceDirectory>
-    <testSourceDirectory>../../../../src/testcases</testSourceDirectory>
-    <outputDirectory>../../../../target/${project.artifactId}/classes</outputDirectory>
-    <testOutputDirectory>../../../../target/${project.artifactId}/testcases</testOutputDirectory>
-    <directory>../../../../target/${project.artifactId}</directory>
-  </build>
-  </project>
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You under the Apache License, Version 2.0
+   (the "License"); you may not use this file except in compliance with
+   the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+-->
+<!--
+  This POM has been created manually by the Ant Development Team.
+  Please contact us if you are not satisfied with the data contained in this POM.
+  URL : http://ant.apache.org
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+  <parent>
+    <groupId>org.apache.ant</groupId>
+    <artifactId>ant-parent</artifactId>
+    <relativePath>../pom.xml</relativePath>
+    <version>1.7.1-SNAPSHOT</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.apache.ant</groupId>
+  <artifactId>ant-trax</artifactId>
+  <version>1.7.1-SNAPSHOT</version>
+  <description>contains particularly one class necessary for the execution of the xslt task</description>
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.ant</groupId>
+      <artifactId>ant</artifactId>
+      <version>1.7.1-SNAPSHOT</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <!-- the implementation jar of the xerces jar will be used by ant to parse
+      XML files, particularly the build files, if the JDK does not provide a parser
+      xercesImpl.jar is provided with ant -->
+      <groupId>xerces</groupId>
+      <artifactId>xercesImpl</artifactId>
+      <version>2.9.0</version>
+      <optional>true</optional>
+      <scope>runtime</scope>
+    </dependency>
+    <dependency>
+      <!-- xml-apis contains the org.w3c.dom package 
+        since ant is using DOM APIS to parse the XML build file and do other XML related activities
+        xml-apis is a compile time dependency
+        a version of xml-apis.jar is delivered with ant -->
+      <groupId>xml-apis</groupId>
+      <artifactId>xml-apis</artifactId>
+      <version>1.3.04</version>
+      <optional>true</optional>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <!-- xalan contains a TRAX compliant implementation -->
+      <groupId>xalan</groupId>
+      <artifactId>xalan</artifactId>
+      <version>2.7.0</version>
+      <optional>true</optional>
+      <scope>runtime</scope>
+    </dependency>
+  </dependencies>
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-compiler-plugin</artifactId>
+        <configuration>
+          <source>1.2</source>
+          <target>1.2</target>
+          <includes>
+            <include>org/apache/tools/ant//taskdefs/optional/TraXLiaison*</include>
+          </includes>
+        </configuration>
+      </plugin>
+    </plugins>
+    <sourceDirectory>../../../../src/main</sourceDirectory>
+    <testSourceDirectory>../../../../src/testcases</testSourceDirectory>
+    <outputDirectory>../../../../target/${project.artifactId}/classes</outputDirectory>
+    <testOutputDirectory>../../../../target/${project.artifactId}/testcases</testOutputDirectory>
+    <directory>../../../../target/${project.artifactId}</directory>
+  </build>
+  </project>

Propchange: ant/core/trunk/src/etc/poms/ant-trax/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: ant/core/trunk/src/etc/poms/ant-weblogic/pom.xml
URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/poms/ant-weblogic/pom.xml?rev=748780&r1=748779&r2=748780&view=diff
==============================================================================
--- ant/core/trunk/src/etc/poms/ant-weblogic/pom.xml (original)
+++ ant/core/trunk/src/etc/poms/ant-weblogic/pom.xml Sat Feb 28 06:15:08 2009
@@ -1,79 +1,79 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-   Licensed to the Apache Software Foundation (ASF) under one or more
-   contributor license agreements.  See the NOTICE file distributed with
-   this work for additional information regarding copyright ownership.
-   The ASF licenses this file to You under the Apache License, Version 2.0
-   (the "License"); you may not use this file except in compliance with
-   the License.  You may obtain a copy of the License at
-
-       http://www.apache.org/licenses/LICENSE-2.0
-
-   Unless required by applicable law or agreed to in writing, software
-   distributed under the License is distributed on an "AS IS" BASIS,
-   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-   See the License for the specific language governing permissions and
-   limitations under the License.
--->
-<!--
-  This POM has been created manually by the Ant Development Team.
-  Please contact us if you are not satisfied with the data contained in this POM.
-  URL : http://ant.apache.org
--->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-  <parent>
-    <groupId>org.apache.ant</groupId>
-    <artifactId>ant-parent</artifactId>
-    <relativePath>../pom.xml</relativePath>
-    <version>1.7.1-SNAPSHOT</version>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>org.apache.ant</groupId>
-  <artifactId>ant-weblogic</artifactId>
-  <version>1.7.1-SNAPSHOT</version>
-  <dependencies>
-    <dependency>
-      <groupId>org.apache.ant</groupId>
-      <artifactId>ant</artifactId>
-      <version>1.7.1-SNAPSHOT</version>
-      <scope>compile</scope>
-    </dependency>
-    <dependency>
-      <groupId>com.bea</groupId>
-      <artifactId>weblogicclasses</artifactId>
-      <version>5.1</version>
-      <scope>provided</scope>
-    </dependency>
-    <dependency>
-      <groupId>com.bea</groupId>
-      <artifactId>weblogic</artifactId>
-      <version>8.1.3.0</version>
-      <scope>provided</scope>
-    </dependency>
-  </dependencies>
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-compiler-plugin</artifactId>
-        <configuration>
-          <source>1.2</source>
-          <target>1.2</target>
-          <includes>
-            <include>org/apache/tools/ant//taskdefs/optional/ejb/Ejbc*</include>
-            <include>org/apache/tools/ant//taskdefs/optional/ejb/DDCreator*</include>
-            <include>org/apache/tools/ant//taskdefs/optional/ejb/WLRun*</include>
-            <include>org/apache/tools/ant//taskdefs/optional/ejb/WLStop*</include>
-          </includes>
-        </configuration>
-      </plugin>
-    </plugins>
-    <sourceDirectory>../../../../src/main</sourceDirectory>
-    <testSourceDirectory>../../../../src/testcases</testSourceDirectory>
-    <outputDirectory>../../../../target/${project.artifactId}/classes</outputDirectory>
-    <testOutputDirectory>../../../../target/${project.artifactId}/testcases</testOutputDirectory>
-    <directory>../../../../target/${project.artifactId}</directory>
-  </build>
-</project>
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You under the Apache License, Version 2.0
+   (the "License"); you may not use this file except in compliance with
+   the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+-->
+<!--
+  This POM has been created manually by the Ant Development Team.
+  Please contact us if you are not satisfied with the data contained in this POM.
+  URL : http://ant.apache.org
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+  <parent>
+    <groupId>org.apache.ant</groupId>
+    <artifactId>ant-parent</artifactId>
+    <relativePath>../pom.xml</relativePath>
+    <version>1.7.1-SNAPSHOT</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.apache.ant</groupId>
+  <artifactId>ant-weblogic</artifactId>
+  <version>1.7.1-SNAPSHOT</version>
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.ant</groupId>
+      <artifactId>ant</artifactId>
+      <version>1.7.1-SNAPSHOT</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.bea</groupId>
+      <artifactId>weblogicclasses</artifactId>
+      <version>5.1</version>
+      <scope>provided</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.bea</groupId>
+      <artifactId>weblogic</artifactId>
+      <version>8.1.3.0</version>
+      <scope>provided</scope>
+    </dependency>
+  </dependencies>
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-compiler-plugin</artifactId>
+        <configuration>
+          <source>1.2</source>
+          <target>1.2</target>
+          <includes>
+            <include>org/apache/tools/ant//taskdefs/optional/ejb/Ejbc*</include>
+            <include>org/apache/tools/ant//taskdefs/optional/ejb/DDCreator*</include>
+            <include>org/apache/tools/ant//taskdefs/optional/ejb/WLRun*</include>
+            <include>org/apache/tools/ant//taskdefs/optional/ejb/WLStop*</include>
+          </includes>
+        </configuration>
+      </plugin>
+    </plugins>
+    <sourceDirectory>../../../../src/main</sourceDirectory>
+    <testSourceDirectory>../../../../src/testcases</testSourceDirectory>
+    <outputDirectory>../../../../target/${project.artifactId}/classes</outputDirectory>
+    <testOutputDirectory>../../../../target/${project.artifactId}/testcases</testOutputDirectory>
+    <directory>../../../../target/${project.artifactId}</directory>
+  </build>
+</project>

Propchange: ant/core/trunk/src/etc/poms/ant-weblogic/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: ant/core/trunk/src/etc/poms/ant/pom.xml
URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/poms/ant/pom.xml?rev=748780&r1=748779&r2=748780&view=diff
==============================================================================
--- ant/core/trunk/src/etc/poms/ant/pom.xml (original)
+++ ant/core/trunk/src/etc/poms/ant/pom.xml Sat Feb 28 06:15:08 2009
@@ -1,232 +1,232 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-   Licensed to the Apache Software Foundation (ASF) under one or more
-   contributor license agreements.  See the NOTICE file distributed with
-   this work for additional information regarding copyright ownership.
-   The ASF licenses this file to You under the Apache License, Version 2.0
-   (the "License"); you may not use this file except in compliance with
-   the License.  You may obtain a copy of the License at
-
-       http://www.apache.org/licenses/LICENSE-2.0
-
-   Unless required by applicable law or agreed to in writing, software
-   distributed under the License is distributed on an "AS IS" BASIS,
-   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-   See the License for the specific language governing permissions and
-   limitations under the License.
--->
-<!--
-  This POM has been created manually by the Ant Development Team.
-  Please contact us if you are not satisfied with the data contained in this POM.
-  URL : http://ant.apache.org
--->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-  <parent>
-    <groupId>org.apache.ant</groupId>
-    <artifactId>ant-parent</artifactId>
-    <relativePath>../pom.xml</relativePath>
-    <version>1.7.1-SNAPSHOT</version>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>org.apache.ant</groupId>
-  <artifactId>ant</artifactId>
-  <version>1.7.1-SNAPSHOT</version>
-  <name>org.apache.tools.ant</name>
-  <description>Apache Ant</description>
-  <dependencies>
-    <dependency>
-      <groupId>org.apache.ant</groupId>
-      <artifactId>ant-launcher</artifactId>
-      <version>1.7.1-SNAPSHOT</version>
-      <scope>compile</scope>
-    </dependency>
-    <dependency>
-      <!-- the implementation jar of the xerces jar will be used by ant to parse
-      XML files, particularly the build files, if the JDK does not provide a parser
-        xercesImpl.jar is provided with ant -->
-      <groupId>xerces</groupId>
-      <artifactId>xercesImpl</artifactId>
-      <version>2.9.0</version>
-      <optional>true</optional>
-      <scope>runtime</scope>
-    </dependency>
-    <dependency>
-      <!-- xml-apis contains the org.w3c.dom package 
-      since ant is using DOM APIS to parse the XML build file and do other XML related activities
-      xml-apis is a compile time dependency
-      a version of xml-apis.jar is delivered with ant -->
-      <groupId>xml-apis</groupId>
-      <artifactId>xml-apis</artifactId>
-      <version>1.3.04</version>
-      <optional>true</optional>
-      <scope>compile</scope>
-    </dependency>
-  </dependencies>
-  <build>
-    <filters>
-      <filter>../../../../target/ant/.build.timestamp.properties</filter>
-    </filters>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-jar-plugin</artifactId>
-        <configuration> </configuration>
-      </plugin>
-      <plugin>
-        <artifactId>maven-antrun-plugin</artifactId>
-        <executions>
-          <execution>
-            <id>create-timestamp-file</id>
-            <phase>generate-resources</phase>
-            <goals>
-              <goal>run</goal>
-            </goals>
-            <configuration>
-              <tasks>
-                <tstamp/>
-                <mkdir dir="${project.build.directory}"/>
-                <touch file="${project.build.directory}/.build.timestamp.properties"/>
-                <echo file="${project.build.directory}/.build.timestamp.properties" append="false"
-                  message="TODAY=${TODAY}"/>
-              </tasks>
-            </configuration>
-          </execution>
-          <execution>
-            <id>delete-timestamp-file</id>
-            <phase>clean</phase>
-            <goals>
-              <goal>run</goal>
-            </goals>
-            <configuration>
-              <tasks>
-                <delete file="${project.build.directory}/.build.timestamp.properties"/>
-              </tasks>
-            </configuration>
-          </execution>
-        </executions>
-      </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-compiler-plugin</artifactId>
-        <configuration>
-          <source>1.2</source>
-          <target>1.2</target>
-          <excludes>
-            <exclude>org/apache/tools/ant/taskdefs/optional/**</exclude>
-            <exclude>org/apache/tools/ant/filters/util/JavaClassHelper*</exclude>
-            <exclude>org/apache/tools/ant/types/optional/**</exclude>
-            <exclude>org/apache/tools/ant/types/resolver/**</exclude>
-            <exclude>org/apache/tools/ant/util/depend/**</exclude>
-            <exclude>org/apache/tools/ant/util/optional/**</exclude>
-            <exclude>org/apache/tools/ant/util/Script*</exclude>
-            <exclude>org/apache/tools/ant/listener/Log4jListener*</exclude>
-            <exclude>org/apache/tools/ant/listener/CommonsLoggingListener*</exclude>
-            <exclude>org/apache/tools/ant/util/regexp/JakartaRegexp*</exclude>
-            <exclude>org/apache/tools/ant/util/regexp/JakartaOro*</exclude>
-            <exclude>org/apache/tools/ant/util/regexp/Jdk14Regexp*</exclude>
-            <exclude>org/apache/tools/ant/taskdefs/email/MimeMailer*</exclude>
-            <exclude>org/apache/tools/ant/launch/**</exclude>
-          </excludes>
-          <testExcludes>
-            <exclude>org/apache/tools/ant/taskdefs/optional/**</exclude>
-            <exclude>org/apache/tools/ant/filters/util/JavaClassHelper*</exclude>
-            <exclude>org/apache/tools/ant/types/optional/**</exclude>
-            <exclude>org/apache/tools/ant/types/resolver/**</exclude>
-            <exclude>org/apache/tools/ant/util/depend/**</exclude>
-            <exclude>org/apache/tools/ant/util/optional/**</exclude>
-            <exclude>org/apache/tools/ant/util/Script*</exclude>
-            <exclude>org/apache/tools/ant/listener/Log4jListener*</exclude>
-            <exclude>org/apache/tools/ant/listener/CommonsLoggingListener*</exclude>
-            <exclude>org/apache/tools/ant/util/regexp/JakartaRegexp*</exclude>
-            <exclude>org/apache/tools/ant/util/regexp/JakartaOro*</exclude>
-            <exclude>org/apache/tools/ant/util/regexp/Jdk14Regexp*</exclude>
-            <exclude>org/apache/tools/ant/taskdefs/email/MimeMailer*</exclude>
-            <exclude>org/apache/tools/ant/launch/**</exclude>
-            <exclude>org/apache/tools/ant/taskdefs/StyleTest*</exclude>
-          </testExcludes>
-        </configuration>
-      </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-surefire-plugin</artifactId>
-        <configuration>
-          <omitBasedir>true</omitBasedir>
-          <systemProperties>
-            <property>
-              <name>ant.home</name>
-              <value>${env.ANT_HOME}</value>
-            </property>
-            <property>
-              <name>build.tests</name>
-              <value>../../../../target/ant/testcases</value>
-            </property>
-            <property>
-              <name>build.tests.value</name>
-              <value>../../../../target/ant/testcases</value>
-            </property>
-            <property>
-              <name>offline</name>
-              <value>true</value>
-            </property>
-            <property>
-              <name>root</name>
-              <value>../../../..</value>
-            </property>
-          </systemProperties>
-        </configuration>
-      </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-surefire-report-plugin</artifactId>
-      </plugin>
-    </plugins>
-    <resources>
-      <resource>
-        <directory>../../../../src/main</directory>
-        <filtering>true</filtering>
-        <includes>
-          <include>org/apache/tools/ant/taskdefs/default.properties</include>
-          <include>org/apache/tools/ant/types/default.properties</include>
-          <include>org/apache/tools/ant/taskdefs/default.properties</include>
-          <include>org/apache/tools/ant/types/conditions/antlib.xml</include>
-          <include>org/apache/tools/ant/defaultManifest.mf</include>
-          <include>org/apache/tools/ant/version.txt</include>
-        </includes>
-      </resource>
-      <resource>
-        <directory>../../../../src/resources</directory>
-        <filtering>true</filtering>
-        <includes>
-          <include>**/antlib.xml</include>
-        </includes>
-      </resource>
-      <resource>
-        <directory>../../../../docs</directory>
-        <filtering>false</filtering>
-        <includes>
-          <include>images/ant_logo_large.gif</include>
-        </includes>
-      </resource>
-    </resources>
-    <testResources>
-      <testResource>
-        <directory>../../../../src/etc/testcases</directory>
-        <filtering>true</filtering>
-      </testResource>
-      <testResource>
-        <directory>../../../../src/main</directory>
-        <filtering>true</filtering>
-        <excludes>
-          <exclude>**/*.java</exclude>
-        </excludes>
-      </testResource>
-    </testResources>
-    <sourceDirectory>../../../../src/main</sourceDirectory>
-    <testSourceDirectory>../../../../src/tests/junit</testSourceDirectory>
-    <outputDirectory>../../../../target/ant/classes</outputDirectory>
-    <testOutputDirectory>../../../../target/ant/testcases</testOutputDirectory>
-    <directory>../../../../target/ant</directory>
-  </build>
-</project>
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You under the Apache License, Version 2.0
+   (the "License"); you may not use this file except in compliance with
+   the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+-->
+<!--
+  This POM has been created manually by the Ant Development Team.
+  Please contact us if you are not satisfied with the data contained in this POM.
+  URL : http://ant.apache.org
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+  <parent>
+    <groupId>org.apache.ant</groupId>
+    <artifactId>ant-parent</artifactId>
+    <relativePath>../pom.xml</relativePath>
+    <version>1.7.1-SNAPSHOT</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.apache.ant</groupId>
+  <artifactId>ant</artifactId>
+  <version>1.7.1-SNAPSHOT</version>
+  <name>org.apache.tools.ant</name>
+  <description>Apache Ant</description>
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.ant</groupId>
+      <artifactId>ant-launcher</artifactId>
+      <version>1.7.1-SNAPSHOT</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <!-- the implementation jar of the xerces jar will be used by ant to parse
+      XML files, particularly the build files, if the JDK does not provide a parser
+        xercesImpl.jar is provided with ant -->
+      <groupId>xerces</groupId>
+      <artifactId>xercesImpl</artifactId>
+      <version>2.9.0</version>
+      <optional>true</optional>
+      <scope>runtime</scope>
+    </dependency>
+    <dependency>
+      <!-- xml-apis contains the org.w3c.dom package 
+      since ant is using DOM APIS to parse the XML build file and do other XML related activities
+      xml-apis is a compile time dependency
+      a version of xml-apis.jar is delivered with ant -->
+      <groupId>xml-apis</groupId>
+      <artifactId>xml-apis</artifactId>
+      <version>1.3.04</version>
+      <optional>true</optional>
+      <scope>compile</scope>
+    </dependency>
+  </dependencies>
+  <build>
+    <filters>
+      <filter>../../../../target/ant/.build.timestamp.properties</filter>
+    </filters>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-jar-plugin</artifactId>
+        <configuration> </configuration>
+      </plugin>
+      <plugin>
+        <artifactId>maven-antrun-plugin</artifactId>
+        <executions>
+          <execution>
+            <id>create-timestamp-file</id>
+            <phase>generate-resources</phase>
+            <goals>
+              <goal>run</goal>
+            </goals>
+            <configuration>
+              <tasks>
+                <tstamp/>
+                <mkdir dir="${project.build.directory}"/>
+                <touch file="${project.build.directory}/.build.timestamp.properties"/>
+                <echo file="${project.build.directory}/.build.timestamp.properties" append="false"
+                  message="TODAY=${TODAY}"/>
+              </tasks>
+            </configuration>
+          </execution>
+          <execution>
+            <id>delete-timestamp-file</id>
+            <phase>clean</phase>
+            <goals>
+              <goal>run</goal>
+            </goals>
+            <configuration>
+              <tasks>
+                <delete file="${project.build.directory}/.build.timestamp.properties"/>
+              </tasks>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-compiler-plugin</artifactId>
+        <configuration>
+          <source>1.2</source>
+          <target>1.2</target>
+          <excludes>
+            <exclude>org/apache/tools/ant/taskdefs/optional/**</exclude>
+            <exclude>org/apache/tools/ant/filters/util/JavaClassHelper*</exclude>
+            <exclude>org/apache/tools/ant/types/optional/**</exclude>
+            <exclude>org/apache/tools/ant/types/resolver/**</exclude>
+            <exclude>org/apache/tools/ant/util/depend/**</exclude>
+            <exclude>org/apache/tools/ant/util/optional/**</exclude>
+            <exclude>org/apache/tools/ant/util/Script*</exclude>
+            <exclude>org/apache/tools/ant/listener/Log4jListener*</exclude>
+            <exclude>org/apache/tools/ant/listener/CommonsLoggingListener*</exclude>
+            <exclude>org/apache/tools/ant/util/regexp/JakartaRegexp*</exclude>
+            <exclude>org/apache/tools/ant/util/regexp/JakartaOro*</exclude>
+            <exclude>org/apache/tools/ant/util/regexp/Jdk14Regexp*</exclude>
+            <exclude>org/apache/tools/ant/taskdefs/email/MimeMailer*</exclude>
+            <exclude>org/apache/tools/ant/launch/**</exclude>
+          </excludes>
+          <testExcludes>
+            <exclude>org/apache/tools/ant/taskdefs/optional/**</exclude>
+            <exclude>org/apache/tools/ant/filters/util/JavaClassHelper*</exclude>
+            <exclude>org/apache/tools/ant/types/optional/**</exclude>
+            <exclude>org/apache/tools/ant/types/resolver/**</exclude>
+            <exclude>org/apache/tools/ant/util/depend/**</exclude>
+            <exclude>org/apache/tools/ant/util/optional/**</exclude>
+            <exclude>org/apache/tools/ant/util/Script*</exclude>
+            <exclude>org/apache/tools/ant/listener/Log4jListener*</exclude>
+            <exclude>org/apache/tools/ant/listener/CommonsLoggingListener*</exclude>
+            <exclude>org/apache/tools/ant/util/regexp/JakartaRegexp*</exclude>
+            <exclude>org/apache/tools/ant/util/regexp/JakartaOro*</exclude>
+            <exclude>org/apache/tools/ant/util/regexp/Jdk14Regexp*</exclude>
+            <exclude>org/apache/tools/ant/taskdefs/email/MimeMailer*</exclude>
+            <exclude>org/apache/tools/ant/launch/**</exclude>
+            <exclude>org/apache/tools/ant/taskdefs/StyleTest*</exclude>
+          </testExcludes>
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-surefire-plugin</artifactId>
+        <configuration>
+          <omitBasedir>true</omitBasedir>
+          <systemProperties>
+            <property>
+              <name>ant.home</name>
+              <value>${env.ANT_HOME}</value>
+            </property>
+            <property>
+              <name>build.tests</name>
+              <value>../../../../target/ant/testcases</value>
+            </property>
+            <property>
+              <name>build.tests.value</name>
+              <value>../../../../target/ant/testcases</value>
+            </property>
+            <property>
+              <name>offline</name>
+              <value>true</value>
+            </property>
+            <property>
+              <name>root</name>
+              <value>../../../..</value>
+            </property>
+          </systemProperties>
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-surefire-report-plugin</artifactId>
+      </plugin>
+    </plugins>
+    <resources>
+      <resource>
+        <directory>../../../../src/main</directory>
+        <filtering>true</filtering>
+        <includes>
+          <include>org/apache/tools/ant/taskdefs/default.properties</include>
+          <include>org/apache/tools/ant/types/default.properties</include>
+          <include>org/apache/tools/ant/taskdefs/default.properties</include>
+          <include>org/apache/tools/ant/types/conditions/antlib.xml</include>
+          <include>org/apache/tools/ant/defaultManifest.mf</include>
+          <include>org/apache/tools/ant/version.txt</include>
+        </includes>
+      </resource>
+      <resource>
+        <directory>../../../../src/resources</directory>
+        <filtering>true</filtering>
+        <includes>
+          <include>**/antlib.xml</include>
+        </includes>
+      </resource>
+      <resource>
+        <directory>../../../../docs</directory>
+        <filtering>false</filtering>
+        <includes>
+          <include>images/ant_logo_large.gif</include>
+        </includes>
+      </resource>
+    </resources>
+    <testResources>
+      <testResource>
+        <directory>../../../../src/etc/testcases</directory>
+        <filtering>true</filtering>
+      </testResource>
+      <testResource>
+        <directory>../../../../src/main</directory>
+        <filtering>true</filtering>
+        <excludes>
+          <exclude>**/*.java</exclude>
+        </excludes>
+      </testResource>
+    </testResources>
+    <sourceDirectory>../../../../src/main</sourceDirectory>
+    <testSourceDirectory>../../../../src/tests/junit</testSourceDirectory>
+    <outputDirectory>../../../../target/ant/classes</outputDirectory>
+    <testOutputDirectory>../../../../target/ant/testcases</testOutputDirectory>
+    <directory>../../../../target/ant</directory>
+  </build>
+</project>

Propchange: ant/core/trunk/src/etc/poms/ant/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: ant/core/trunk/src/etc/poms/pom.xml
URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/poms/pom.xml?rev=748780&r1=748779&r2=748780&view=diff
==============================================================================
--- ant/core/trunk/src/etc/poms/pom.xml (original)
+++ ant/core/trunk/src/etc/poms/pom.xml Sat Feb 28 06:15:08 2009
@@ -1,111 +1,111 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-   Licensed to the Apache Software Foundation (ASF) under one or more
-   contributor license agreements.  See the NOTICE file distributed with
-   this work for additional information regarding copyright ownership.
-   The ASF licenses this file to You under the Apache License, Version 2.0
-   (the "License"); you may not use this file except in compliance with
-   the License.  You may obtain a copy of the License at
-
-       http://www.apache.org/licenses/LICENSE-2.0
-
-   Unless required by applicable law or agreed to in writing, software
-   distributed under the License is distributed on an "AS IS" BASIS,
-   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-   See the License for the specific language governing permissions and
-   limitations under the License.
--->
-<!--
-  This POM has been created manually by the Ant Development Team.
-  Please contact us if you are not satisfied with the data contained in this POM.
-  URL : http://ant.apache.org
--->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
-xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>org.apache.ant</groupId>
-  <artifactId>ant-parent</artifactId>
-  <version>1.7.1-SNAPSHOT</version>
-  <packaging>pom</packaging>
-  <description>master POM</description>
-  <name>Apache Ant</name>
-  <url>http://ant.apache.org/</url>
-  <inceptionYear>2000</inceptionYear>
-  <organization>
-    <name>Apache Software Foundation</name>
-  </organization>
-  <distributionManagement>
-    <!-- Null out inherited apache distribution repo by default -->
-    <repository>
-      <id>dummy</id>
-      <name>Dummy to avoid accidental deploys</name>
-      <url></url>
-    </repository>
-  </distributionManagement>
-  <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/ant/core/trunk</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/jant/core/trunk</developerConnection>
-    <url>http://svn.apache.org/repos/asf/ant/core/trunk</url>
-  </scm>
-  <mailingLists>
-    <mailingList>
-      <name>Ant Developers List</name>
-      <subscribe>dev-subscribe@ant.apache.org</subscribe>
-      <unsubscribe>dev-unsubscribe@ant.apache.org</unsubscribe>
-      <post>dev@ant.apache.org</post>
-      <archive>http://mail-archives.apache.org/mod_mbox/ant-dev</archive>
-    </mailingList>
-    <mailingList>
-      <name>Ant Users List</name>
-      <subscribe>user-subscribe@ant.apache.org</subscribe>
-      <unsubscribe>user-unsubscribe@ant.apache.org</unsubscribe>
-      <post>user@ant.apache.org</post>
-      <archive>http://mail-archives.apache.org/mod_mbox/ant-user</archive>
-    </mailingList>
-  </mailingLists>
-  <issueManagement>
-    <system>bugzilla</system>
-    <url>http://issues.apache.org/bugzilla/</url>
-  </issueManagement>
-  <modules>
-    <module>ant</module>
-    <module>ant-antlr</module>
-    <module>ant-apache-bcel</module>
-    <module>ant-apache-bsf</module>
-    <module>ant-apache-log4j</module>
-    <module>ant-apache-oro</module>
-    <module>ant-apache-regexp</module>
-    <module>ant-apache-resolver</module>
-    <module>ant-commons-logging</module>
-    <module>ant-commons-net</module>
-    <module>ant-jai</module>
-    <module>ant-javamail</module>
-    <module>ant-jdepend</module>
-    <module>ant-jmf</module>
-    <module>ant-jsch</module>
-    <module>ant-junit</module>
-    <module>ant-launcher</module>
-    <module>ant-netrexx</module>
-    <module>ant-nodeps</module>
-    <module>ant-starteam</module>
-    <module>ant-stylebook</module>
-    <module>ant-swing</module>
-    <module>ant-testutil</module>
-    <module>ant-trax</module>
-    <module>ant-weblogic</module>
-  </modules>
-  <dependencies>
-     <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <version>3.8.2</version>
-      <scope>test</scope>
-    </dependency>
-  </dependencies>
-  <build>
-    <sourceDirectory>../../../src/main</sourceDirectory>
-    <testSourceDirectory>../../../src/testcases</testSourceDirectory>
-    <outputDirectory>../../../target/classes</outputDirectory>
-    <testOutputDirectory>../../../target/testcases</testOutputDirectory>
-  </build>
-</project>
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You under the Apache License, Version 2.0
+   (the "License"); you may not use this file except in compliance with
+   the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+-->
+<!--
+  This POM has been created manually by the Ant Development Team.
+  Please contact us if you are not satisfied with the data contained in this POM.
+  URL : http://ant.apache.org
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
+xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.apache.ant</groupId>
+  <artifactId>ant-parent</artifactId>
+  <version>1.7.1-SNAPSHOT</version>
+  <packaging>pom</packaging>
+  <description>master POM</description>
+  <name>Apache Ant</name>
+  <url>http://ant.apache.org/</url>
+  <inceptionYear>2000</inceptionYear>
+  <organization>
+    <name>Apache Software Foundation</name>
+  </organization>
+  <distributionManagement>
+    <!-- Null out inherited apache distribution repo by default -->
+    <repository>
+      <id>dummy</id>
+      <name>Dummy to avoid accidental deploys</name>
+      <url></url>
+    </repository>
+  </distributionManagement>
+  <scm>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/ant/core/trunk</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/jant/core/trunk</developerConnection>
+    <url>http://svn.apache.org/repos/asf/ant/core/trunk</url>
+  </scm>
+  <mailingLists>
+    <mailingList>
+      <name>Ant Developers List</name>
+      <subscribe>dev-subscribe@ant.apache.org</subscribe>
+      <unsubscribe>dev-unsubscribe@ant.apache.org</unsubscribe>
+      <post>dev@ant.apache.org</post>
+      <archive>http://mail-archives.apache.org/mod_mbox/ant-dev</archive>
+    </mailingList>
+    <mailingList>
+      <name>Ant Users List</name>
+      <subscribe>user-subscribe@ant.apache.org</subscribe>
+      <unsubscribe>user-unsubscribe@ant.apache.org</unsubscribe>
+      <post>user@ant.apache.org</post>
+      <archive>http://mail-archives.apache.org/mod_mbox/ant-user</archive>
+    </mailingList>
+  </mailingLists>
+  <issueManagement>
+    <system>bugzilla</system>
+    <url>http://issues.apache.org/bugzilla/</url>
+  </issueManagement>
+  <modules>
+    <module>ant</module>
+    <module>ant-antlr</module>
+    <module>ant-apache-bcel</module>
+    <module>ant-apache-bsf</module>
+    <module>ant-apache-log4j</module>
+    <module>ant-apache-oro</module>
+    <module>ant-apache-regexp</module>
+    <module>ant-apache-resolver</module>
+    <module>ant-commons-logging</module>
+    <module>ant-commons-net</module>
+    <module>ant-jai</module>
+    <module>ant-javamail</module>
+    <module>ant-jdepend</module>
+    <module>ant-jmf</module>
+    <module>ant-jsch</module>
+    <module>ant-junit</module>
+    <module>ant-launcher</module>
+    <module>ant-netrexx</module>
+    <module>ant-nodeps</module>
+    <module>ant-starteam</module>
+    <module>ant-stylebook</module>
+    <module>ant-swing</module>
+    <module>ant-testutil</module>
+    <module>ant-trax</module>
+    <module>ant-weblogic</module>
+  </modules>
+  <dependencies>
+     <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>3.8.2</version>
+      <scope>test</scope>
+    </dependency>
+  </dependencies>
+  <build>
+    <sourceDirectory>../../../src/main</sourceDirectory>
+    <testSourceDirectory>../../../src/testcases</testSourceDirectory>
+    <outputDirectory>../../../target/classes</outputDirectory>
+    <testOutputDirectory>../../../target/testcases</testOutputDirectory>
+  </build>
+</project>

Propchange: ant/core/trunk/src/etc/poms/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: ant/core/trunk/src/etc/printFailingTests.xsl
URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/printFailingTests.xsl?rev=748780&r1=748779&r2=748780&view=diff
==============================================================================
--- ant/core/trunk/src/etc/printFailingTests.xsl (original)
+++ ant/core/trunk/src/etc/printFailingTests.xsl Sat Feb 28 06:15:08 2009
@@ -1,45 +1,45 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
-<!--
-   Licensed to the Apache Software Foundation (ASF) under one or more
-   contributor license agreements.  See the NOTICE file distributed with
-   this work for additional information regarding copyright ownership.
-   The ASF licenses this file to You under the Apache License, Version 2.0
-   (the "License"); you may not use this file except in compliance with
-   the License.  You may obtain a copy of the License at
-
-       http://www.apache.org/licenses/LICENSE-2.0
-
-   Unless required by applicable law or agreed to in writing, software
-   distributed under the License is distributed on an "AS IS" BASIS,
-   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-   See the License for the specific language governing permissions and
-   limitations under the License.
--->
-
-<!--
-  This stylesheet is for work in build.xml:printFailingTests.
-  It extracts all failing tests from a given testsuite (JUnit+AntUnit XML format)
-  and writes that into a text file.
-  All text files are written to STDOUT via <concat>.
--->
-<xsl:stylesheet
-  version="1.0"
-  xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
-
-    <!-- Output format so no XML header would be written -->
-    <xsl:output indent="no" method="text" encoding="ISO-8859-1"/>
-    <!-- What is the name of the current testsuite (JUnit class or AntUnit buildfile) -->
-    <xsl:variable name="testsuite" select="/testsuite/@name"/>
-
-
-<!-- failing tests: suitename.testname : message; Leading pipe for line break -->
-<xsl:template match="testcase[failure|error]">
-| <xsl:value-of select="$testsuite"/>.<xsl:value-of select="@name"/>() : <xsl:value-of select="failure/@message"/><xsl:value-of select="error/@message"/>
-</xsl:template>
-
-<!-- Supress log output from the tests like stacktraces -->
-<xsl:template match="text()"/>
-
-
-</xsl:stylesheet>
-
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You under the Apache License, Version 2.0
+   (the "License"); you may not use this file except in compliance with
+   the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+-->
+
+<!--
+  This stylesheet is for work in build.xml:printFailingTests.
+  It extracts all failing tests from a given testsuite (JUnit+AntUnit XML format)
+  and writes that into a text file.
+  All text files are written to STDOUT via <concat>.
+-->
+<xsl:stylesheet
+  version="1.0"
+  xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
+
+    <!-- Output format so no XML header would be written -->
+    <xsl:output indent="no" method="text" encoding="ISO-8859-1"/>
+    <!-- What is the name of the current testsuite (JUnit class or AntUnit buildfile) -->
+    <xsl:variable name="testsuite" select="/testsuite/@name"/>
+
+
+<!-- failing tests: suitename.testname : message; Leading pipe for line break -->
+<xsl:template match="testcase[failure|error]">
+| <xsl:value-of select="$testsuite"/>.<xsl:value-of select="@name"/>() : <xsl:value-of select="failure/@message"/><xsl:value-of select="error/@message"/>
+</xsl:template>
+
+<!-- Supress log output from the tests like stacktraces -->
+<xsl:template match="text()"/>
+
+
+</xsl:stylesheet>
+

Propchange: ant/core/trunk/src/etc/printFailingTests.xsl
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: ant/core/trunk/src/etc/testcases/core/antclassloader.xml
URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/testcases/core/antclassloader.xml?rev=748780&r1=748779&r2=748780&view=diff
==============================================================================
--- ant/core/trunk/src/etc/testcases/core/antclassloader.xml (original)
+++ ant/core/trunk/src/etc/testcases/core/antclassloader.xml Sat Feb 28 06:15:08 2009
@@ -1,58 +1,58 @@
-<?xml version="1.0"?>
-<!--
-   Licensed to the Apache Software Foundation (ASF) under one or more
-   contributor license agreements.  See the NOTICE file distributed with
-   this work for additional information regarding copyright ownership.
-   The ASF licenses this file to You under the Apache License, Version 2.0
-   (the "License"); you may not use this file except in compliance with
-   the License.  You may obtain a copy of the License at
-
-       http://www.apache.org/licenses/LICENSE-2.0
-
-   Unless required by applicable law or agreed to in writing, software
-   distributed under the License is distributed on an "AS IS" BASIS,
-   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-   See the License for the specific language governing permissions and
-   limitations under the License.
--->
-<project name="antclassloader-test" basedir=".">
-
-    <property name="tmp.dir" location="tmp space"/>
-    <!-- ant for germans -->
-    <property name="tmp.dir.nonascii" value="&#0227;nt"/>
-    <property name="ext.dir.relative" value="ext"/>
-    <property name="main.jar" location="${tmp.dir}/main.jar"/>
-    <property name="ext.jar.relative" value="${ext.dir.relative}/ext.jar"/>
-    <property name="ext.jar" location="${tmp.dir}/${ext.jar.relative}"/>
-    <property name="build.sysclasspath" value="first"/>
-    <property name="main.jar.nonascii" location="${tmp.dir.nonascii}/main.jar"/>
-    <property name="ext.jar.nonascii" location="${tmp.dir.nonascii}/${ext.jar.relative}"/>
-    <target name="setup" depends="setup.withspace,setup.nonascii"/>
-
-    <target name="setup.withspace">
-        <mkdir dir="${tmp.dir}/${ext.dir.relative}"/>
-        <jar destfile="${main.jar}" whenempty="create">
-          <manifest>
-            <attribute name="Class-Path" value="${ext.jar.relative}"/>
-          </manifest>
-        </jar>
-        <jar destfile="${ext.jar}"/>
-    </target>
-    <target name="setup.nonascii">
-      <mkdir dir="${tmp.dir.nonascii}/${ext.dir.relative}"/>
-      <jar destfile="${main.jar.nonascii}" whenempty="create">
-        <manifest>
-          <attribute name="Class-Path" value="${ext.jar.relative}"/>
-        </manifest>
-      </jar>
-      <jar destfile="${ext.jar.nonascii}"/>
-
-    </target>
-
-    <target name="cleanup">
-        <delete dir="${tmp.dir}" quiet="true"/>
-        <delete dir="${tmp.dir.nonascii}" quiet="true"/>
-    </target>
-
-
-</project>
+<?xml version="1.0"?>
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You under the Apache License, Version 2.0
+   (the "License"); you may not use this file except in compliance with
+   the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+-->
+<project name="antclassloader-test" basedir=".">
+
+    <property name="tmp.dir" location="tmp space"/>
+    <!-- ant for germans -->
+    <property name="tmp.dir.nonascii" value="&#0227;nt"/>
+    <property name="ext.dir.relative" value="ext"/>
+    <property name="main.jar" location="${tmp.dir}/main.jar"/>
+    <property name="ext.jar.relative" value="${ext.dir.relative}/ext.jar"/>
+    <property name="ext.jar" location="${tmp.dir}/${ext.jar.relative}"/>
+    <property name="build.sysclasspath" value="first"/>
+    <property name="main.jar.nonascii" location="${tmp.dir.nonascii}/main.jar"/>
+    <property name="ext.jar.nonascii" location="${tmp.dir.nonascii}/${ext.jar.relative}"/>
+    <target name="setup" depends="setup.withspace,setup.nonascii"/>
+
+    <target name="setup.withspace">
+        <mkdir dir="${tmp.dir}/${ext.dir.relative}"/>
+        <jar destfile="${main.jar}" whenempty="create">
+          <manifest>
+            <attribute name="Class-Path" value="${ext.jar.relative}"/>
+          </manifest>
+        </jar>
+        <jar destfile="${ext.jar}"/>
+    </target>
+    <target name="setup.nonascii">
+      <mkdir dir="${tmp.dir.nonascii}/${ext.dir.relative}"/>
+      <jar destfile="${main.jar.nonascii}" whenempty="create">
+        <manifest>
+          <attribute name="Class-Path" value="${ext.jar.relative}"/>
+        </manifest>
+      </jar>
+      <jar destfile="${ext.jar.nonascii}"/>
+
+    </target>
+
+    <target name="cleanup">
+        <delete dir="${tmp.dir}" quiet="true"/>
+        <delete dir="${tmp.dir.nonascii}" quiet="true"/>
+    </target>
+
+
+</project>

Propchange: ant/core/trunk/src/etc/testcases/core/antclassloader.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: ant/core/trunk/src/etc/testcases/taskdefs/conditions/antversion.xml
URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/testcases/taskdefs/conditions/antversion.xml?rev=748780&r1=748779&r2=748780&view=diff
==============================================================================
--- ant/core/trunk/src/etc/testcases/taskdefs/conditions/antversion.xml (original)
+++ ant/core/trunk/src/etc/testcases/taskdefs/conditions/antversion.xml Sat Feb 28 06:15:08 2009
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <!--
   Licensed to the Apache Software Foundation (ASF) under one or more
   contributor license agreements.  See the NOTICE file distributed with
@@ -15,52 +15,52 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<project name="testantversion" default="testatleast">
-
-	<target name="testatleast">
-		<fail>
-			<condition>
-				<not>
-					<antversion atleast="1.7" />
-				</not>
-			</condition>
-      		Should be at least 1.7
-    	</fail>
-	</target>
-
-	<target name="testexactly">
-		<fail>
-			<condition>
-				<not>
-					<antversion exactly="1.8.0" />
-				</not>
-			</condition>
-			Should be exactly 1.8.0
-
-  		</fail>
-	</target>
-
-	<target name="testatleastfail">
-		<property name="version" value="1.8.9" />
-		<fail>
-			<condition>
-				<not>
-					<antversion atleast="1.9.0" />
-				</not>
-			</condition>
-  	  	Should be at least 1.9.0
-  		</fail>
-	</target>
-
-	<target name="testexactlyfail">
-		<property name="version" value="1.8.0" />
-		<fail>
-			<condition>
-				<not>
-					<antversion exactly="1.9.0" />
-				</not>
-			</condition>
-	  	  Should be exactly 1.9.0
-	  	</fail>
-	</target>
+<project name="testantversion" default="testatleast">
+
+	<target name="testatleast">
+		<fail>
+			<condition>
+				<not>
+					<antversion atleast="1.7" />
+				</not>
+			</condition>
+      		Should be at least 1.7
+    	</fail>
+	</target>
+
+	<target name="testexactly">
+		<fail>
+			<condition>
+				<not>
+					<antversion exactly="1.8.0" />
+				</not>
+			</condition>
+			Should be exactly 1.8.0
+
+  		</fail>
+	</target>
+
+	<target name="testatleastfail">
+		<property name="version" value="1.8.9" />
+		<fail>
+			<condition>
+				<not>
+					<antversion atleast="1.9.0" />
+				</not>
+			</condition>
+  	  	Should be at least 1.9.0
+  		</fail>
+	</target>
+
+	<target name="testexactlyfail">
+		<property name="version" value="1.8.0" />
+		<fail>
+			<condition>
+				<not>
+					<antversion exactly="1.9.0" />
+				</not>
+			</condition>
+	  	  Should be exactly 1.9.0
+	  	</fail>
+	</target>
 </project>
\ No newline at end of file

Propchange: ant/core/trunk/src/etc/testcases/taskdefs/conditions/antversion.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: ant/core/trunk/src/etc/testcases/taskdefs/manifestclasspath.xml
URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/testcases/taskdefs/manifestclasspath.xml?rev=748780&r1=748779&r2=748780&view=diff
==============================================================================
--- ant/core/trunk/src/etc/testcases/taskdefs/manifestclasspath.xml (original)
+++ ant/core/trunk/src/etc/testcases/taskdefs/manifestclasspath.xml Sat Feb 28 06:15:08 2009
@@ -1,4 +1,4 @@
-<?xml version="1.0"?>
+<?xml version="1.0"?>
 <!--
   Licensed to the Apache Software Foundation (ASF) under one or more
   contributor license agreements.  See the NOTICE file distributed with
@@ -15,205 +15,205 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-
-<project name="manifestclasspath" default="tearDown">
-  <!-- hebrew -->
-  <property name="jom" value="&#1501;&#1493;&#1497;"/>
-  <!-- german -->
-  <property name="aent" value="&#227;nt"/> 
-  <target name="setUp">
-    <property name="tmp" location="${basedir}/${ant.project.name}.tmp" />
-    <mkdir dir="${tmp}" />
-  </target>
-
-  <target name="fullSetUp" depends="setUp">
-    <mkdir dir="${tmp}/lib" />
-    <touch file="${tmp}/lib/acme-core.jar" />
-    <touch file="${tmp}/lib/acme-pres.jar" />
-
-    <mkdir dir="${tmp}/classes/dsp-core/com/lgc/infra/core" />
-    <mkdir dir="${tmp}/classes/dsp-pres/com/lgc/infra/pres" />
-    <mkdir dir="${tmp}/classes/dsp-void" />
-    <mkdir dir="${tmp}/generated/dsp-core/com/lgc/infra/core/generated" />
-    <mkdir dir="${tmp}/generated/dsp-pres" />
-    <mkdir dir="${tmp}/generated/dsp-void" />
-    <mkdir dir="${tmp}/resources/dsp-core/com/lgc/infra/core" />
-    <mkdir dir="${tmp}/resources/dsp-pres/com/lgc/infra/pres" />
-    <mkdir dir="${tmp}/resources/dsp-void" />
-  </target>
-
-  <target name="tearDown">
-    <delete dir="${tmp}" />
-  </target>
-
-  <target name="test-bad-directory">
-    <manifestclasspath property="jar.classpath"
-                       jarfile="${tmp}/classpath.jar">
-      <classpath />
-    </manifestclasspath>
-  </target>
-
-  <target name="test-bad-no-property" depends="setUp">
-    <manifestclasspath jarfile="${tmp}/classpath.jar">
-      <classpath />
-    </manifestclasspath>
-  </target>
-
-  <target name="test-bad-property-exists" depends="setUp">
-    <property name="jar.classpath" value="exists" />
-    <manifestclasspath property="jar.classpath"
-                       jarfile="${tmp}/classpath.jar">
-      <classpath />
-    </manifestclasspath>
-  </target>
-
-  <target name="test-bad-no-jarfile" depends="setUp">
-    <manifestclasspath property="jar.classpath">
-      <classpath />
-    </manifestclasspath>
-  </target>
-
-  <target name="test-bad-no-classpath" depends="setUp">
-    <manifestclasspath property="jar.classpath"
-                       jarfile="${tmp}/classpath.jar" />
-  </target>
-
-  <target name="test-pseudo-tahoe-refid" depends="fullSetUp">
-    <path id="classpath">
-      <!-- All the classes/ directories -->
-      <dirset dir="${tmp}/classes"   includes="dsp-*" />
-
-      <!-- All the JAXB generated/ directories -->
-      <dirset dir="${tmp}/generated" includes="dsp-*">
-        <!-- Add only non-empty directories to the classpath -->
-        <present targetdir="${tmp}/generated" present="both">
-          <mapper type="regexp" from="(.*)" to="\1/com" />
-        </present>
-      </dirset>
-
-      <!-- All the resources/ directories -->
-      <dirset dir="${tmp}/resources" includes="dsp-*">
-        <!-- Add only non-empty directories to the classpath -->
-        <present targetdir="${tmp}/resources" present="both">
-          <mapper type="regexp" from="(.*)" to="\1/com" />
-        </present>
-      </dirset>
-    </path>
-
-    <manifestclasspath property="jar.classpath"
-                       jarfile="${tmp}/classpath.jar">
-      <classpath refid="classpath" />
-    </manifestclasspath>
-  </target>
-
-  <target name="test-pseudo-tahoe-nested" depends="fullSetUp">
-    <manifestclasspath property="jar.classpath"
-                       jarfile="${tmp}/classpath.jar">
-      <classpath>
-        <!-- All the classes/ directories -->
-        <dirset dir="${tmp}/classes"   includes="dsp-*" />
-
-        <!-- All the JAXB generated/ directories -->
-        <dirset dir="${tmp}/generated" includes="dsp-*">
-          <!-- Add only non-empty directories to the classpath -->
-          <present targetdir="${tmp}/generated" present="both">
-            <mapper type="regexp" from="(.*)" to="\1/com" />
-          </present>
-        </dirset>
-
-        <!-- All the resources/ directories -->
-        <dirset dir="${tmp}/resources" includes="dsp-*">
-          <!-- Add only non-empty directories to the classpath -->
-          <present targetdir="${tmp}/resources" present="both">
-            <mapper type="regexp" from="(.*)" to="\1/com" />
-          </present>
-        </dirset>
-      </classpath>
-    </manifestclasspath>
-  </target>
-
-  <target name="test-parent-level1" depends="fullSetUp">
-    <manifestclasspath property="jar.classpath"
-                       jarfile="${tmp}/classes/classpath.jar">
-      <classpath>
-        <dirset dir="${tmp}/classes"   includes="dsp-*" />
-        <dirset dir="${tmp}/generated" includes="dsp-*" />
-        <dirset dir="${tmp}/resources" includes="dsp-*" />
-      </classpath>
-    </manifestclasspath>
-  </target>
-
-  <target name="test-parent-level2" depends="fullSetUp">
-    <mkdir dir="${tmp}/classes/level2" />
-    <manifestclasspath property="jar.classpath"
-                       jarfile="${tmp}/classes/level2/classpath.jar">
-      <classpath>
-        <dirset dir="${tmp}/classes"   includes="dsp-*" />
-        <dirset dir="${tmp}/generated" includes="dsp-*" />
-        <dirset dir="${tmp}/resources" includes="dsp-*" />
-      </classpath>
-    </manifestclasspath>
-  </target>
-
-  <target name="test-parent-level2-too-deep" depends="fullSetUp">
-    <mkdir dir="${tmp}/classes/level2" />
-    <manifestclasspath property="jar.classpath" maxParentLevels="1"
-                       jarfile="${tmp}/classes/level2/classpath.jar">
-      <classpath>
-        <dirset dir="${tmp}/classes"   includes="dsp-*" />
-        <dirset dir="${tmp}/generated" includes="dsp-*" />
-        <dirset dir="${tmp}/resources" includes="dsp-*" />
-      </classpath>
-    </manifestclasspath>
-  </target>
-
-  <target name="test-parent-level2-with-jars" depends="fullSetUp">
-    <mkdir dir="${tmp}/classes/level2" />
-    <manifestclasspath property="jar.classpath"
-                       jarfile="${tmp}/classes/level2/classpath.jar">
-      <classpath>
-        <fileset dir="${tmp}/lib" includes="*.jar" />
-        <dirset dir="${tmp}/classes"   includes="dsp-*" />
-        <dirset dir="${tmp}/generated" includes="dsp-*" />
-        <dirset dir="${tmp}/resources" includes="dsp-*" />
-      </classpath>
-    </manifestclasspath>
-  </target>
-
-  <target name="international-german" depends="setUp">
-      <antcall target="run-two-jars">
-          <param name="ext.dir" value="${aent}"/>
-      </antcall>
-  </target>
-  <target name="international-hebrew" depends="setUp">
-      <antcall target="run-two-jars">
-          <param name="ext.dir" value="${jom}"/>
-      </antcall>
-  </target>
-  <target name="run-two-jars">
-     <mkdir dir="${tmp}/${ext.dir}"/>
-      <javac srcdir="manifestclasspath" destdir="${tmp}" />
-       <jar destfile="${tmp}/${ext.dir}/alpha.jar">
-          <fileset dir="${tmp}">
-              <include name="Alpha.class"/>
-          </fileset>
-       </jar>
-        <manifestclasspath property="jar.classpath"
-                       jarfile="${tmp}/beta.jar">
-        <classpath>
-           <pathelement location="${tmp}/beta.jar"/>
-           <pathelement location="${tmp}/${ext.dir}/alpha.jar"/>
-        </classpath>
-       </manifestclasspath>
-      <jar destfile="${tmp}/beta.jar" >
-          <fileset dir="${tmp}">
-              <include name="Beta.class"/>
-          </fileset>
-          <manifest>
-             <attribute name="Main-Class" value="Beta"/>
-             <attribute name="Class-Path" value="${jar.classpath}"/>
-          </manifest>
-      </jar>
-      <java fork="true" jar="${tmp}/beta.jar"/>
-    </target>
-</project>
+
+<project name="manifestclasspath" default="tearDown">
+  <!-- hebrew -->
+  <property name="jom" value="&#1501;&#1493;&#1497;"/>
+  <!-- german -->
+  <property name="aent" value="&#227;nt"/> 
+  <target name="setUp">
+    <property name="tmp" location="${basedir}/${ant.project.name}.tmp" />
+    <mkdir dir="${tmp}" />
+  </target>
+
+  <target name="fullSetUp" depends="setUp">
+    <mkdir dir="${tmp}/lib" />
+    <touch file="${tmp}/lib/acme-core.jar" />
+    <touch file="${tmp}/lib/acme-pres.jar" />
+
+    <mkdir dir="${tmp}/classes/dsp-core/com/lgc/infra/core" />
+    <mkdir dir="${tmp}/classes/dsp-pres/com/lgc/infra/pres" />
+    <mkdir dir="${tmp}/classes/dsp-void" />
+    <mkdir dir="${tmp}/generated/dsp-core/com/lgc/infra/core/generated" />
+    <mkdir dir="${tmp}/generated/dsp-pres" />
+    <mkdir dir="${tmp}/generated/dsp-void" />
+    <mkdir dir="${tmp}/resources/dsp-core/com/lgc/infra/core" />
+    <mkdir dir="${tmp}/resources/dsp-pres/com/lgc/infra/pres" />
+    <mkdir dir="${tmp}/resources/dsp-void" />
+  </target>
+
+  <target name="tearDown">
+    <delete dir="${tmp}" />
+  </target>
+
+  <target name="test-bad-directory">
+    <manifestclasspath property="jar.classpath"
+                       jarfile="${tmp}/classpath.jar">
+      <classpath />
+    </manifestclasspath>
+  </target>
+
+  <target name="test-bad-no-property" depends="setUp">
+    <manifestclasspath jarfile="${tmp}/classpath.jar">
+      <classpath />
+    </manifestclasspath>
+  </target>
+
+  <target name="test-bad-property-exists" depends="setUp">
+    <property name="jar.classpath" value="exists" />
+    <manifestclasspath property="jar.classpath"
+                       jarfile="${tmp}/classpath.jar">
+      <classpath />
+    </manifestclasspath>
+  </target>
+
+  <target name="test-bad-no-jarfile" depends="setUp">
+    <manifestclasspath property="jar.classpath">
+      <classpath />
+    </manifestclasspath>
+  </target>
+
+  <target name="test-bad-no-classpath" depends="setUp">
+    <manifestclasspath property="jar.classpath"
+                       jarfile="${tmp}/classpath.jar" />
+  </target>
+
+  <target name="test-pseudo-tahoe-refid" depends="fullSetUp">
+    <path id="classpath">
+      <!-- All the classes/ directories -->
+      <dirset dir="${tmp}/classes"   includes="dsp-*" />
+
+      <!-- All the JAXB generated/ directories -->
+      <dirset dir="${tmp}/generated" includes="dsp-*">
+        <!-- Add only non-empty directories to the classpath -->
+        <present targetdir="${tmp}/generated" present="both">
+          <mapper type="regexp" from="(.*)" to="\1/com" />
+        </present>
+      </dirset>
+
+      <!-- All the resources/ directories -->
+      <dirset dir="${tmp}/resources" includes="dsp-*">
+        <!-- Add only non-empty directories to the classpath -->
+        <present targetdir="${tmp}/resources" present="both">
+          <mapper type="regexp" from="(.*)" to="\1/com" />
+        </present>
+      </dirset>
+    </path>
+
+    <manifestclasspath property="jar.classpath"
+                       jarfile="${tmp}/classpath.jar">
+      <classpath refid="classpath" />
+    </manifestclasspath>
+  </target>
+
+  <target name="test-pseudo-tahoe-nested" depends="fullSetUp">
+    <manifestclasspath property="jar.classpath"
+                       jarfile="${tmp}/classpath.jar">
+      <classpath>
+        <!-- All the classes/ directories -->
+        <dirset dir="${tmp}/classes"   includes="dsp-*" />
+
+        <!-- All the JAXB generated/ directories -->
+        <dirset dir="${tmp}/generated" includes="dsp-*">
+          <!-- Add only non-empty directories to the classpath -->
+          <present targetdir="${tmp}/generated" present="both">
+            <mapper type="regexp" from="(.*)" to="\1/com" />
+          </present>
+        </dirset>
+
+        <!-- All the resources/ directories -->
+        <dirset dir="${tmp}/resources" includes="dsp-*">
+          <!-- Add only non-empty directories to the classpath -->
+          <present targetdir="${tmp}/resources" present="both">
+            <mapper type="regexp" from="(.*)" to="\1/com" />
+          </present>
+        </dirset>
+      </classpath>
+    </manifestclasspath>
+  </target>
+
+  <target name="test-parent-level1" depends="fullSetUp">
+    <manifestclasspath property="jar.classpath"
+                       jarfile="${tmp}/classes/classpath.jar">
+      <classpath>
+        <dirset dir="${tmp}/classes"   includes="dsp-*" />
+        <dirset dir="${tmp}/generated" includes="dsp-*" />
+        <dirset dir="${tmp}/resources" includes="dsp-*" />
+      </classpath>
+    </manifestclasspath>
+  </target>
+
+  <target name="test-parent-level2" depends="fullSetUp">
+    <mkdir dir="${tmp}/classes/level2" />
+    <manifestclasspath property="jar.classpath"
+                       jarfile="${tmp}/classes/level2/classpath.jar">
+      <classpath>
+        <dirset dir="${tmp}/classes"   includes="dsp-*" />
+        <dirset dir="${tmp}/generated" includes="dsp-*" />
+        <dirset dir="${tmp}/resources" includes="dsp-*" />
+      </classpath>
+    </manifestclasspath>
+  </target>
+
+  <target name="test-parent-level2-too-deep" depends="fullSetUp">
+    <mkdir dir="${tmp}/classes/level2" />
+    <manifestclasspath property="jar.classpath" maxParentLevels="1"
+                       jarfile="${tmp}/classes/level2/classpath.jar">
+      <classpath>
+        <dirset dir="${tmp}/classes"   includes="dsp-*" />
+        <dirset dir="${tmp}/generated" includes="dsp-*" />
+        <dirset dir="${tmp}/resources" includes="dsp-*" />
+      </classpath>
+    </manifestclasspath>
+  </target>
+
+  <target name="test-parent-level2-with-jars" depends="fullSetUp">
+    <mkdir dir="${tmp}/classes/level2" />
+    <manifestclasspath property="jar.classpath"
+                       jarfile="${tmp}/classes/level2/classpath.jar">
+      <classpath>
+        <fileset dir="${tmp}/lib" includes="*.jar" />
+        <dirset dir="${tmp}/classes"   includes="dsp-*" />
+        <dirset dir="${tmp}/generated" includes="dsp-*" />
+        <dirset dir="${tmp}/resources" includes="dsp-*" />
+      </classpath>
+    </manifestclasspath>
+  </target>
+
+  <target name="international-german" depends="setUp">
+      <antcall target="run-two-jars">
+          <param name="ext.dir" value="${aent}"/>
+      </antcall>
+  </target>
+  <target name="international-hebrew" depends="setUp">
+      <antcall target="run-two-jars">
+          <param name="ext.dir" value="${jom}"/>
+      </antcall>
+  </target>
+  <target name="run-two-jars">
+     <mkdir dir="${tmp}/${ext.dir}"/>
+      <javac srcdir="manifestclasspath" destdir="${tmp}" />
+       <jar destfile="${tmp}/${ext.dir}/alpha.jar">
+          <fileset dir="${tmp}">
+              <include name="Alpha.class"/>
+          </fileset>
+       </jar>
+        <manifestclasspath property="jar.classpath"
+                       jarfile="${tmp}/beta.jar">
+        <classpath>
+           <pathelement location="${tmp}/beta.jar"/>
+           <pathelement location="${tmp}/${ext.dir}/alpha.jar"/>
+        </classpath>
+       </manifestclasspath>
+      <jar destfile="${tmp}/beta.jar" >
+          <fileset dir="${tmp}">
+              <include name="Beta.class"/>
+          </fileset>
+          <manifest>
+             <attribute name="Main-Class" value="Beta"/>
+             <attribute name="Class-Path" value="${jar.classpath}"/>
+          </manifest>
+      </jar>
+      <java fork="true" jar="${tmp}/beta.jar"/>
+    </target>
+</project>

Propchange: ant/core/trunk/src/etc/testcases/taskdefs/manifestclasspath.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: ant/core/trunk/src/etc/testcases/taskdefs/optional/junit/matches.xml
URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/testcases/taskdefs/optional/junit/matches.xml?rev=748780&r1=748779&r2=748780&view=diff
==============================================================================
--- ant/core/trunk/src/etc/testcases/taskdefs/optional/junit/matches.xml (original)
+++ ant/core/trunk/src/etc/testcases/taskdefs/optional/junit/matches.xml Sat Feb 28 06:15:08 2009
@@ -15,11 +15,11 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<matches>
-  <foo>
-    <abc>
-      <foo/>
-      <foo/>
-    </abc>
-  </foo>
+<matches>
+  <foo>
+    <abc>
+      <foo/>
+      <foo/>
+    </abc>
+  </foo>
 </matches>
\ No newline at end of file

Propchange: ant/core/trunk/src/etc/testcases/taskdefs/optional/junit/matches.xml
------------------------------------------------------------------------------
    svn:eol-style = native