Inherit aspirin &c from nenyalib; add flexgroup repo.

Also bumped to as3isolib FP10 since I don't feel like hosting FP9 and FP10.
This commit is contained in:
Michael Bayne
2015-03-17 09:21:45 -07:00
parent 4193180c30
commit c8b78bb1fe
2 changed files with 18 additions and 15 deletions
+10 -14
View File
@@ -13,8 +13,12 @@
<repositories> <repositories>
<repository> <repository>
<id>ooo-public</id> <id>flex-mojos-repository</id>
<url>http://ooo-maven.googlecode.com/hg/repository</url> <url>http://repository.sonatype.org/content/groups/flexgroup</url>
</repository>
<repository>
<id>ooo-maven-repo</id>
<url>https://raw.githubusercontent.com/threerings/maven-repo/master/repository</url>
</repository> </repository>
</repositories> </repositories>
@@ -25,8 +29,8 @@
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>com.threerings</groupId> <groupId>com.threerings</groupId>
<artifactId>aspirin</artifactId> <artifactId>naryalib</artifactId>
<version>1.9</version> <version>${narya.version}</version>
<type>swc</type> <type>swc</type>
</dependency> </dependency>
<dependency> <dependency>
@@ -35,18 +39,10 @@
<version>2.6-M3</version> <version>2.6-M3</version>
<type>swc</type> <type>swc</type>
</dependency> </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> <dependency>
<groupId>as3isolib</groupId> <groupId>as3isolib</groupId>
<artifactId>as3isolib-fp9</artifactId> <artifactId>as3isolib-fp10</artifactId>
<version>r298</version> <version>r314</version>
<type>swc</type> <type>swc</type>
</dependency> </dependency>
@@ -127,6 +127,13 @@ public class PrioritizedSceneLayoutRenderer
//trace("scene layout render time", getTimer() - startTime, "ms (manual sort)"); //trace("scene layout render time", getTimer() - startTime, "ms (manual sort)");
} }
/** Not used. */
public function get collisionDetection () :Function {
return null;
}
public function set collisionDetection (fn :Function) :void {
}
/** /**
* Adds the front-to-back dependency to our map of all such dependencies. * Adds the front-to-back dependency to our map of all such dependencies.
*/ */