blob: 4ee11a507cb7085bf766a9d6dd71e0f351ec4197 [file] [log] [blame]
<?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.
-->
<!-- ====================================================================== -->
<!-- Ant build file (http://ant.apache.org/) for Ant 1.6.2 or above. -->
<!-- ====================================================================== -->
<!-- ====================================================================== -->
<!-- ===================== - DO NOT EDIT THIS FILE! - ===================== -->
<!-- ====================================================================== -->
<!-- -->
<!-- Any modifications will be overwritten. -->
<!-- -->
<!-- Generated by Maven Ant Plugin on 7/7/10 7:49 AM -->
<!-- See: http://maven.apache.org/plugins/maven-ant-plugin/ -->
<!-- -->
<!-- ====================================================================== -->
<project name="custom-ruleset-from-maven" default="package" basedir=".">
<!-- ====================================================================== -->
<!-- Build environment properties -->
<!-- ====================================================================== -->
<property file="${user.home}/.m2/maven.properties"/>
<property file="maven-build.properties"/>
<property name="maven.build.finalName" value="custom-ruleset-0.0.1-SNAPSHOT"/>
<property name="maven.build.dir" value="target"/>
<property name="maven.build.outputDir" value="${maven.build.dir}/classes"/>
<property name="maven.build.srcDir.0" value="src/main/java"/>
<property name="maven.build.resourceDir.0" value="src/main/resources"/>
<property name="maven.build.testOutputDir" value="${maven.build.dir}/test-classes"/>
<property name="maven.build.testDir.0" value="src/test/java"/>
<property name="maven.build.testResourceDir.0" value="src/test/resources"/>
<property name="maven.test.reports" value="${maven.build.dir}/test-reports"/>
<property name="maven.reporting.outputDirectory" value="${maven.build.dir}/site"/>
<property name="maven.repo.local" value="${user.home}/.m2/repository"/>
<property name="maven.settings.offline" value="false"/>
<property name="maven.settings.interactiveMode" value="true"/>
<!-- ====================================================================== -->
<!-- Defining classpaths -->
<!-- ====================================================================== -->
<path id="build.classpath">
<fileset dir="${maven.repo.local}">
<include name="com/adobe/ac/flex-pmd-core/1.2-SNAPSHOT/flex-pmd-core-1.2-SNAPSHOT.jar"/>
<include name="doxia/doxia-core/1.0-alpha-4/doxia-core-1.0-alpha-4.jar"/>
<include name="oro/oro/2.0.7/oro-2.0.7.jar"/>
<include name="plexus/plexus-utils/1.0.2/plexus-utils-1.0.2.jar"/>
<include name="doxia/doxia-sink-api/1.0-alpha-4/doxia-sink-api-1.0-alpha-4.jar"/>
<include name="com/adobe/ac/flex-pmd-ruleset-api/1.2-SNAPSHOT/flex-pmd-ruleset-api-1.2-SNAPSHOT.jar"/>
<include name="commons-lang/commons-lang/2.4/commons-lang-2.4.jar"/>
<include name="com/adobe/ac/as3-plugin-utils/1.2-SNAPSHOT/as3-plugin-utils-1.2-SNAPSHOT.jar"/>
<include name="junit/junit/4.7/junit-4.7.jar"/>
<include name="pmd/pmd/4.2.5/pmd-4.2.5.jar"/>
<include name="ant/ant/1.6/ant-1.6.jar"/>
<include name="jaxen/jaxen/1.1.1/jaxen-1.1.1.jar"/>
<include name="dom4j/dom4j/1.6.1/dom4j-1.6.1.jar"/>
<include name="jdom/jdom/1.0/jdom-1.0.jar"/>
<include name="xml-apis/xml-apis/1.3.02/xml-apis-1.3.02.jar"/>
<include name="xerces/xercesImpl/2.6.2/xercesImpl-2.6.2.jar"/>
<include name="xom/xom/1.0/xom-1.0.jar"/>
<include name="xerces/xmlParserAPIs/2.6.2/xmlParserAPIs-2.6.2.jar"/>
<include name="xalan/xalan/2.6.0/xalan-2.6.0.jar"/>
<include name="com/ibm/icu/icu4j/2.6.1/icu4j-2.6.1.jar"/>
<include name="asm/asm/3.1/asm-3.1.jar"/>
<include name="com/adobe/ac/as3-parser/1.2-SNAPSHOT/as3-parser-1.2-SNAPSHOT.jar"/>
<include name="com/adobe/ac/as3-parser-api/1.2-SNAPSHOT/as3-parser-api-1.2-SNAPSHOT.jar"/>
<include name="com/adobe/ac/flex-pmd-files/1.2-SNAPSHOT/flex-pmd-files-1.2-SNAPSHOT.jar"/>
</fileset>
</path>
<path id="build.test.classpath">
<fileset dir="${maven.repo.local}">
<include name="com/adobe/ac/flex-pmd-core/1.2-SNAPSHOT/flex-pmd-core-1.2-SNAPSHOT.jar"/>
<include name="doxia/doxia-core/1.0-alpha-4/doxia-core-1.0-alpha-4.jar"/>
<include name="oro/oro/2.0.7/oro-2.0.7.jar"/>
<include name="plexus/plexus-utils/1.0.2/plexus-utils-1.0.2.jar"/>
<include name="doxia/doxia-sink-api/1.0-alpha-4/doxia-sink-api-1.0-alpha-4.jar"/>
<include name="com/adobe/ac/flex-pmd-ruleset-api/1.2-SNAPSHOT/flex-pmd-ruleset-api-1.2-SNAPSHOT.jar"/>
<include name="commons-lang/commons-lang/2.4/commons-lang-2.4.jar"/>
<include name="com/adobe/ac/as3-plugin-utils/1.2-SNAPSHOT/as3-plugin-utils-1.2-SNAPSHOT.jar"/>
<include name="junit/junit/4.7/junit-4.7.jar"/>
<include name="pmd/pmd/4.2.5/pmd-4.2.5.jar"/>
<include name="ant/ant/1.6/ant-1.6.jar"/>
<include name="jaxen/jaxen/1.1.1/jaxen-1.1.1.jar"/>
<include name="dom4j/dom4j/1.6.1/dom4j-1.6.1.jar"/>
<include name="jdom/jdom/1.0/jdom-1.0.jar"/>
<include name="xml-apis/xml-apis/1.3.02/xml-apis-1.3.02.jar"/>
<include name="xerces/xercesImpl/2.6.2/xercesImpl-2.6.2.jar"/>
<include name="xom/xom/1.0/xom-1.0.jar"/>
<include name="xerces/xmlParserAPIs/2.6.2/xmlParserAPIs-2.6.2.jar"/>
<include name="xalan/xalan/2.6.0/xalan-2.6.0.jar"/>
<include name="com/ibm/icu/icu4j/2.6.1/icu4j-2.6.1.jar"/>
<include name="asm/asm/3.1/asm-3.1.jar"/>
<include name="com/adobe/ac/as3-parser/1.2-SNAPSHOT/as3-parser-1.2-SNAPSHOT.jar"/>
<include name="com/adobe/ac/as3-parser-api/1.2-SNAPSHOT/as3-parser-api-1.2-SNAPSHOT.jar"/>
<include name="com/adobe/ac/flex-pmd-files/1.2-SNAPSHOT/flex-pmd-files-1.2-SNAPSHOT.jar"/>
</fileset>
</path>
<!-- ====================================================================== -->
<!-- Cleaning up target -->
<!-- ====================================================================== -->
<target name="clean" description="Clean the output directory">
<delete dir="${maven.build.dir}"/>
</target>
<!-- ====================================================================== -->
<!-- Compilation target -->
<!-- ====================================================================== -->
<target name="compile" depends="get-deps" description="Compile the code">
<mkdir dir="${maven.build.outputDir}"/>
<javac destdir="${maven.build.outputDir}"
nowarn="false"
debug="true"
optimize="false"
deprecation="true"
target="1.5"
verbose="false"
fork="false"
source="1.5">
<src>
<pathelement location="${maven.build.srcDir.0}"/>
</src>
<classpath refid="build.classpath"/>
</javac>
<copy todir="${maven.build.outputDir}">
<fileset dir="${maven.build.resourceDir.0}"/>
</copy>
</target>
<!-- ====================================================================== -->
<!-- Test-compilation target -->
<!-- ====================================================================== -->
<target name="compile-tests"
depends="compile"
description="Compile the test code"
unless="maven.test.skip">
<mkdir dir="${maven.build.testOutputDir}"/>
<javac destdir="${maven.build.testOutputDir}"
nowarn="false"
debug="true"
optimize="false"
deprecation="true"
target="1.5"
verbose="false"
fork="false"
source="1.5">
<src>
<pathelement location="${maven.build.testDir.0}"/>
</src>
<classpath>
<path refid="build.test.classpath"/>
<pathelement location="${maven.build.outputDir}"/>
</classpath>
</javac>
<copy todir="${maven.build.testOutputDir}">
<fileset dir="${maven.build.testResourceDir.0}"/>
</copy>
</target>
<!-- ====================================================================== -->
<!-- Run all tests -->
<!-- ====================================================================== -->
<target name="test"
depends="compile-tests, junit-missing"
unless="junit.skipped"
description="Run the test cases">
<mkdir dir="${maven.test.reports}"/>
<junit printSummary="yes" haltonerror="true" haltonfailure="true" fork="true" dir=".">
<sysproperty key="basedir" value="."/>
<formatter type="xml"/>
<formatter type="plain" usefile="false"/>
<classpath>
<path refid="build.test.classpath"/>
<pathelement location="${maven.build.outputDir}"/>
<pathelement location="${maven.build.testOutputDir}"/>
</classpath>
<batchtest todir="${maven.test.reports}" unless="test">
<fileset dir="${maven.build.testDir.0}">
<include name="**/Test*.java"/>
<include name="**/*Test.java"/>
<include name="**/*TestCase.java"/>
<exclude name="**/*Abstract*Test.java"/>
</fileset>
</batchtest>
<batchtest todir="${maven.test.reports}" if="test">
<fileset dir="${maven.build.testDir.0}">
<include name="**/${test}.java"/>
<exclude name="**/*Abstract*Test.java"/>
</fileset>
</batchtest>
</junit>
</target>
<target name="test-junit-present">
<available classname="junit.framework.Test" property="junit.present"/>
</target>
<target name="test-junit-status"
depends="test-junit-present">
<condition property="junit.missing">
<and>
<isfalse value="${junit.present}"/>
<isfalse value="${maven.test.skip}"/>
</and>
</condition>
<condition property="junit.skipped">
<or>
<isfalse value="${junit.present}"/>
<istrue value="${maven.test.skip}"/>
</or>
</condition>
</target>
<target name="junit-missing"
depends="test-junit-status"
if="junit.missing">
<echo>=================================== WARNING ===================================</echo>
<echo> JUnit is not present in your $ANT_HOME/lib directory. Tests not executed.</echo>
<echo>===============================================================================</echo>
</target>
<!-- ====================================================================== -->
<!-- Javadoc target -->
<!-- ====================================================================== -->
<target name="javadoc" description="Generates the Javadoc of the application">
<javadoc sourcepath="${maven.build.srcDir.0}"
packagenames="*"
destdir="${maven.reporting.outputDirectory}/apidocs"
access="protected"
old="false"
verbose="false"
version="true"
use="true"
author="true"
splitindex="false"
nodeprecated="false"
nodeprecatedlist="false"
notree="false"
noindex="false"
nohelp="false"
nonavbar="false"
serialwarn="false"
charset="ISO-8859-1"
linksource="false"
breakiterator="false"/>
</target>
<!-- ====================================================================== -->
<!-- Package target -->
<!-- ====================================================================== -->
<target name="package" depends="compile,test" description="Package the application">
<jar jarfile="${maven.build.dir}/${maven.build.finalName}.jar"
compress="true"
index="false"
basedir="${maven.build.outputDir}"
excludes="**/package.html"/>
</target>
<!-- ====================================================================== -->
<!-- A dummy target for the package named after the type it creates -->
<!-- ====================================================================== -->
<target name="jar" depends="package" description="Builds the jar for the application"/>
<!-- ====================================================================== -->
<!-- Download dependencies target -->
<!-- ====================================================================== -->
<target name="test-offline">
<condition property="maven.mode.offline">
<equals arg1="${maven.settings.offline}" arg2="true"/>
</condition>
</target>
<target name="get-deps"
depends="test-offline"
description="Download all dependencies"
unless="maven.mode.offline">
<mkdir dir="${maven.repo.local}"/>
<mkdir dir="${maven.repo.local}/com/adobe/ac/flex-pmd-core/1.2-SNAPSHOT"/>
<get src="http://svn.sonatype.org/flexmojos/repository//com/adobe/ac/flex-pmd-core/1.2-SNAPSHOT/flex-pmd-core-1.2-SNAPSHOT.jar"
dest="${maven.repo.local}/com/adobe/ac/flex-pmd-core/1.2-SNAPSHOT/flex-pmd-core-1.2-SNAPSHOT.jar"
usetimestamp="false"
ignoreerrors="true"/>
<get src="http://pentagoneci.can.adobe.com:9999/nexus/content/groups/public//com/adobe/ac/flex-pmd-core/1.2-SNAPSHOT/flex-pmd-core-1.2-SNAPSHOT.jar"
dest="${maven.repo.local}/com/adobe/ac/flex-pmd-core/1.2-SNAPSHOT/flex-pmd-core-1.2-SNAPSHOT.jar"
usetimestamp="false"
ignoreerrors="true"/>
<get src="http://repo1.maven.org/maven2/com/adobe/ac/flex-pmd-core/1.2-SNAPSHOT/flex-pmd-core-1.2-SNAPSHOT.jar"
dest="${maven.repo.local}/com/adobe/ac/flex-pmd-core/1.2-SNAPSHOT/flex-pmd-core-1.2-SNAPSHOT.jar"
usetimestamp="false"
ignoreerrors="true"/>
<mkdir dir="${maven.repo.local}/doxia/doxia-core/1.0-alpha-4"/>
<get src="http://svn.sonatype.org/flexmojos/repository//doxia/doxia-core/1.0-alpha-4/doxia-core-1.0-alpha-4.jar"
dest="${maven.repo.local}/doxia/doxia-core/1.0-alpha-4/doxia-core-1.0-alpha-4.jar"
usetimestamp="false"
ignoreerrors="true"/>
<get src="http://pentagoneci.can.adobe.com:9999/nexus/content/groups/public//doxia/doxia-core/1.0-alpha-4/doxia-core-1.0-alpha-4.jar"
dest="${maven.repo.local}/doxia/doxia-core/1.0-alpha-4/doxia-core-1.0-alpha-4.jar"
usetimestamp="false"
ignoreerrors="true"/>
<get src="http://repo1.maven.org/maven2/doxia/doxia-core/1.0-alpha-4/doxia-core-1.0-alpha-4.jar"
dest="${maven.repo.local}/doxia/doxia-core/1.0-alpha-4/doxia-core-1.0-alpha-4.jar"
usetimestamp="false"
ignoreerrors="true"/>
<mkdir dir="${maven.repo.local}/oro/oro/2.0.7"/>
<get src="http://svn.sonatype.org/flexmojos/repository//oro/oro/2.0.7/oro-2.0.7.jar"
dest="${maven.repo.local}/oro/oro/2.0.7/oro-2.0.7.jar"
usetimestamp="false"
ignoreerrors="true"/>
<get src="http://pentagoneci.can.adobe.com:9999/nexus/content/groups/public//oro/oro/2.0.7/oro-2.0.7.jar"
dest="${maven.repo.local}/oro/oro/2.0.7/oro-2.0.7.jar"
usetimestamp="false"
ignoreerrors="true"/>
<get src="http://repo1.maven.org/maven2/oro/oro/2.0.7/oro-2.0.7.jar"
dest="${maven.repo.local}/oro/oro/2.0.7/oro-2.0.7.jar"
usetimestamp="false"
ignoreerrors="true"/>
<mkdir dir="${maven.repo.local}/plexus/plexus-utils/1.0.2"/>
<get src="http://svn.sonatype.org/flexmojos/repository//plexus/plexus-utils/1.0.2/plexus-utils-1.0.2.jar"
dest="${maven.repo.local}/plexus/plexus-utils/1.0.2/plexus-utils-1.0.2.jar"
usetimestamp="false"
ignoreerrors="true"/>
<get src="http://pentagoneci.can.adobe.com:9999/nexus/content/groups/public//plexus/plexus-utils/1.0.2/plexus-utils-1.0.2.jar"
dest="${maven.repo.local}/plexus/plexus-utils/1.0.2/plexus-utils-1.0.2.jar"
usetimestamp="false"
ignoreerrors="true"/>
<get src="http://repo1.maven.org/maven2/plexus/plexus-utils/1.0.2/plexus-utils-1.0.2.jar"
dest="${maven.repo.local}/plexus/plexus-utils/1.0.2/plexus-utils-1.0.2.jar"
usetimestamp="false"
ignoreerrors="true"/>
<mkdir dir="${maven.repo.local}/doxia/doxia-sink-api/1.0-alpha-4"/>
<get src="http://svn.sonatype.org/flexmojos/repository//doxia/doxia-sink-api/1.0-alpha-4/doxia-sink-api-1.0-alpha-4.jar"
dest="${maven.repo.local}/doxia/doxia-sink-api/1.0-alpha-4/doxia-sink-api-1.0-alpha-4.jar"
usetimestamp="false"
ignoreerrors="true"/>
<get src="http://pentagoneci.can.adobe.com:9999/nexus/content/groups/public//doxia/doxia-sink-api/1.0-alpha-4/doxia-sink-api-1.0-alpha-4.jar"
dest="${maven.repo.local}/doxia/doxia-sink-api/1.0-alpha-4/doxia-sink-api-1.0-alpha-4.jar"
usetimestamp="false"
ignoreerrors="true"/>
<get src="http://repo1.maven.org/maven2/doxia/doxia-sink-api/1.0-alpha-4/doxia-sink-api-1.0-alpha-4.jar"
dest="${maven.repo.local}/doxia/doxia-sink-api/1.0-alpha-4/doxia-sink-api-1.0-alpha-4.jar"
usetimestamp="false"
ignoreerrors="true"/>
<mkdir dir="${maven.repo.local}/com/adobe/ac/flex-pmd-ruleset-api/1.2-SNAPSHOT"/>
<get src="http://svn.sonatype.org/flexmojos/repository//com/adobe/ac/flex-pmd-ruleset-api/1.2-SNAPSHOT/flex-pmd-ruleset-api-1.2-SNAPSHOT.jar"
dest="${maven.repo.local}/com/adobe/ac/flex-pmd-ruleset-api/1.2-SNAPSHOT/flex-pmd-ruleset-api-1.2-SNAPSHOT.jar"
usetimestamp="false"
ignoreerrors="true"/>
<get src="http://pentagoneci.can.adobe.com:9999/nexus/content/groups/public//com/adobe/ac/flex-pmd-ruleset-api/1.2-SNAPSHOT/flex-pmd-ruleset-api-1.2-SNAPSHOT.jar"
dest="${maven.repo.local}/com/adobe/ac/flex-pmd-ruleset-api/1.2-SNAPSHOT/flex-pmd-ruleset-api-1.2-SNAPSHOT.jar"
usetimestamp="false"
ignoreerrors="true"/>
<get src="http://repo1.maven.org/maven2/com/adobe/ac/flex-pmd-ruleset-api/1.2-SNAPSHOT/flex-pmd-ruleset-api-1.2-SNAPSHOT.jar"
dest="${maven.repo.local}/com/adobe/ac/flex-pmd-ruleset-api/1.2-SNAPSHOT/flex-pmd-ruleset-api-1.2-SNAPSHOT.jar"
usetimestamp="false"
ignoreerrors="true"/>
<mkdir dir="${maven.repo.local}/commons-lang/commons-lang/2.4"/>
<get src="http://svn.sonatype.org/flexmojos/repository//commons-lang/commons-lang/2.4/commons-lang-2.4.jar"
dest="${maven.repo.local}/commons-lang/commons-lang/2.4/commons-lang-2.4.jar"
usetimestamp="false"
ignoreerrors="true"/>
<get src="http://pentagoneci.can.adobe.com:9999/nexus/content/groups/public//commons-lang/commons-lang/2.4/commons-lang-2.4.jar"
dest="${maven.repo.local}/commons-lang/commons-lang/2.4/commons-lang-2.4.jar"
usetimestamp="false"
ignoreerrors="true"/>
<get src="http://repo1.maven.org/maven2/commons-lang/commons-lang/2.4/commons-lang-2.4.jar"
dest="${maven.repo.local}/commons-lang/commons-lang/2.4/commons-lang-2.4.jar"
usetimestamp="false"
ignoreerrors="true"/>
<mkdir dir="${maven.repo.local}/com/adobe/ac/as3-plugin-utils/1.2-SNAPSHOT"/>
<get src="http://svn.sonatype.org/flexmojos/repository//com/adobe/ac/as3-plugin-utils/1.2-SNAPSHOT/as3-plugin-utils-1.2-SNAPSHOT.jar"
dest="${maven.repo.local}/com/adobe/ac/as3-plugin-utils/1.2-SNAPSHOT/as3-plugin-utils-1.2-SNAPSHOT.jar"
usetimestamp="false"
ignoreerrors="true"/>
<get src="http://pentagoneci.can.adobe.com:9999/nexus/content/groups/public//com/adobe/ac/as3-plugin-utils/1.2-SNAPSHOT/as3-plugin-utils-1.2-SNAPSHOT.jar"
dest="${maven.repo.local}/com/adobe/ac/as3-plugin-utils/1.2-SNAPSHOT/as3-plugin-utils-1.2-SNAPSHOT.jar"
usetimestamp="false"
ignoreerrors="true"/>
<get src="http://repo1.maven.org/maven2/com/adobe/ac/as3-plugin-utils/1.2-SNAPSHOT/as3-plugin-utils-1.2-SNAPSHOT.jar"
dest="${maven.repo.local}/com/adobe/ac/as3-plugin-utils/1.2-SNAPSHOT/as3-plugin-utils-1.2-SNAPSHOT.jar"
usetimestamp="false"
ignoreerrors="true"/>
<mkdir dir="${maven.repo.local}/junit/junit/4.7"/>
<get src="http://svn.sonatype.org/flexmojos/repository//junit/junit/4.7/junit-4.7.jar"
dest="${maven.repo.local}/junit/junit/4.7/junit-4.7.jar"
usetimestamp="false"
ignoreerrors="true"/>
<get src="http://pentagoneci.can.adobe.com:9999/nexus/content/groups/public//junit/junit/4.7/junit-4.7.jar"
dest="${maven.repo.local}/junit/junit/4.7/junit-4.7.jar"
usetimestamp="false"
ignoreerrors="true"/>
<get src="http://repo1.maven.org/maven2/junit/junit/4.7/junit-4.7.jar"
dest="${maven.repo.local}/junit/junit/4.7/junit-4.7.jar"
usetimestamp="false"
ignoreerrors="true"/>
<mkdir dir="${maven.repo.local}/pmd/pmd/4.2.5"/>
<get src="http://svn.sonatype.org/flexmojos/repository//pmd/pmd/4.2.5/pmd-4.2.5.jar"
dest="${maven.repo.local}/pmd/pmd/4.2.5/pmd-4.2.5.jar"
usetimestamp="false"
ignoreerrors="true"/>
<get src="http://pentagoneci.can.adobe.com:9999/nexus/content/groups/public//pmd/pmd/4.2.5/pmd-4.2.5.jar"
dest="${maven.repo.local}/pmd/pmd/4.2.5/pmd-4.2.5.jar"
usetimestamp="false"
ignoreerrors="true"/>
<get src="http://repo1.maven.org/maven2/pmd/pmd/4.2.5/pmd-4.2.5.jar"
dest="${maven.repo.local}/pmd/pmd/4.2.5/pmd-4.2.5.jar"
usetimestamp="false"
ignoreerrors="true"/>
<mkdir dir="${maven.repo.local}/ant/ant/1.6"/>
<get src="http://svn.sonatype.org/flexmojos/repository//ant/ant/1.6/ant-1.6.jar"
dest="${maven.repo.local}/ant/ant/1.6/ant-1.6.jar"
usetimestamp="false"
ignoreerrors="true"/>
<get src="http://pentagoneci.can.adobe.com:9999/nexus/content/groups/public//ant/ant/1.6/ant-1.6.jar"
dest="${maven.repo.local}/ant/ant/1.6/ant-1.6.jar"
usetimestamp="false"
ignoreerrors="true"/>
<get src="http://repo1.maven.org/maven2/ant/ant/1.6/ant-1.6.jar"
dest="${maven.repo.local}/ant/ant/1.6/ant-1.6.jar"
usetimestamp="false"
ignoreerrors="true"/>
<mkdir dir="${maven.repo.local}/jaxen/jaxen/1.1.1"/>
<get src="http://svn.sonatype.org/flexmojos/repository//jaxen/jaxen/1.1.1/jaxen-1.1.1.jar"
dest="${maven.repo.local}/jaxen/jaxen/1.1.1/jaxen-1.1.1.jar"
usetimestamp="false"
ignoreerrors="true"/>
<get src="http://pentagoneci.can.adobe.com:9999/nexus/content/groups/public//jaxen/jaxen/1.1.1/jaxen-1.1.1.jar"
dest="${maven.repo.local}/jaxen/jaxen/1.1.1/jaxen-1.1.1.jar"
usetimestamp="false"
ignoreerrors="true"/>
<get src="http://repo1.maven.org/maven2/jaxen/jaxen/1.1.1/jaxen-1.1.1.jar"
dest="${maven.repo.local}/jaxen/jaxen/1.1.1/jaxen-1.1.1.jar"
usetimestamp="false"
ignoreerrors="true"/>
<mkdir dir="${maven.repo.local}/dom4j/dom4j/1.6.1"/>
<get src="http://svn.sonatype.org/flexmojos/repository//dom4j/dom4j/1.6.1/dom4j-1.6.1.jar"
dest="${maven.repo.local}/dom4j/dom4j/1.6.1/dom4j-1.6.1.jar"
usetimestamp="false"
ignoreerrors="true"/>
<get src="http://pentagoneci.can.adobe.com:9999/nexus/content/groups/public//dom4j/dom4j/1.6.1/dom4j-1.6.1.jar"
dest="${maven.repo.local}/dom4j/dom4j/1.6.1/dom4j-1.6.1.jar"
usetimestamp="false"
ignoreerrors="true"/>
<get src="http://repo1.maven.org/maven2/dom4j/dom4j/1.6.1/dom4j-1.6.1.jar"
dest="${maven.repo.local}/dom4j/dom4j/1.6.1/dom4j-1.6.1.jar"
usetimestamp="false"
ignoreerrors="true"/>
<mkdir dir="${maven.repo.local}/jdom/jdom/1.0"/>
<get src="http://svn.sonatype.org/flexmojos/repository//jdom/jdom/1.0/jdom-1.0.jar"
dest="${maven.repo.local}/jdom/jdom/1.0/jdom-1.0.jar"
usetimestamp="false"
ignoreerrors="true"/>
<get src="http://pentagoneci.can.adobe.com:9999/nexus/content/groups/public//jdom/jdom/1.0/jdom-1.0.jar"
dest="${maven.repo.local}/jdom/jdom/1.0/jdom-1.0.jar"
usetimestamp="false"
ignoreerrors="true"/>
<get src="http://repo1.maven.org/maven2/jdom/jdom/1.0/jdom-1.0.jar"
dest="${maven.repo.local}/jdom/jdom/1.0/jdom-1.0.jar"
usetimestamp="false"
ignoreerrors="true"/>
<mkdir dir="${maven.repo.local}/xml-apis/xml-apis/1.3.02"/>
<get src="http://svn.sonatype.org/flexmojos/repository//xml-apis/xml-apis/1.3.02/xml-apis-1.3.02.jar"
dest="${maven.repo.local}/xml-apis/xml-apis/1.3.02/xml-apis-1.3.02.jar"
usetimestamp="false"
ignoreerrors="true"/>
<get src="http://pentagoneci.can.adobe.com:9999/nexus/content/groups/public//xml-apis/xml-apis/1.3.02/xml-apis-1.3.02.jar"
dest="${maven.repo.local}/xml-apis/xml-apis/1.3.02/xml-apis-1.3.02.jar"
usetimestamp="false"
ignoreerrors="true"/>
<get src="http://repo1.maven.org/maven2/xml-apis/xml-apis/1.3.02/xml-apis-1.3.02.jar"
dest="${maven.repo.local}/xml-apis/xml-apis/1.3.02/xml-apis-1.3.02.jar"
usetimestamp="false"
ignoreerrors="true"/>
<mkdir dir="${maven.repo.local}/xerces/xercesImpl/2.6.2"/>
<get src="http://svn.sonatype.org/flexmojos/repository//xerces/xercesImpl/2.6.2/xercesImpl-2.6.2.jar"
dest="${maven.repo.local}/xerces/xercesImpl/2.6.2/xercesImpl-2.6.2.jar"
usetimestamp="false"
ignoreerrors="true"/>
<get src="http://pentagoneci.can.adobe.com:9999/nexus/content/groups/public//xerces/xercesImpl/2.6.2/xercesImpl-2.6.2.jar"
dest="${maven.repo.local}/xerces/xercesImpl/2.6.2/xercesImpl-2.6.2.jar"
usetimestamp="false"
ignoreerrors="true"/>
<get src="http://repo1.maven.org/maven2/xerces/xercesImpl/2.6.2/xercesImpl-2.6.2.jar"
dest="${maven.repo.local}/xerces/xercesImpl/2.6.2/xercesImpl-2.6.2.jar"
usetimestamp="false"
ignoreerrors="true"/>
<mkdir dir="${maven.repo.local}/xom/xom/1.0"/>
<get src="http://svn.sonatype.org/flexmojos/repository//xom/xom/1.0/xom-1.0.jar"
dest="${maven.repo.local}/xom/xom/1.0/xom-1.0.jar"
usetimestamp="false"
ignoreerrors="true"/>
<get src="http://pentagoneci.can.adobe.com:9999/nexus/content/groups/public//xom/xom/1.0/xom-1.0.jar"
dest="${maven.repo.local}/xom/xom/1.0/xom-1.0.jar"
usetimestamp="false"
ignoreerrors="true"/>
<get src="http://repo1.maven.org/maven2/xom/xom/1.0/xom-1.0.jar"
dest="${maven.repo.local}/xom/xom/1.0/xom-1.0.jar"
usetimestamp="false"
ignoreerrors="true"/>
<mkdir dir="${maven.repo.local}/xerces/xmlParserAPIs/2.6.2"/>
<get src="http://svn.sonatype.org/flexmojos/repository//xerces/xmlParserAPIs/2.6.2/xmlParserAPIs-2.6.2.jar"
dest="${maven.repo.local}/xerces/xmlParserAPIs/2.6.2/xmlParserAPIs-2.6.2.jar"
usetimestamp="false"
ignoreerrors="true"/>
<get src="http://pentagoneci.can.adobe.com:9999/nexus/content/groups/public//xerces/xmlParserAPIs/2.6.2/xmlParserAPIs-2.6.2.jar"
dest="${maven.repo.local}/xerces/xmlParserAPIs/2.6.2/xmlParserAPIs-2.6.2.jar"
usetimestamp="false"
ignoreerrors="true"/>
<get src="http://repo1.maven.org/maven2/xerces/xmlParserAPIs/2.6.2/xmlParserAPIs-2.6.2.jar"
dest="${maven.repo.local}/xerces/xmlParserAPIs/2.6.2/xmlParserAPIs-2.6.2.jar"
usetimestamp="false"
ignoreerrors="true"/>
<mkdir dir="${maven.repo.local}/xalan/xalan/2.6.0"/>
<get src="http://svn.sonatype.org/flexmojos/repository//xalan/xalan/2.6.0/xalan-2.6.0.jar"
dest="${maven.repo.local}/xalan/xalan/2.6.0/xalan-2.6.0.jar"
usetimestamp="false"
ignoreerrors="true"/>
<get src="http://pentagoneci.can.adobe.com:9999/nexus/content/groups/public//xalan/xalan/2.6.0/xalan-2.6.0.jar"
dest="${maven.repo.local}/xalan/xalan/2.6.0/xalan-2.6.0.jar"
usetimestamp="false"
ignoreerrors="true"/>
<get src="http://repo1.maven.org/maven2/xalan/xalan/2.6.0/xalan-2.6.0.jar"
dest="${maven.repo.local}/xalan/xalan/2.6.0/xalan-2.6.0.jar"
usetimestamp="false"
ignoreerrors="true"/>
<mkdir dir="${maven.repo.local}/com/ibm/icu/icu4j/2.6.1"/>
<get src="http://svn.sonatype.org/flexmojos/repository//com/ibm/icu/icu4j/2.6.1/icu4j-2.6.1.jar"
dest="${maven.repo.local}/com/ibm/icu/icu4j/2.6.1/icu4j-2.6.1.jar"
usetimestamp="false"
ignoreerrors="true"/>
<get src="http://pentagoneci.can.adobe.com:9999/nexus/content/groups/public//com/ibm/icu/icu4j/2.6.1/icu4j-2.6.1.jar"
dest="${maven.repo.local}/com/ibm/icu/icu4j/2.6.1/icu4j-2.6.1.jar"
usetimestamp="false"
ignoreerrors="true"/>
<get src="http://repo1.maven.org/maven2/com/ibm/icu/icu4j/2.6.1/icu4j-2.6.1.jar"
dest="${maven.repo.local}/com/ibm/icu/icu4j/2.6.1/icu4j-2.6.1.jar"
usetimestamp="false"
ignoreerrors="true"/>
<mkdir dir="${maven.repo.local}/asm/asm/3.1"/>
<get src="http://svn.sonatype.org/flexmojos/repository//asm/asm/3.1/asm-3.1.jar"
dest="${maven.repo.local}/asm/asm/3.1/asm-3.1.jar"
usetimestamp="false"
ignoreerrors="true"/>
<get src="http://pentagoneci.can.adobe.com:9999/nexus/content/groups/public//asm/asm/3.1/asm-3.1.jar"
dest="${maven.repo.local}/asm/asm/3.1/asm-3.1.jar"
usetimestamp="false"
ignoreerrors="true"/>
<get src="http://repo1.maven.org/maven2/asm/asm/3.1/asm-3.1.jar"
dest="${maven.repo.local}/asm/asm/3.1/asm-3.1.jar"
usetimestamp="false"
ignoreerrors="true"/>
<mkdir dir="${maven.repo.local}/com/adobe/ac/as3-parser/1.2-SNAPSHOT"/>
<get src="http://svn.sonatype.org/flexmojos/repository//com/adobe/ac/as3-parser/1.2-SNAPSHOT/as3-parser-1.2-SNAPSHOT.jar"
dest="${maven.repo.local}/com/adobe/ac/as3-parser/1.2-SNAPSHOT/as3-parser-1.2-SNAPSHOT.jar"
usetimestamp="false"
ignoreerrors="true"/>
<get src="http://pentagoneci.can.adobe.com:9999/nexus/content/groups/public//com/adobe/ac/as3-parser/1.2-SNAPSHOT/as3-parser-1.2-SNAPSHOT.jar"
dest="${maven.repo.local}/com/adobe/ac/as3-parser/1.2-SNAPSHOT/as3-parser-1.2-SNAPSHOT.jar"
usetimestamp="false"
ignoreerrors="true"/>
<get src="http://repo1.maven.org/maven2/com/adobe/ac/as3-parser/1.2-SNAPSHOT/as3-parser-1.2-SNAPSHOT.jar"
dest="${maven.repo.local}/com/adobe/ac/as3-parser/1.2-SNAPSHOT/as3-parser-1.2-SNAPSHOT.jar"
usetimestamp="false"
ignoreerrors="true"/>
<mkdir dir="${maven.repo.local}/com/adobe/ac/as3-parser-api/1.2-SNAPSHOT"/>
<get src="http://svn.sonatype.org/flexmojos/repository//com/adobe/ac/as3-parser-api/1.2-SNAPSHOT/as3-parser-api-1.2-SNAPSHOT.jar"
dest="${maven.repo.local}/com/adobe/ac/as3-parser-api/1.2-SNAPSHOT/as3-parser-api-1.2-SNAPSHOT.jar"
usetimestamp="false"
ignoreerrors="true"/>
<get src="http://pentagoneci.can.adobe.com:9999/nexus/content/groups/public//com/adobe/ac/as3-parser-api/1.2-SNAPSHOT/as3-parser-api-1.2-SNAPSHOT.jar"
dest="${maven.repo.local}/com/adobe/ac/as3-parser-api/1.2-SNAPSHOT/as3-parser-api-1.2-SNAPSHOT.jar"
usetimestamp="false"
ignoreerrors="true"/>
<get src="http://repo1.maven.org/maven2/com/adobe/ac/as3-parser-api/1.2-SNAPSHOT/as3-parser-api-1.2-SNAPSHOT.jar"
dest="${maven.repo.local}/com/adobe/ac/as3-parser-api/1.2-SNAPSHOT/as3-parser-api-1.2-SNAPSHOT.jar"
usetimestamp="false"
ignoreerrors="true"/>
<mkdir dir="${maven.repo.local}/com/adobe/ac/flex-pmd-files/1.2-SNAPSHOT"/>
<get src="http://svn.sonatype.org/flexmojos/repository//com/adobe/ac/flex-pmd-files/1.2-SNAPSHOT/flex-pmd-files-1.2-SNAPSHOT.jar"
dest="${maven.repo.local}/com/adobe/ac/flex-pmd-files/1.2-SNAPSHOT/flex-pmd-files-1.2-SNAPSHOT.jar"
usetimestamp="false"
ignoreerrors="true"/>
<get src="http://pentagoneci.can.adobe.com:9999/nexus/content/groups/public//com/adobe/ac/flex-pmd-files/1.2-SNAPSHOT/flex-pmd-files-1.2-SNAPSHOT.jar"
dest="${maven.repo.local}/com/adobe/ac/flex-pmd-files/1.2-SNAPSHOT/flex-pmd-files-1.2-SNAPSHOT.jar"
usetimestamp="false"
ignoreerrors="true"/>
<get src="http://repo1.maven.org/maven2/com/adobe/ac/flex-pmd-files/1.2-SNAPSHOT/flex-pmd-files-1.2-SNAPSHOT.jar"
dest="${maven.repo.local}/com/adobe/ac/flex-pmd-files/1.2-SNAPSHOT/flex-pmd-files-1.2-SNAPSHOT.jar"
usetimestamp="false"
ignoreerrors="true"/>
</target>
</project>