You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by ah...@apache.org on 2016/05/13 17:27:05 UTC

[20/21] git commit: [flex-asjs] [refs/heads/ide-projects] - fix build after renaming JS project folders

fix build after renaming JS project folders


Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/f2efe55c
Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/f2efe55c
Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/f2efe55c

Branch: refs/heads/ide-projects
Commit: f2efe55c2bcb75612fe0384d1f018e6fd99d3a07
Parents: 8b34eb8
Author: Alex Harui <ah...@apache.org>
Authored: Thu May 12 22:54:03 2016 -0700
Committer: Alex Harui <ah...@apache.org>
Committed: Thu May 12 22:54:03 2016 -0700

----------------------------------------------------------------------
 frameworks/js/FlexJS/build.xml                  | 76 ++++++++++----------
 .../src/main/config/compile-as-config.xml       |  2 +-
 .../src/main/config/compile-as-config.xml       |  2 +-
 .../src/main/config/compile-as-config.xml       |  2 +-
 .../Core/src/main/config/compile-as-config.xml  |  2 +-
 .../src/main/config/compile-as-config.xml       |  2 +-
 .../src/main/config/compile-as-config.xml       |  2 +-
 .../src/main/config/compile-as-config.xml       |  2 +-
 .../Flat/src/main/config/compile-as-config.xml  |  2 +-
 .../src/main/config/compile-as-config.xml       |  2 +-
 .../src/main/config/compile-as-config.xml       |  2 +-
 .../src/main/config/compile-as-config.xml       |  2 +-
 .../HTML/src/main/config/compile-as-config.xml  |  2 +-
 .../HTML5/src/main/config/compile-as-config.xml |  2 +-
 .../src/main/config/compile-as-config.xml       |  2 +-
 .../src/main/config/compile-as-config.xml       |  2 +-
 .../src/main/config/compile-as-config.xml       |  2 +-
 .../src/main/config/compile-as-config.xml       |  2 +-
 .../src/main/config/compile-as-config.xml       |  2 +-
 .../XML/src/main/config/compile-as-config.xml   |  2 +-
 20 files changed, 57 insertions(+), 57 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/f2efe55c/frameworks/js/FlexJS/build.xml
----------------------------------------------------------------------
diff --git a/frameworks/js/FlexJS/build.xml b/frameworks/js/FlexJS/build.xml
index 0f148b5..c4b88ca 100644
--- a/frameworks/js/FlexJS/build.xml
+++ b/frameworks/js/FlexJS/build.xml
@@ -116,25 +116,25 @@
     
     <target name="clean" description="Cleans all SWCs and their resource bundles">
         <!-- Delete output from SWC projects -->
-        <ant dir="${basedir}/projects/Binding" target="clean"/>
-        <ant dir="${basedir}/projects/Charts" target="clean"/>
-        <ant dir="${basedir}/projects/Collections" target="clean"/>
-        <ant dir="${basedir}/projects/Core" target="clean"/>
-        <ant dir="${basedir}/projects/CreateJS" target="clean"/>
-        <ant dir="${basedir}/projects/DragDrop" target="clean"/>
-        <ant dir="${basedir}/projects/Effects" target="clean"/>
-        <ant dir="${basedir}/projects/Flat" target="clean"/>
-        <ant dir="${basedir}/projects/Formatters" target="clean"/>
-        <ant dir="${basedir}/projects/GoogleMaps" target="clean"/>
-        <ant dir="${basedir}/projects/Graphics" target="clean"/>
-        <ant dir="${basedir}/projects/HTML" target="clean"/>
-        <ant dir="${basedir}/projects/HTML5" target="clean"/>
-        <ant dir="${basedir}/projects/JQuery" target="clean"/>
-        <ant dir="${basedir}/projects/Mobile" target="clean"/>
-        <ant dir="${basedir}/projects/Network" target="clean"/>
-        <ant dir="${basedir}/projects/Reflection" target="clean"/>
-        <ant dir="${basedir}/projects/Storage" target="clean"/>
-        <ant dir="${basedir}/projects/XML" target="clean"/>
+        <ant dir="${basedir}/projects/BindingJS" target="clean"/>
+        <ant dir="${basedir}/projects/ChartsJS" target="clean"/>
+        <ant dir="${basedir}/projects/CollectionsJS" target="clean"/>
+        <ant dir="${basedir}/projects/CoreJS" target="clean"/>
+        <ant dir="${basedir}/projects/CreateJSJS" target="clean"/>
+        <ant dir="${basedir}/projects/DragDropJS" target="clean"/>
+        <ant dir="${basedir}/projects/EffectsJS" target="clean"/>
+        <ant dir="${basedir}/projects/FlatJS" target="clean"/>
+        <ant dir="${basedir}/projects/FormattersJS" target="clean"/>
+        <ant dir="${basedir}/projects/GoogleMapsJS" target="clean"/>
+        <ant dir="${basedir}/projects/GraphicsJS" target="clean"/>
+        <ant dir="${basedir}/projects/HTMLJS" target="clean"/>
+        <ant dir="${basedir}/projects/HTML5JS" target="clean"/>
+        <ant dir="${basedir}/projects/JQueryJS" target="clean"/>
+        <ant dir="${basedir}/projects/MobileJS" target="clean"/>
+        <ant dir="${basedir}/projects/NetworkJS" target="clean"/>
+        <ant dir="${basedir}/projects/ReflectionJS" target="clean"/>
+        <ant dir="${basedir}/projects/StorageJS" target="clean"/>
+        <ant dir="${basedir}/projects/XMLJS" target="clean"/>
 
         <!-- delete the FlashBuilder executable directories -->
         <delete includeemptydirs="true" failonerror="false">
