need to add goog files to jar

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

Branch: refs/heads/develop
Commit: 1157e2e95ca6594515c2c3d74d511a003103773e
Parents: 7e2dbe6
Author: Alex Harui <aha...@apache.org>
Authored: Fri Nov 21 14:57:30 2014 -0800
Committer: Alex Harui <aha...@apache.org>
Committed: Fri Nov 21 14:58:16 2014 -0800

----------------------------------------------------------------------
 compiler.jx/build.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/1157e2e9/compiler.jx/build.xml
----------------------------------------------------------------------
diff --git a/compiler.jx/build.xml b/compiler.jx/build.xml
index dc7d889..cdaf24b 100644
--- a/compiler.jx/build.xml
+++ b/compiler.jx/build.xml
@@ -88,7 +88,7 @@
 
                <echo message="Building ${jsc.jar}" />
                <jar file="${jsc.jar}" basedir="${classes.dir}"
-            includes="**/*.properties,org/apache/**/*"
+            includes="**/*.properties,org/apache/**/*,com/google/**/*"
                        
excludes="**/JSDriver*,**/IASNodeAdapter*,org/apache/flex/compiler/internal/parsing/abc/*"
 >
             <manifest>
                 <attribute name="Class-Path" value="${jar.classpath}" />

Reply via email to