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:
+10
-14
@@ -13,8 +13,12 @@
|
||||
|
||||
<repositories>
|
||||
<repository>
|
||||
<id>ooo-public</id>
|
||||
<url>http://ooo-maven.googlecode.com/hg/repository</url>
|
||||
<id>flex-mojos-repository</id>
|
||||
<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>
|
||||
</repositories>
|
||||
|
||||
@@ -25,8 +29,8 @@
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>com.threerings</groupId>
|
||||
<artifactId>aspirin</artifactId>
|
||||
<version>1.9</version>
|
||||
<artifactId>naryalib</artifactId>
|
||||
<version>${narya.version}</version>
|
||||
<type>swc</type>
|
||||
</dependency>
|
||||
<dependency>
|
||||
@@ -35,18 +39,10 @@
|
||||
<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>
|
||||
<artifactId>as3isolib-fp10</artifactId>
|
||||
<version>r314</version>
|
||||
<type>swc</type>
|
||||
</dependency>
|
||||
|
||||
|
||||
@@ -127,6 +127,13 @@ public class PrioritizedSceneLayoutRenderer
|
||||
//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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user