@@ -158,78 +158,78 @@
     </target>
     
     <target name="Binding" description="Clean build of Binding.swc">
-        <ant dir="${basedir}/projects/Binding"/>
+        <ant dir="${basedir}/projects/BindingJS"/>
     </target>
     
     <target name="Charts" description="Clean build of Charts.swc">
-        <ant dir="${basedir}/projects/Charts"/>
+        <ant dir="${basedir}/projects/ChartsJS"/>
     </target>
 
     <target name="Core" description="Clean build of Core.swc">
-        <ant dir="${basedir}/projects/Core"/>
+        <ant dir="${basedir}/projects/CoreJS"/>
     </target>
 
     <target name="Collections" description="Clean build of Collections.swc">
-        <ant dir="${basedir}/projects/Collections"/>
+        <ant dir="${basedir}/projects/CollectionsJS"/>
     </target>
 
     <target name="CreateJS" description="Clean build of CreateJS.swc">
-        <ant dir="${basedir}/projects/CreateJS"/>
+        <ant dir="${basedir}/projects/CreateJSJS"/>
     </target>
 
     <target name="DragDrop" description="Clean build of DragDrop.swc">
-        <ant dir="${basedir}/projects/DragDrop"/>
+        <ant dir="${basedir}/projects/DragDropJS"/>
     </target>
 
     <target name="Effects" description="Clean build of Effects.swc">
-        <ant dir="${basedir}/projects/Effects"/>
+        <ant dir="${basedir}/projects/EffectsJS"/>
     </target>
 
     <target name="Flat" description="Clean build of Flat.swc">
-        <ant dir="${basedir}/projects/Flat"/>
+        <ant dir="${basedir}/projects/FlatJS"/>
     </target>
 
     <target name="Formatters" description="Clean build of Formatters.swc">
-        <ant dir="${basedir}/projects/Formatters"/>
+        <ant dir="${basedir}/projects/FormattersJS"/>
     </target>
 
     <target name="GoogleMaps" description="Clean build of GoogleMaps.swc">
-        <ant dir="${basedir}/projects/GoogleMaps"/>
+        <ant dir="${basedir}/projects/GoogleMapsJS"/>
     </target>
 
     <target name="Graphics" description="Clean build of Graphics.swc">
-        <ant dir="${basedir}/projects/Graphics"/>
+        <ant dir="${basedir}/projects/GraphicsJS"/>
     </target>
 
     <target name="HTML" description="Clean build of HTML.swc">
-        <ant dir="${basedir}/projects/HTML"/>
+        <ant dir="${basedir}/projects/HTMLJS"/>
     </target>
 
     <target name="HTML5" description="Clean build of HTML5.swc">
-        <ant dir="${basedir}/projects/HTML5"/>
+        <ant dir="${basedir}/projects/HTML5JS"/>
     </target>
 
     <target name="JQuery" description="Clean build of JQuery.swc">
-        <ant dir="${basedir}/projects/JQuery"/>
+        <ant dir="${basedir}/projects/JQueryJS"/>
     </target>
 
     <target name="Mobile" description="Clean build of Mobile.swc">
