Well, shit. MDB points out something I completely missed: these Flex Library Project files contain
an enumerated list of every class in the library. Since there are (as far as I know) only two people currently using Flex Builder, and since these project files are easy to create and maintain locally, lets not deal with keeping a versioned copy up to date every time a file is created, removed or renamed. git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@576 ed5b42cb-e716-0410-a449-f6a68f950b19
This commit is contained in:
@@ -1,16 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<actionScriptProperties mainApplicationPath="nenya_as.as" version="3">
|
||||
<compiler additionalCompilerArguments="" copyDependentFiles="false" enableModuleDebug="true" generateAccessible="false" htmlExpressInstall="true" htmlGenerate="false" htmlHistoryManagement="false" htmlPlayerVersion="9.0.28" htmlPlayerVersionCheck="true" outputFolderPath="" strict="true" useApolloConfig="false" verifyDigests="true" warn="true">
|
||||
<compilerSourcePath/>
|
||||
<libraryPath defaultLinkType="1">
|
||||
<libraryPathEntry kind="4" path=""/>
|
||||
<libraryPathEntry kind="3" linkType="1" path="/narya_as/narya_as.swc" useDefaultLinkType="false"/>
|
||||
</libraryPath>
|
||||
<sourceAttachmentPath/>
|
||||
</compiler>
|
||||
<applications>
|
||||
<application path="nenya_as.as"/>
|
||||
</applications>
|
||||
<modules/>
|
||||
<buildCSSFiles/>
|
||||
</actionScriptProperties>
|
||||
@@ -1,57 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<flexLibProperties version="1">
|
||||
<includeClasses>
|
||||
<classEntry path="com.threerings.flash.AlphaFade"/>
|
||||
<classEntry path="com.threerings.flash.Animation"/>
|
||||
<classEntry path="com.threerings.flash.AnimationImpl"/>
|
||||
<classEntry path="com.threerings.flash.AnimationManager"/>
|
||||
<classEntry path="com.threerings.flash.CameraSnapshotter"/>
|
||||
<classEntry path="com.threerings.flash.ClearingTextField"/>
|
||||
<classEntry path="com.threerings.flash.ColorUtil"/>
|
||||
<classEntry path="com.threerings.flash.DisablingButton"/>
|
||||
<classEntry path="com.threerings.flash.DisplayUtil"/>
|
||||
<classEntry path="com.threerings.flash.Easing"/>
|
||||
<classEntry path="com.threerings.flash.FPSDisplay"/>
|
||||
<classEntry path="com.threerings.flash.FilterUtil"/>
|
||||
<classEntry path="com.threerings.flash.FloatingTextAnimation"/>
|
||||
<classEntry path="com.threerings.flash.FrameSprite"/>
|
||||
<classEntry path="com.threerings.flash.GraphicsUtil"/>
|
||||
<classEntry path="com.threerings.flash.ImageUtil"/>
|
||||
<classEntry path="com.threerings.flash.KeyRepeatLimiter"/>
|
||||
<classEntry path="com.threerings.flash.MathUtil"/>
|
||||
<classEntry path="com.threerings.flash.MediaContainer"/>
|
||||
<classEntry path="com.threerings.flash.MenuUtil"/>
|
||||
<classEntry path="com.threerings.flash.SimpleTextButton"/>
|
||||
<classEntry path="com.threerings.flash.Siner"/>
|
||||
<classEntry path="com.threerings.flash.SiningTextAnimation"/>
|
||||
<classEntry path="com.threerings.flash.TextCharAnimation"/>
|
||||
<classEntry path="com.threerings.flash.TextFieldUtil"/>
|
||||
<classEntry path="com.threerings.flash.Vector2"/>
|
||||
<classEntry path="com.threerings.flash.Vector3"/>
|
||||
<classEntry path="com.threerings.flash.VideoDisplayer"/>
|
||||
<classEntry path="com.threerings.flex.AmbidextrousList"/>
|
||||
<classEntry path="com.threerings.flex.ChatControl"/>
|
||||
<classEntry path="com.threerings.flex.ChatDisplayBox"/>
|
||||
<classEntry path="com.threerings.flex.ChatInput"/>
|
||||
<classEntry path="com.threerings.flex.CommandButton"/>
|
||||
<classEntry path="com.threerings.flex.CommandCheckBox"/>
|
||||
<classEntry path="com.threerings.flex.CommandLinkButton"/>
|
||||
<classEntry path="com.threerings.flex.CommandMenu"/>
|
||||
<classEntry path="com.threerings.flex.CursorManager"/>
|
||||
<classEntry path="com.threerings.flex.FlexUtil"/>
|
||||
<classEntry path="com.threerings.flex.FlexWrapper"/>
|
||||
<classEntry path="com.threerings.flex.FunctionEffect"/>
|
||||
<classEntry path="com.threerings.flex.FunctionEffectInstance"/>
|
||||
<classEntry path="com.threerings.flex.GridUtil"/>
|
||||
<classEntry path="com.threerings.flex.KeyboardManager"/>
|
||||
<classEntry path="com.threerings.flex.LabeledSlider"/>
|
||||
<classEntry path="com.threerings.flex.LazyContainer"/>
|
||||
<classEntry path="com.threerings.flex.LazyTabNavigator"/>
|
||||
<classEntry path="com.threerings.flex.PopUpUtil"/>
|
||||
<classEntry path="com.threerings.flex.ScrollBox"/>
|
||||
<classEntry path="com.threerings.flex.menuClasses.CommandListData"/>
|
||||
<classEntry path="com.threerings.flex.menuClasses.CommandMenuItemRenderer"/>
|
||||
</includeClasses>
|
||||
<includeResources/>
|
||||
<namespaceManifests/>
|
||||
</flexLibProperties>
|
||||
@@ -1,18 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<projectDescription>
|
||||
<name>nenya_as</name>
|
||||
<comment></comment>
|
||||
<projects>
|
||||
</projects>
|
||||
<buildSpec>
|
||||
<buildCommand>
|
||||
<name>com.adobe.flexbuilder.project.flexbuilder</name>
|
||||
<arguments>
|
||||
</arguments>
|
||||
</buildCommand>
|
||||
</buildSpec>
|
||||
<natures>
|
||||
<nature>com.adobe.flexbuilder.project.flexlibnature</nature>
|
||||
<nature>com.adobe.flexbuilder.project.actionscriptnature</nature>
|
||||
</natures>
|
||||
</projectDescription>
|
||||
Reference in New Issue
Block a user