Permaine Cheung 12eff8

Permaine Cheung 12eff8
Permaine Cheung 12eff8
   Licensed to the Apache Software Foundation (ASF) under one or more
Permaine Cheung 12eff8
   contributor license agreements.  See the NOTICE file distributed with
Permaine Cheung 12eff8
   this work for additional information regarding copyright ownership.
Permaine Cheung 12eff8
   The ASF licenses this file to You under the Apache License, Version 2.0
Permaine Cheung 12eff8
   (the "License"); you may not use this file except in compliance with
Permaine Cheung 12eff8
   the License.  You may obtain a copy of the License at
Permaine Cheung 12eff8

Permaine Cheung 12eff8
       http://www.apache.org/licenses/LICENSE-2.0
Permaine Cheung 12eff8

Permaine Cheung 12eff8
   Unless required by applicable law or agreed to in writing, software
Permaine Cheung 12eff8
   distributed under the License is distributed on an "AS IS" BASIS,
Permaine Cheung 12eff8
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
Permaine Cheung 12eff8
   See the License for the specific language governing permissions and
Permaine Cheung 12eff8
   limitations under the License.
Permaine Cheung 12eff8
-->
Permaine Cheung 12eff8
Permaine Cheung 12eff8
  This POM has been created manually by the Ant Development Team.
Permaine Cheung 12eff8
  Please contact us if you are not satisfied with the data contained in this POM.
Permaine Cheung 12eff8
  URL : http://ant.apache.org
Permaine Cheung 12eff8
-->
Permaine Cheung 12eff8
Permaine Cheung 12eff8
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
Permaine Cheung 12eff8
  <parent>
Permaine Cheung 12eff8
    <groupId>org.apache.ant</groupId>
Permaine Cheung 12eff8
    <artifactId>ant-parent</artifactId>
Permaine Cheung 12eff8
    <relativePath>../pom.xml</relativePath>
Permaine Cheung 12eff8
    <version>1.7.1</version>
Permaine Cheung 12eff8
  </parent>
Permaine Cheung 12eff8
  <modelVersion>4.0.0</modelVersion>
Permaine Cheung 12eff8
  <groupId>org.apache.ant</groupId>
Permaine Cheung 12eff8
  <artifactId>ant-jmf</artifactId>
Permaine Cheung 12eff8
  <version>1.7.1</version>
Permaine Cheung 12eff8
  <description>contains the sound task and a soundplayer listener
Permaine Cheung 12eff8
    download the dependency from http://java.sun.com/products/java-media/jmf/</description>
Permaine Cheung 12eff8
  <dependencies>
Permaine Cheung 12eff8
    <dependency>
Permaine Cheung 12eff8
      <groupId>org.apache.ant</groupId>
Permaine Cheung 12eff8
      <artifactId>ant</artifactId>
Permaine Cheung 12eff8
      <version>1.7.1</version>
Permaine Cheung 12eff8
      <scope>compile</scope>
Permaine Cheung 12eff8
    </dependency>
Permaine Cheung 12eff8
    <dependency>
Permaine Cheung 12eff8
      <groupId>javax.media</groupId>
Permaine Cheung 12eff8
      <artifactId>jmf</artifactId>
Permaine Cheung 12eff8
      <version>2.1.1e</version>
Permaine Cheung 12eff8
      <scope>provided</scope>
Permaine Cheung 12eff8
    </dependency>
Permaine Cheung 12eff8
  </dependencies>
Permaine Cheung 12eff8
  <build>
Permaine Cheung 12eff8
    <plugins>
Permaine Cheung 12eff8
      <plugin>
Permaine Cheung 12eff8
        <groupId>org.apache.maven.plugins</groupId>
Permaine Cheung 12eff8
        <artifactId>maven-compiler-plugin</artifactId>
Permaine Cheung 12eff8
        <configuration>
Permaine Cheung 12eff8
          <source>1.2</source>
Permaine Cheung 12eff8
          <target>1.2</target>
Permaine Cheung 12eff8
          <includes>
Permaine Cheung 12eff8
            <include>org/apache/tools/ant//taskdefs/optional/sound/*</include>
Permaine Cheung 12eff8
          </includes>
Permaine Cheung 12eff8
        </configuration>
Permaine Cheung 12eff8
      </plugin>
Permaine Cheung 12eff8
    </plugins>
Permaine Cheung 12eff8
    <sourceDirectory>../../../../src/main</sourceDirectory>
Permaine Cheung 12eff8
    <testSourceDirectory>../../../../src/testcases</testSourceDirectory>
Permaine Cheung 12eff8
    <outputDirectory>../../../../target/${project.artifactId}/classes</outputDirectory>
Permaine Cheung 12eff8
    <testOutputDirectory>../../../../target/${project.artifactId}/testcases</testOutputDirectory>
Permaine Cheung 12eff8
    <directory>../../../../target/${project.artifactId}</directory>
Permaine Cheung 12eff8
  </build>
Permaine Cheung 12eff8
  </project>