-        <ant dir="${basedir}/projects/Mobile"/>
+        <ant dir="${basedir}/projects/MobileJS"/>
     </target>
 
     <target name="Network" description="Clean build of Network.swc">
-        <ant dir="${basedir}/projects/Network"/>
+        <ant dir="${basedir}/projects/NetworkJS"/>
     </target>
 
     <target name="Reflection" description="Clean build of Reflection.swc">
-        <ant dir="${basedir}/projects/Reflection"/>
+        <ant dir="${basedir}/projects/ReflectionJS"/>
     </target>
 
     <target name="Storage" description="Clean build of Storage.swc">
-        <ant dir="${basedir}/projects/Storage"/>
+        <ant dir="${basedir}/projects/StorageJS"/>
     </target>
     <target name="XML" description="Clean build of XML.swc">
-        <ant dir="${basedir}/projects/XML"/>
+        <ant dir="${basedir}/projects/XMLJS"/>
     </target>
 
 	<target name="flex-config" depends="playerglobal-setswfversion" description="Copy the flex config template to flex-config.xml and inject version numbers">

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/f2efe55c/frameworks/projects/Binding/src/main/config/compile-as-config.xml
----------------------------------------------------------------------
diff --git a/frameworks/projects/Binding/src/main/config/compile-as-config.xml b/frameworks/projects/Binding/src/main/config/compile-as-config.xml
index adcb1c8..c09e14e 100644
--- a/frameworks/projects/Binding/src/main/config/compile-as-config.xml
+++ b/frameworks/projects/Binding/src/main/config/compile-as-config.xml
@@ -61,7 +61,7 @@
     
     <include-file>
         <name>js/out/*</name>
-        <path>../../../../../js/FlexJS/projects/Binding/target/generated-sources/flexjs/*</path>
+        <path>../../../../../js/FlexJS/projects/BindingJS/target/generated-sources/flexjs/*</path>
     </include-file>
 
     <include-classes>

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/f2efe55c/frameworks/projects/Charts/src/main/config/compile-as-config.xml
----------------------------------------------------------------------
diff --git a/frameworks/projects/Charts/src/main/config/compile-as-config.xml b/frameworks/projects/Charts/src/main/config/compile-as-config.xml
index 5ad6daf..1fc9bce 100644
--- a/frameworks/projects/Charts/src/main/config/compile-as-config.xml
+++ b/frameworks/projects/Charts/src/main/config/compile-as-config.xml
@@ -67,7 +67,7 @@
     </include-file>
     <include-file>
         <name>js/out/*</name>
-        <path>../../../../../js/FlexJS/projects/Charts/target/generated-sources/flexjs/*</path>
+        <path>../../../../../js/FlexJS/projects/ChartsJS/target/generated-sources/flexjs/*</path>
     </include-file>
 
     <include-classes>

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/f2efe55c/frameworks/projects/Collections/src/main/config/compile-as-config.xml
----------------------------------------------------------------------
diff --git a/frameworks/projects/Collections/src/main/config/compile-as-config.xml b/frameworks/projects/Collections/src/main/config/compile-as-config.xml
index fe380a8..2940e3b 100644
--- a/frameworks/projects/Collections/src/main/config/compile-as-config.xml
+++ b/frameworks/projects/Collections/src/main/config/compile-as-config.xml
@@ -61,7 +61,7 @@
     
     <include-file>
         <name>js/out/*</name>
-        <path>../../../../../js/FlexJS/projects/Collections/target/generated-sources/flexjs/*</path>
+        <path>../../../../../js/FlexJS/projects/CollectionsJS/target/generated-sources/flexjs/*</path>
     </include-file>
 
     <include-classes>

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/f2efe55c/frameworks/projects/Core/src/main/config/compile-as-config.xml
----------------------------------------------------------------------
diff --git a/frameworks/projects/Core/src/main/config/compile-as-config.xml b/frameworks/projects/Core/src/main/config/compile-as-config.xml
index f844ad0..1da99e3 100644
--- a/frameworks/projects/Core/src/main/config/compile-as-config.xml
+++ b/frameworks/projects/Core/src/main/config/compile-as-config.xml
@@ -61,7 +61,7 @@
     
     <include-file>
         <name>js/out/*</name>
-        <path>../../../../../js/FlexJS/projects/Core/target/generated-sources/flexjs/*</path>
+        <path>../../../../../js/FlexJS/projects/CoreJS/target/generated-sources/flexjs/*</path>
     </include-file>
 
     <include-classes>

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/f2efe55c/frameworks/projects/CreateJS/src/main/config/compile-as-config.xml
----------------------------------------------------------------------
diff --git a/frameworks/projects/CreateJS/src/main/config/compile-as-config.xml b/frameworks/projects/CreateJS/src/main/config/compile-as-config.xml
index 1712b69..acc5ddb 100644
--- a/frameworks/projects/CreateJS/src/main/config/compile-as-config.xml
+++ b/frameworks/projects/CreateJS/src/main/config/compile-as-config.xml
@@ -67,7 +67,7 @@
     </include-file>
     <include-file>
         <name>js/out/*</name>
-        <path>../../../../../js/FlexJS/projects/CreateJS/target/generated-sources/flexjs/*</path>
+        <path>../../../../../js/FlexJS/projects/CreateJSJS/target/generated-sources/flexjs/*</path>
     </include-file>
 
     <include-classes>

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/f2efe55c/frameworks/projects/DragDrop/src/main/config/compile-as-config.xml
----------------------------------------------------------------------
diff --git a/frameworks/projects/DragDrop/src/main/config/compile-as-config.xml b/frameworks/projects/DragDrop/src/main/config/compile-as-config.xml
index e90be35..8be2e5b 100644
--- a/frameworks/projects/DragDrop/src/main/config/compile-as-config.xml
+++ b/frameworks/projects/DragDrop/src/main/config/compile-as-config.xml
@@ -61,7 +61,7 @@
     
     <include-file>
         <name>js/out/*</name>
-        <path>../../../../../js/FlexJS/projects/DragDrop/target/generated-sources/flexjs/*</path>
+        <path>../../../../../js/FlexJS/projects/DragDropJS/target/generated-sources/flexjs/*</path>
     </include-file>
 
     <include-classes>

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/f2efe55c/frameworks/projects/Effects/src/main/config/compile-as-config.xml
----------------------------------------------------------------------
diff --git a/frameworks/projects/Effects/src/main/config/compile-as-config.xml b/frameworks/projects/Effects/src/main/config/compile-as-config.xml
index 65ccf16..7b304e4 100644
--- a/frameworks/projects/Effects/src/main/config/compile-as-config.xml
+++ b/frameworks/projects/Effects/src/main/config/compile-as-config.xml
@@ -61,7 +61,7 @@
     
     <include-file>
         <name>js/out/*</name>
-        <path>../../../../../js/FlexJS/projects/Effects/target/generated-sources/flexjs/*</path>
+        <path>../../../../../js/FlexJS/projects/EffectsJS/target/generated-sources/flexjs/*</path>
     </include-file>
 
     <include-classes>

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/f2efe55c/frameworks/projects/Flat/src/main/config/compile-as-config.xml
----------------------------------------------------------------------
diff --git a/frameworks/projects/Flat/src/main/config/compile-as-config.xml b/frameworks/projects/Flat/src/main/config/compile-as-config.xml
index 6aa4991..406dd04 100644
--- a/frameworks/projects/Flat/src/main/config/compile-as-config.xml
+++ b/frameworks/projects/Flat/src/main/config/compile-as-config.xml
@@ -74,7 +74,7 @@
     </include-file>
     <include-file>
         <name>js/out/*</name>
-        <path>../../../../../js/FlexJS/projects/Flat/target/generated-sources/flexjs/*</path>
+        <path>../../../../../js/FlexJS/projects/FlatJS/target/generated-sources/flexjs/*</path>
     </include-file>
 
     <include-classes>

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/f2efe55c/frameworks/projects/Formatters/src/main/config/compile-as-config.xml
----------------------------------------------------------------------
diff --git a/frameworks/projects/Formatters/src/main/config/compile-as-config.xml b/frameworks/projects/Formatters/src/main/config/compile-as-config.xml
index 36a2632..a6fcfbb 100644
--- a/frameworks/projects/Formatters/src/main/config/compile-as-config.xml
+++ b/frameworks/projects/Formatters/src/main/config/compile-as-config.xml
@@ -62,7 +62,7 @@
     
     <include-file>
         <name>js/out/*</name>
-        <path>../../../../../js/FlexJS/projects/Formatters/target/generated-sources/flexjs/*</path>
+        <path>../../../../../js/FlexJS/projects/FormattersJS/target/generated-sources/flexjs/*</path>
     </include-file>
 
     <include-classes>

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/f2efe55c/frameworks/projects/GoogleMaps/src/main/config/compile-as-config.xml
----------------------------------------------------------------------
diff --git a/frameworks/projects/GoogleMaps/src/main/config/compile-as-config.xml b/frameworks/projects/GoogleMaps/src/main/config/compile-as-config.xml
index f5d61f7..e2bb1cb 100644
--- a/frameworks/projects/GoogleMaps/src/main/config/compile-as-config.xml
+++ b/frameworks/projects/GoogleMaps/src/main/config/compile-as-config.xml
@@ -65,7 +65,7 @@
     </include-file>
     <include-file>
         <name>js/out/*</name>
-        <path>../../../../../js/FlexJS/projects/GoogleMaps/target/generated-sources/flexjs/*</path>
+        <path>../../../../../js/FlexJS/projects/GoogleMapsJS/target/generated-sources/flexjs/*</path>
     </include-file>
 
     <include-classes>

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/f2efe55c/frameworks/projects/Graphics/src/main/config/compile-as-config.xml
----------------------------------------------------------------------
diff --git a/frameworks/projects/Graphics/src/main/config/compile-as-config.xml b/frameworks/projects/Graphics/src/main/config/compile-as-config.xml
index 42f522b..c05225f 100644
--- a/frameworks/projects/Graphics/src/main/config/compile-as-config.xml
+++ b/frameworks/projects/Graphics/src/main/config/compile-as-config.xml
@@ -61,7 +61,7 @@
     
     <include-file>
         <name>js/out/*</name>
-        <path>../../../../../js/FlexJS/projects/Graphics/target/generated-sources/flexjs/*</path>
+        <path>../../../../../js/FlexJS/projects/GraphicsJS/target/generated-sources/flexjs/*</path>
     </include-file>
 
     <include-classes>

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/f2efe55c/frameworks/projects/HTML/src/main/config/compile-as-config.xml
----------------------------------------------------------------------
diff --git a/frameworks/projects/HTML/src/main/config/compile-as-config.xml b/frameworks/projects/HTML/src/main/config/compile-as-config.xml
index 9b6351e..70f5fd0 100644
--- a/frameworks/projects/HTML/src/main/config/compile-as-config.xml
+++ b/frameworks/projects/HTML/src/main/config/compile-as-config.xml
@@ -76,7 +76,7 @@
     </include-file>
     <include-file>
         <name>js/out/*</name>
-        <path>../../../../../js/FlexJS/projects/HTML/target/generated-sources/flexjs/*</path>
+        <path>../../../../../js/FlexJS/projects/HTMLJS/target/generated-sources/flexjs/*</path>
     </include-file>
 
     <include-classes>

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/f2efe55c/frameworks/projects/HTML5/src/main/config/compile-as-config.xml
----------------------------------------------------------------------
diff --git a/frameworks/projects/HTML5/src/main/config/compile-as-config.xml b/frameworks/projects/HTML5/src/main/config/compile-as-config.xml
index 0a4980f..51b9206 100644
--- a/frameworks/projects/HTML5/src/main/config/compile-as-config.xml
+++ b/frameworks/projects/HTML5/src/main/config/compile-as-config.xml
@@ -66,7 +66,7 @@
     </include-file>
     <include-file>
         <name>js/out/*</name>
-        <path>../../../../../js/FlexJS/projects/HTML5/target/generated-sources/flexjs/*</path>
+        <path>../../../../../js/FlexJS/projects/HTML5JS/target/generated-sources/flexjs/*</path>
     </include-file>
 
     <include-classes>

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/f2efe55c/frameworks/projects/JQuery/src/main/config/compile-as-config.xml
----------------------------------------------------------------------
diff --git a/frameworks/projects/JQuery/src/main/config/compile-as-config.xml b/frameworks/projects/JQuery/src/main/config/compile-as-config.xml
index 868c88f..c732dd1 100644
--- a/frameworks/projects/JQuery/src/main/config/compile-as-config.xml
+++ b/frameworks/projects/JQuery/src/main/config/compile-as-config.xml
@@ -66,7 +66,7 @@
     </include-file>
     <include-file>
         <name>js/out/*</name>
-        <path>../../../../../js/FlexJS/projects/JQuery/target/generated-sources/flexjs/*</path>
+        <path>../../../../../js/FlexJS/projects/JQueryJS/target/generated-sources/flexjs/*</path>
     </include-file>
 
     <include-classes>

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/f2efe55c/frameworks/projects/Mobile/src/main/config/compile-as-config.xml
----------------------------------------------------------------------
diff --git a/frameworks/projects/Mobile/src/main/config/compile-as-config.xml b/frameworks/projects/Mobile/src/main/config/compile-as-config.xml
index 3906f32..ee7ddd4 100644
--- a/frameworks/projects/Mobile/src/main/config/compile-as-config.xml
+++ b/frameworks/projects/Mobile/src/main/config/compile-as-config.xml
@@ -71,7 +71,7 @@
     </include-file>
     <include-file>
         <name>js/out/*</name>
-        <path>../../../../../js/FlexJS/projects/Mobile/target/generated-sources/flexjs/*</path>
+        <path>../../../../../js/FlexJS/projects/MobileJS/target/generated-sources/flexjs/*</path>
     </include-file>
 
     <include-classes>

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/f2efe55c/frameworks/projects/Network/src/main/config/compile-as-config.xml
----------------------------------------------------------------------
diff --git a/frameworks/projects/Network/src/main/config/compile-as-config.xml b/frameworks/projects/Network/src/main/config/compile-as-config.xml
index 82e31a0..6daa048 100644
--- a/frameworks/projects/Network/src/main/config/compile-as-config.xml
+++ b/frameworks/projects/Network/src/main/config/compile-as-config.xml
@@ -61,7 +61,7 @@
     
     <include-file>
         <name>js/out/*</name>
-        <path>../../../../../js/FlexJS/projects/Network/target/generated-sources/flexjs/*</path>
+        <path>../../../../../js/FlexJS/projects/NetworkJS/target/generated-sources/flexjs/*</path>
     </include-file>
 
     <include-classes>

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/f2efe55c/frameworks/projects/Reflection/src/main/config/compile-as-config.xml
----------------------------------------------------------------------
diff --git a/frameworks/projects/Reflection/src/main/config/compile-as-config.xml b/frameworks/projects/Reflection/src/main/config/compile-as-config.xml
index aaae549..072ee6d 100644
--- a/frameworks/projects/Reflection/src/main/config/compile-as-config.xml
+++ b/frameworks/projects/Reflection/src/main/config/compile-as-config.xml
@@ -57,7 +57,7 @@
     
     <include-file>
         <name>js/out/*</name>
-        <path>../../../../../js/FlexJS/projects/Reflection/target/generated-sources/flexjs/*</path>
+        <path>../../../../../js/FlexJS/projects/ReflectionJS/target/generated-sources/flexjs/*</path>
     </include-file>
 
     <!-- TODO: Why this? -->

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/f2efe55c/frameworks/projects/Storage/src/main/config/compile-as-config.xml
----------------------------------------------------------------------
diff --git a/frameworks/projects/Storage/src/main/config/compile-as-config.xml b/frameworks/projects/Storage/src/main/config/compile-as-config.xml
index 4092759..1b38feb 100644
--- a/frameworks/projects/Storage/src/main/config/compile-as-config.xml
+++ b/frameworks/projects/Storage/src/main/config/compile-as-config.xml
@@ -65,7 +65,7 @@
     </include-file>
     <include-file>
         <name>js/out/*</name>
-        <path>../../../../../js/FlexJS/projects/Storage/target/generated-sources/flexjs/*</path>
+        <path>../../../../../js/FlexJS/projects/StorageJS/target/generated-sources/flexjs/*</path>
     </include-file>
 
     <include-classes>

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/f2efe55c/frameworks/projects/XML/src/main/config/compile-as-config.xml
----------------------------------------------------------------------
diff --git a/frameworks/projects/XML/src/main/config/compile-as-config.xml b/frameworks/projects/XML/src/main/config/compile-as-config.xml
index d6bf2f7..6750e30 100644
--- a/frameworks/projects/XML/src/main/config/compile-as-config.xml
+++ b/frameworks/projects/XML/src/main/config/compile-as-config.xml
@@ -61,7 +61,7 @@
     
     <include-file>
         <name>js/out/*</name>
-        <path>../../../../../js/FlexJS/projects/XML/target/generated-sources/flexjs/*</path>
+        <path>../../../../../js/FlexJS/projects/XMLJS/target/generated-sources/flexjs/*</path>
     </include-file>
 
     <include-classes>