You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by er...@apache.org on 2013/01/21 11:32:17 UTC

svn commit: r1436263 - in /flex/asjs/branches/develop: examples/VanillaSDK_POC/ publisher/ publisher/.settings/

Author: erikdebruin
Date: Mon Jan 21 10:32:16 2013
New Revision: 1436263

URL: http://svn.apache.org/viewvc?rev=1436263&view=rev
Log:
- and some more...

Added:
    flex/asjs/branches/develop/publisher/.settings/
    flex/asjs/branches/develop/publisher/.settings/org.eclipse.core.resources.prefs
Modified:
    flex/asjs/branches/develop/examples/VanillaSDK_POC/.actionScriptProperties
    flex/asjs/branches/develop/examples/VanillaSDK_POC/.project
    flex/asjs/branches/develop/publisher/.actionScriptProperties
    flex/asjs/branches/develop/publisher/.project

Modified: flex/asjs/branches/develop/examples/VanillaSDK_POC/.actionScriptProperties
URL: http://svn.apache.org/viewvc/flex/asjs/branches/develop/examples/VanillaSDK_POC/.actionScriptProperties?rev=1436263&r1=1436262&r2=1436263&view=diff
==============================================================================
--- flex/asjs/branches/develop/examples/VanillaSDK_POC/.actionScriptProperties (original)
+++ flex/asjs/branches/develop/examples/VanillaSDK_POC/.actionScriptProperties Mon Jan 21 10:32:16 2013
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<actionScriptProperties analytics="false" mainApplicationPath="Main.mxml" projectUUID="e2fbd27f-ab07-42b5-ad77-1f12f55cb797" version="11">
-  <compiler additionalCompilerArguments="-locale en_US" autoRSLOrdering="true" copyDependentFiles="false" fteInMXComponents="false" generateAccessible="false" htmlExpressInstall="false" htmlGenerate="true" htmlHistoryManagement="false" htmlPlayerVersionCheck="false" includeNetmonSwc="false" outputFolderPath="bin-debug" removeUnusedRSL="true" sourceFolderPath="src" strict="true" targetPlayerVersion="0.0.0" useApolloConfig="false" useDebugRSLSwfs="true" useFlashSDK="false" verifyDigests="true" warn="true">
+<actionScriptProperties analytics="false" mainApplicationPath="Main.mxml" projectUUID="6e44f250-ad3a-4b57-a93b-9cff52795002" version="11">
+  <compiler additionalCompilerArguments="-locale en_US" autoRSLOrdering="true" copyDependentFiles="true" fteInMXComponents="false" generateAccessible="true" htmlExpressInstall="true" htmlGenerate="true" htmlHistoryManagement="true" htmlPlayerVersionCheck="true" includeNetmonSwc="false" outputFolderPath="bin-debug" removeUnusedRSL="true" sourceFolderPath="src" strict="true" targetPlayerVersion="0.0.0" useApolloConfig="false" useDebugRSLSwfs="true" useFlashSDK="false" verifyDigests="true" warn="true">
     <compilerSourcePath/>
     <libraryPath defaultLinkType="0">
       <libraryPathEntry kind="4" path="">
@@ -15,7 +15,6 @@
   </compiler>
   <applications>
     <application path="Main.mxml"/>
-    <application path="Example.as"/>
   </applications>
   <modules/>
   <workers/>

Modified: flex/asjs/branches/develop/examples/VanillaSDK_POC/.project
URL: http://svn.apache.org/viewvc/flex/asjs/branches/develop/examples/VanillaSDK_POC/.project?rev=1436263&r1=1436262&r2=1436263&view=diff
==============================================================================
--- flex/asjs/branches/develop/examples/VanillaSDK_POC/.project (original)
+++ flex/asjs/branches/develop/examples/VanillaSDK_POC/.project Mon Jan 21 10:32:16 2013
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <projectDescription>
-	<name>asjs-vanillaSDK-test</name>
+	<name>apacheFlex-vanillaSDK_POC</name>
 	<comment></comment>
 	<projects>
 	</projects>

Modified: flex/asjs/branches/develop/publisher/.actionScriptProperties
URL: http://svn.apache.org/viewvc/flex/asjs/branches/develop/publisher/.actionScriptProperties?rev=1436263&r1=1436262&r2=1436263&view=diff
==============================================================================
--- flex/asjs/branches/develop/publisher/.actionScriptProperties (original)
+++ flex/asjs/branches/develop/publisher/.actionScriptProperties Mon Jan 21 10:32:16 2013
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<actionScriptProperties analytics="false" mainApplicationPath="Main.mxml" projectUUID="bb36b28b-55f9-4f15-b215-e86d091483b2" version="11">
+<actionScriptProperties analytics="false" mainApplicationPath="Main.mxml" projectUUID="20ea4542-ca3c-4c2d-a51a-442a68be07f5" version="11">
   <compiler additionalCompilerArguments="-locale en_US" autoRSLOrdering="true" copyDependentFiles="true" fteInMXComponents="false" generateAccessible="true" htmlExpressInstall="true" htmlGenerate="false" htmlHistoryManagement="false" htmlPlayerVersionCheck="true" includeNetmonSwc="false" outputFolderPath="bin-debug" removeUnusedRSL="true" sourceFolderPath="src" strict="true" targetPlayerVersion="0.0.0" useApolloConfig="true" useDebugRSLSwfs="true" useFlashSDK="false" verifyDigests="true" warn="true">
     <compilerSourcePath/>
     <libraryPath defaultLinkType="0">

Modified: flex/asjs/branches/develop/publisher/.project
URL: http://svn.apache.org/viewvc/flex/asjs/branches/develop/publisher/.project?rev=1436263&r1=1436262&r2=1436263&view=diff
==============================================================================
--- flex/asjs/branches/develop/publisher/.project (original)
+++ flex/asjs/branches/develop/publisher/.project Mon Jan 21 10:32:16 2013
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <projectDescription>
-	<name>asjs-publisher</name>
+	<name>apacheFlex-asjsPublisher</name>
 	<comment></comment>
 	<projects>
 	</projects>

Added: flex/asjs/branches/develop/publisher/.settings/org.eclipse.core.resources.prefs
URL: http://svn.apache.org/viewvc/flex/asjs/branches/develop/publisher/.settings/org.eclipse.core.resources.prefs?rev=1436263&view=auto
==============================================================================
--- flex/asjs/branches/develop/publisher/.settings/org.eclipse.core.resources.prefs (added)
+++ flex/asjs/branches/develop/publisher/.settings/org.eclipse.core.resources.prefs Mon Jan 21 10:32:16 2013
@@ -0,0 +1,3 @@
+#Mon Jan 21 11:14:38 CET 2013
+eclipse.preferences.version=1
+encoding/<project>=utf-8