Also publish our ActionScript artifacts.

git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@1075 ed5b42cb-e716-0410-a449-f6a68f950b19
This commit is contained in:
Michael Bayne
2010-11-18 21:05:37 +00:00
parent a9ae743bea
commit 0be3c77831
+5
View File
@@ -372,5 +372,10 @@
<remoteRepository url="${maven.deploy.repo}"/> <remoteRepository url="${maven.deploy.repo}"/>
<pom refid="pom"/> <pom refid="pom"/>
</artifact:deploy> </artifact:deploy>
<artifact:pom id="as-pom" file="as-pom.xml"/>
<artifact:deploy file="${deploy.dir}/${ant.project.name}lib.swc" uniqueVersion="false">
<remoteRepository url="${maven.deploy.repo}"/>
<pom refid="as-pom"/>
</artifact:deploy>
</target> </target>
</project> </project>