Use aspirin.swc.

Removed corelib and ooolib (aspirin) from our included libraries.
That ain't right. But they were also in the external libraries
and that seems to have been what was happening.


git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6073 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Ray Greenwell
2010-06-09 20:47:49 +00:00
parent d7e5d3cf85
commit 22d586dc89
2 changed files with 1 additions and 3 deletions
-2
View File
@@ -106,8 +106,6 @@
<keep-generated-actionscript>false</keep-generated-actionscript> <keep-generated-actionscript>false</keep-generated-actionscript>
<!-- compiler.library-path: list of SWC files or directories that contain SWC files--> <!-- compiler.library-path: list of SWC files or directories that contain SWC files-->
<library-path> <library-path>
<path-element>../dist/lib/corelib.swc</path-element>
<path-element>../dist/lib/ooolib.swc</path-element>
</library-path> </library-path>
<!-- compiler.locale: specifies the locale for internationalization--> <!-- compiler.locale: specifies the locale for internationalization-->
<locale> <locale>
+1 -1
View File
@@ -18,7 +18,7 @@
<include name="samskivert.jar"/> <include name="samskivert.jar"/>
<include name="swfutils-ooo.jar"/> <include name="swfutils-ooo.jar"/>
<include name="velocity-1.5-dev.jar"/> <include name="velocity-1.5-dev.jar"/>
<include name="ooolib*.swc"/> <include name="aspirin.swc"/>
<include name="corelib.swc"/> <include name="corelib.swc"/>
</fileset> </fileset>
</project> </project>