From 4753742757789e74e102fd67a7f281d82af9cb9a Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Tue, 14 Feb 2012 19:32:13 +0000 Subject: [PATCH] Yay, flexmojos 4.2-beta no longer uses wonky external. It just leaves dependencies external by default when compiling an SWC, like any sensible person would. Also disabled warnings, since we never enabled them in the Ant build and they're a giant list of spamming "hey, this class doesn't define a constructor" warnings. Since when was it dangerous to rely on the default constructor? git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6787 542714f4-19e9-0310-aa3c-eee0fc999fb1 --- aslib/pom.xml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/aslib/pom.xml b/aslib/pom.xml index d2375e352..5366dccb6 100644 --- a/aslib/pom.xml +++ b/aslib/pom.xml @@ -32,21 +32,18 @@ aspirin 1.11 swc - external com.adobe as3corelib 0.93 swc - external org.osflash signals 0.8 swc - external com.adobe.flex.framework @@ -71,13 +68,15 @@ org.sonatype.flexmojos flexmojos-maven-plugin true - 3.9 + 4.2-beta false true false false true + + false