Moved as- and tools-pom.xml into etc to match Narya.
git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@1100 ed5b42cb-e716-0410-a449-f6a68f950b19
This commit is contained in:
@@ -114,7 +114,7 @@
|
||||
<target name="aslib" unless="no_rebuild_aslib" depends="-checkaslib,-noteaslib"
|
||||
description="Builds ActionScript library.">
|
||||
<!-- obtain our ActionScript dependencies via Maven -->
|
||||
<artifact:pom id="as-pom" file="as-pom.xml"/>
|
||||
<artifact:pom id="as-pom" file="etc/as-pom.xml"/>
|
||||
<artifact:dependencies filesetId="aslibs.fileset" pomRefId="as-pom" useScope="compile"/>
|
||||
<copy todir="${deploy.dir}/lib">
|
||||
<fileset refid="aslibs.fileset"/>
|
||||
@@ -329,12 +329,12 @@
|
||||
<remoteRepository url="${maven.deploy.repo}"/>
|
||||
<pom refid="pom"/>
|
||||
</artifact:deploy>
|
||||
<artifact:pom id="tools-pom" file="tools-pom.xml"/>
|
||||
<artifact:pom id="tools-pom" file="etc/tools-pom.xml"/>
|
||||
<artifact:deploy file="${deploy.dir}/${ant.project.name}.jar" uniqueVersion="false">
|
||||
<remoteRepository url="${maven.deploy.repo}"/>
|
||||
<pom refid="tools-pom"/>
|
||||
</artifact:deploy>
|
||||
<artifact:pom id="as-pom" file="as-pom.xml"/>
|
||||
<artifact:pom id="as-pom" file="etc/as-pom.xml"/>
|
||||
<artifact:deploy file="${deploy.dir}/${ant.project.name}lib.swc" uniqueVersion="false">
|
||||
<remoteRepository url="${maven.deploy.repo}"/>
|
||||
<pom refid="as-pom"/>
|
||||
|
||||
Reference in New Issue
Block a user