[Red5commits] [red5 commit] r3293 - flash/trunk/admin
codesite-noreply at google.com
codesite-noreply at google.com
Sun Oct 26 18:34:47 PST 2008
Author: thijs.triemstra
Date: Sun Oct 26 19:32:42 2008
New Revision: 3293
Added:
flash/trunk/admin/.actionScriptProperties
flash/trunk/admin/.flexProperties
flash/trunk/admin/.project
flash/trunk/admin/Readme.txt
Log:
Adding Flex Builder project files and build instructions.
Added: flash/trunk/admin/.actionScriptProperties
==============================================================================
--- (empty file)
+++ flash/trunk/admin/.actionScriptProperties Sun Oct 26 19:32:42 2008
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<actionScriptProperties mainApplicationPath="Red5AdminAIR.mxml"
version="3">
+<compiler additionalCompilerArguments="-locale en_US"
copyDependentFiles="true" enableModuleDebug="true"
generateAccessible="false" htmlExpressInstall="true" htmlGenerate="false"
htmlHistoryManagement="false" htmlPlayerVersion="9.0.124"
htmlPlayerVersionCheck="true" outputFolderPath="bin-debug"
sourceFolderPath="src" strict="true" useApolloConfig="true"
verifyDigests="true" warn="true">
+<compilerSourcePath/>
+<libraryPath defaultLinkType="1">
+<libraryPathEntry kind="4" path=""/>
+</libraryPath>
+<sourceAttachmentPath/>
+</compiler>
+<applications>
+<application path="Red5AdminAIR.mxml"/>
+</applications>
+<modules/>
+<buildCSSFiles/>
+</actionScriptProperties>
Added: flash/trunk/admin/.flexProperties
==============================================================================
--- (empty file)
+++ flash/trunk/admin/.flexProperties Sun Oct 26 19:32:42 2008
@@ -0,0 +1,2 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<flexProperties flexServerType="0" toolCompile="true"
useServerFlexSDK="false" version="1"/>
Added: flash/trunk/admin/.project
==============================================================================
--- (empty file)
+++ flash/trunk/admin/.project Sun Oct 26 19:32:42 2008
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>Red5 Admin</name>
+ <comment></comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ <buildCommand>
+ <name>com.adobe.flexbuilder.project.flexbuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>com.adobe.flexbuilder.apollo.apollobuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>com.adobe.flexbuilder.apollo.apollonature</nature>
+ <nature>com.adobe.flexbuilder.project.flexnature</nature>
+ <nature>com.adobe.flexbuilder.project.actionscriptnature</nature>
+ </natures>
+</projectDescription>
Added: flash/trunk/admin/Readme.txt
==============================================================================
--- (empty file)
+++ flash/trunk/admin/Readme.txt Sun Oct 26 19:32:42 2008
@@ -0,0 +1,18 @@
+Howto Build
+===========
+
+Using Flex Builder/Eclipse:
+
+ 1. Checkout this folder using Subclipse
+ 2. Go to Project > Properties > Flex Build Path and change the
+ additional source folder path (currently defined as
+ '/path/to/classes/folder') and point it to a checked out copy
+ of this folder: http://red5.googlecode.com/svn/flash/trunk/classes
+
+Using Ant:
+
+ 1. Make sure you have a copy of this file in the folder below this one:
+ http://red5.googlecode.com/svn/flash/trunk/flex.properties
+ 2. Modify flex.properties and point it to your Flex SDK (2 or newer)
+ 3. Type 'ant' to build the application
+
\ No newline at end of file
More information about the Red5commits
mailing list