You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by cf...@apache.org on 2012/06/08 14:41:39 UTC

svn commit: r1348043 - /incubator/flex/trunk/build.xml

Author: cframpton
Date: Fri Jun  8 12:41:39 2012
New Revision: 1348043

URL: http://svn.apache.org/viewvc?rev=1348043&view=rev
Log:
Need to include the generated .pbj files in the binary kit so the spark and framework swcs can build.

Modified:
    incubator/flex/trunk/build.xml

Modified: incubator/flex/trunk/build.xml
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/build.xml?rev=1348043&r1=1348042&r2=1348043&view=diff
==============================================================================
--- incubator/flex/trunk/build.xml (original)
+++ incubator/flex/trunk/build.xml Fri Jun  8 12:41:39 2012
@@ -737,6 +737,7 @@
                 <include name="projects/*/bundles.properties"/>
                 <include name="projects/spark/manifest.xml"/>
                 <include name="themes/**/*.swc"/>
+                <include name="**/*.pbj"/>
             </fileset>
         </copy>