Skip to content

Commit

Permalink
Corrected Flex project files
Browse files Browse the repository at this point in the history
  • Loading branch information
nodename committed Dec 1, 2009
1 parent 40a2079 commit 000ffcf
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .actionScriptProperties
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<actionScriptProperties mainApplicationPath="DelaunayLib.as" projectUUID="d2cb6068-f981-44b8-a326-6865424bd7f3" version="6">
<compiler additionalCompilerArguments="" autoRSLOrdering="true" copyDependentFiles="false" generateAccessible="false" htmlExpressInstall="true" htmlGenerate="false" htmlHistoryManagement="false" htmlPlayerVersionCheck="true" includeNetmonSwc="true" outputFolderPath="bin" sourceFolderPath="src" strict="true" targetPlayerVersion="10.0.0" useApolloConfig="false" useDebugRSLSwfs="true" verifyDigests="true" warn="true">
<compilerSourcePath/>
<libraryPath defaultLinkType="0">
<libraryPath defaultLinkType="1">
<libraryPathEntry kind="4" path=""/>
</libraryPath>
<sourceAttachmentPath/>
Expand Down
4 changes: 2 additions & 2 deletions .flexLibProperties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<flexLibProperties version="1">
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<flexLibProperties includeAllClasses="false" version="1">
<includeClasses>
<classEntry path="com.nodename.Delaunay.Edge"/>
<classEntry path="com.nodename.Delaunay.EdgeList"/>
Expand Down
7 changes: 4 additions & 3 deletions .project
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<projectDescription>
<name>DelaunayLib</name>
<comment></comment>
<name>as3delaunay</name>
<comment/>
<projects>
</projects>
<buildSpec>
Expand All @@ -16,3 +16,4 @@
<nature>com.adobe.flexbuilder.project.actionscriptnature</nature>
</natures>
</projectDescription>

0 comments on commit 000ffcf

Please sign in to comment.