You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by jo...@apache.org on 2016/05/06 19:53:14 UTC

[4/5] git commit: [flex-falcon] [refs/heads/develop] - node.swc: the internal property on osNetworkInterfacesInfo is allowed again

node.swc: the internal property on osNetworkInterfacesInfo is allowed again


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

Branch: refs/heads/develop
Commit: 2fd8b486cae610a0211c147254848fade27e0557
Parents: e05f463
Author: Josh Tynjala <jo...@gmail.com>
Authored: Fri May 6 12:41:53 2016 -0700
Committer: Josh Tynjala <jo...@gmail.com>
Committed: Fri May 6 12:41:53 2016 -0700

----------------------------------------------------------------------
 externs/node/src/main/config/externc-config.xml | 4 ----
 1 file changed, 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/2fd8b486/externs/node/src/main/config/externc-config.xml
----------------------------------------------------------------------
diff --git a/externs/node/src/main/config/externc-config.xml b/externs/node/src/main/config/externc-config.xml
index ff497e1..ce578d2 100644
--- a/externs/node/src/main/config/externc-config.xml
+++ b/externs/node/src/main/config/externc-config.xml
@@ -65,10 +65,6 @@
         <class>Buffer</class>
         <name>toJSON</name>
     </exclude>
-    <exclude>
-        <class>osNetworkInterfacesInfo</class>
-        <name>internal</name>
-    </exclude>
 
     <as-root>../../../target/generated-sources/externc</as-root>