Changeset 1691
- Timestamp:
- 09/20/08 17:43:30 (2 months ago)
- Location:
- examples/trunk/authentication/flash/flex/remoteobject
- Files:
-
- 5 added
- 1 modified
- 4 moved
-
.actionScriptProperties (added)
-
.flexProperties (added)
-
.project (added)
-
build.xml (modified) (1 diff)
-
deploy (added)
-
deploy/assets (moved) (moved from examples/trunk/authentication/flash/flex/remoteobject/assets)
-
deploy/authentication.swf (moved) (moved from examples/trunk/authentication/flash/flex/remoteobject/authentication.swf)
-
deploy/index.html (moved) (moved from examples/trunk/authentication/flash/flex/remoteobject/index.html)
-
src (added)
-
src/authentication.mxml (moved) (moved from examples/trunk/authentication/flash/flex/remoteobject/authentication.mxml)
Legend:
- Unmodified
- Added
- Removed
-
examples/trunk/authentication/flash/flex/remoteobject/build.xml
r721 r1691 9 9 <property name="APP_NAME" value="authentication" /> 10 10 <property name="APP_ROOT_DIR" value="." /> 11 <property name="MAIN_SOURCE_FILE" value="${APP_ROOT_DIR}/ ${APP_NAME}.mxml" />11 <property name="MAIN_SOURCE_FILE" value="${APP_ROOT_DIR}/src/${APP_NAME}.mxml" /> 12 12 <property name="APP_FILE_NAME" value="${APP_NAME}.swf" /> 13 <property name="APP_SOURCE" location="${APP_ROOT_DIR} " />13 <property name="APP_SOURCE" location="${APP_ROOT_DIR}/src" /> 14 14 <property name="BUILD_DIR" location="${APP_ROOT_DIR}/build" /> 15 15 <property name="APP_OUTPUT_FILE" location="${BUILD_DIR}/${APP_FILE_NAME}" />
