sbin/res/ant/lib/ant-jmf.pom
changeset 1072 ac1eacb3aa33
parent 1071 02c04d2c8fd8
child 1073 687133dc13cf
equal deleted inserted replaced
1071:02c04d2c8fd8 1072:ac1eacb3aa33
     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" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
       
    24 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
       
    25   <parent>
       
    26     <groupId>org.apache.ant</groupId>
       
    27     <artifactId>ant-parent</artifactId>
       
    28     <relativePath>../pom.xml</relativePath>
       
    29     <version>1.8.2</version>
       
    30   </parent>
       
    31   <modelVersion>4.0.0</modelVersion>
       
    32   <groupId>org.apache.ant</groupId>
       
    33   <artifactId>ant-jmf</artifactId>
       
    34   <version>1.8.2</version>
       
    35   <name>Apache Ant + JMF</name>
       
    36   <description>contains the sound task and a soundplayer listener
       
    37     download the dependency from http://java.sun.com/products/java-media/jmf/</description>
       
    38   <dependencies>
       
    39     <dependency>
       
    40       <groupId>org.apache.ant</groupId>
       
    41       <artifactId>ant</artifactId>
       
    42       <version>1.8.2</version>
       
    43       <scope>compile</scope>
       
    44     </dependency>
       
    45   </dependencies>
       
    46   <build>
       
    47     <plugins>
       
    48       <plugin>
       
    49         <groupId>org.apache.maven.plugins</groupId>
       
    50         <artifactId>maven-compiler-plugin</artifactId>
       
    51         <configuration>
       
    52           <source>1.4</source>
       
    53           <target>1.4</target>
       
    54           <includes>
       
    55             <include>org/apache/tools/ant/taskdefs/optional/sound/*</include>
       
    56           </includes>
       
    57         </configuration>
       
    58       </plugin>
       
    59     </plugins>
       
    60     <sourceDirectory>../../../../src/main</sourceDirectory>
       
    61     <testSourceDirectory>../../../../src/testcases</testSourceDirectory>
       
    62     <outputDirectory>../../../../target/${project.artifactId}/classes</outputDirectory>
       
    63     <testOutputDirectory>../../../../target/${project.artifactId}/testcases</testOutputDirectory>
       
    64     <directory>../../../../target/${project.artifactId}</directory>
       
    65   </build>
       
    66   </project>