Move as-pom.xml into etc to match Narya.

git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@1033 c613c5cb-e716-0410-b11b-feb51c14d237
This commit is contained in:
Michael Bayne
2010-12-09 23:11:20 +00:00
parent 6d06a05fa6
commit 818b95b08d
2 changed files with 2 additions and 2 deletions
+2 -2
View File
@@ -95,7 +95,7 @@
<target name="-asprepare" depends="-checkaslib">
<!-- 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"/>
@@ -325,7 +325,7 @@
<remoteRepository url="${maven.deploy.repo}"/>
<pom refid="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"/>
View File