AS build fixes.
Noted one SWC that comes from our Google Code Maven repo which is going to have to move somewhere else because the upstream maintainers abandoned the project in 2011 and were never going to ship their stuff to Maven Central anyway. Sigh.
This commit is contained in:
+13
-14
@@ -17,13 +17,9 @@
|
||||
<url>https://repository.sonatype.org/content/groups/forge</url>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>ooo-ext-maven-repo</id>
|
||||
<id>ooo-public</id>
|
||||
<url>http://ooo-maven.googlecode.com/hg/repository</url>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>ooo-maven-repo</id>
|
||||
<url>http://threerings.github.com/maven-repo</url>
|
||||
</repository>
|
||||
</repositories>
|
||||
|
||||
<properties>
|
||||
@@ -38,23 +34,26 @@
|
||||
<type>swc</type>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>flexlib</groupId>
|
||||
<artifactId>flexlib-bin</artifactId>
|
||||
<version>2.4</version>
|
||||
<groupId>com.google.code.flexlib</groupId>
|
||||
<artifactId>flexlib</artifactId>
|
||||
<version>2.6-M3</version>
|
||||
<type>swc</type>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.threerings</groupId>
|
||||
<artifactId>naryalib</artifactId>
|
||||
<version>${narya.version}</version>
|
||||
<type>swc</type>
|
||||
</dependency>
|
||||
|
||||
<!-- comes from ooo-maven; TODO: migrate this from Google Code... -->
|
||||
<dependency>
|
||||
<groupId>as3isolib</groupId>
|
||||
<artifactId>as3isolib-fp9</artifactId>
|
||||
<version>r298</version>
|
||||
<type>swc</type>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.threerings</groupId>
|
||||
<artifactId>naryalib</artifactId>
|
||||
<version>1.14</version>
|
||||
<type>swc</type>
|
||||
</dependency>
|
||||
|
||||
<!-- needed for the build, but not an exported dependency -->
|
||||
<dependency>
|
||||
<groupId>com.adobe.flex.framework</groupId>
|
||||
|
||||
Reference in New Issue
Block a user