/[packages]/cauldron/ant/current/SOURCES/ant-trax-1.7.1.pom
ViewVC logotype

Contents of /cauldron/ant/current/SOURCES/ant-trax-1.7.1.pom

Parent Directory Parent Directory | Revision Log Revision Log


Revision 6059 - (show annotations) (download)
Tue Jan 11 17:21:45 2011 UTC (13 years, 3 months ago) by dmorgan
File size: 3904 byte(s)
imported package ant
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3 Licensed to the Apache Software Foundation (ASF) under one or more
4 contributor license agreements. See the NOTICE file distributed with
5 this work for additional information regarding copyright ownership.
6 The ASF licenses this file to You under the Apache License, Version 2.0
7 (the "License"); you may not use this file except in compliance with
8 the License. You may obtain a copy of the License at
9
10 http://www.apache.org/licenses/LICENSE-2.0
11
12 Unless required by applicable law or agreed to in writing, software
13 distributed under the License is distributed on an "AS IS" BASIS,
14 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15 See the License for the specific language governing permissions and
16 limitations under the License.
17 -->
18 <!--
19 This POM has been created manually by the Ant Development Team.
20 Please contact us if you are not satisfied with the data contained in this POM.
21 URL : http://ant.apache.org
22 -->
23 <project xmlns="http://maven.apache.org/POM/4.0.0"
24 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
25 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
26 <parent>
27 <groupId>org.apache.ant</groupId>
28 <artifactId>ant-parent</artifactId>
29 <relativePath>../pom.xml</relativePath>
30 <version>1.7.1</version>
31 </parent>
32 <modelVersion>4.0.0</modelVersion>
33 <groupId>org.apache.ant</groupId>
34 <artifactId>ant-trax</artifactId>
35 <version>1.7.1</version>
36 <description>contains particularly one class necessary for the execution of the xslt task</description>
37 <dependencies>
38 <dependency>
39 <groupId>org.apache.ant</groupId>
40 <artifactId>ant</artifactId>
41 <version>1.7.1</version>
42 <scope>compile</scope>
43 </dependency>
44 <dependency>
45 <!-- the implementation jar of the xerces jar will be used by ant to parse
46 XML files, particularly the build files, if the JDK does not provide a parser
47 xercesImpl.jar is provided with ant -->
48 <groupId>xerces</groupId>
49 <artifactId>xercesImpl</artifactId>
50 <version>2.9.0</version>
51 <optional>true</optional>
52 <scope>runtime</scope>
53 </dependency>
54 <dependency>
55 <!-- xml-apis contains the org.w3c.dom package
56 since ant is using DOM APIS to parse the XML build file and do other XML related activities
57 xml-apis is a compile time dependency
58 a version of xml-apis.jar is delivered with ant -->
59 <groupId>xml-apis</groupId>
60 <artifactId>xml-apis</artifactId>
61 <version>1.3.04</version>
62 <optional>true</optional>
63 <scope>compile</scope>
64 </dependency>
65 <dependency>
66 <!-- xalan contains a TRAX compliant implementation -->
67 <groupId>xalan</groupId>
68 <artifactId>xalan</artifactId>
69 <version>2.7.0</version>
70 <optional>true</optional>
71 <scope>runtime</scope>
72 </dependency>
73 </dependencies>
74 <build>
75 <plugins>
76 <plugin>
77 <groupId>org.apache.maven.plugins</groupId>
78 <artifactId>maven-compiler-plugin</artifactId>
79 <configuration>
80 <source>1.2</source>
81 <target>1.2</target>
82 <includes>
83 <include>org/apache/tools/ant//taskdefs/optional/TraXLiaison*</include>
84 </includes>
85 </configuration>
86 </plugin>
87 </plugins>
88 <sourceDirectory>../../../../src/main</sourceDirectory>
89 <testSourceDirectory>../../../../src/testcases</testSourceDirectory>
90 <outputDirectory>../../../../target/${project.artifactId}/classes</outputDirectory>
91 <testOutputDirectory>../../../../target/${project.artifactId}/testcases</testOutputDirectory>
92 <directory>../../../../target/${project.artifactId}</directory>
93 </build>
94 </project>

  ViewVC Help
Powered by ViewVC 1.1.30