http://git-wip-us.apache.org/repos/asf/flex-typedefs/blob/7fa99776/node/pom.xml ---------------------------------------------------------------------- diff --git a/node/pom.xml b/node/pom.xml index 82ad627..817b92a 100644 --- a/node/pom.xml +++ b/node/pom.xml @@ -19,217 +19,217 @@ --> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> - <modelVersion>4.0.0</modelVersion> + <modelVersion>4.0.0</modelVersion> - <parent> - <groupId>org.apache.flex.flexjs.externs</groupId> - <artifactId>flexjs-externs</artifactId> - <version>0.7.0-SNAPSHOT</version> - </parent> - - <artifactId>flexjs-externs-node</artifactId> + <parent> + <groupId>org.apache.flex.flexjs.externs</groupId> + <artifactId>flexjs-externs</artifactId> <version>0.7.0-SNAPSHOT</version> - <packaging>swc</packaging> + </parent> - <name>Apache Flex - FlexJS: Externs: Node</name> + <artifactId>flexjs-externs-node</artifactId> + <version>0.7.0-SNAPSHOT</version> + <packaging>swc</packaging> - <build> - <plugins> - <!-- Download JavaScript form GitHub --> - <plugin> - <groupId>com.googlecode.maven-download-plugin</groupId> - <artifactId>download-maven-plugin</artifactId> - <version>1.2.1</version> - <executions> - <execution> - <id>get-closure-sources</id> - <phase>validate</phase> - <goals> - <goal>wget</goal> - </goals> - <configuration> - <url>https://github.com/google/closure-compiler/archive/master.zip</url> - <!-- - Give it a number matching the date so we can - trigger a new download by updating the date - --> - <outputFileName>closure-compiler-20160421.zip</outputFileName> - <outputDirectory>${project.build.directory}/downloads</outputDirectory> - <unpack>true</unpack> - </configuration> - </execution> - </executions> - </plugin> + <name>Apache Flex - FlexJS: Externs: Node</name> - <plugin> - <groupId>org.apache.flex.flexjs.compiler</groupId> - <artifactId>flexjs-maven-plugin</artifactId> - <version>0.7.0-SNAPSHOT</version> - <extensions>true</extensions> - <configuration> - <includeSources>true</includeSources> - <externcInput> - <fileSet> - <directory>${project.basedir}/src/main/javascript</directory> - <includes> - <include>**/*.js</include> - </includes> - </fileSet> - <fileSet> - <directory>${project.basedir}/target/downloads/closure-compiler-master/contrib/nodejs</directory> - <includes> - <include>**/*.js</include> - </includes> - </fileSet> - </externcInput> - <externcConfig> - <excludes> - <exclude> - <className>Buffer</className> - <name>toJSON</name> - </exclude> - <exclude> - <className>osNetworkInterfacesInfo</className> - <name>internal</name> - </exclude> - </excludes> - </externcConfig> - <includeFiles> - <include-file> - <name>externs/missing.js</name> - <path>../src/main/javascript/missing.js</path> - </include-file> - <include-file> - <name>externs/assert.js</name> - <path>downloads/closure-compiler-master/contrib/nodejs/assert.js</path> - </include-file> - <include-file> - <name>externs/buffer.js</name> - <path>downloads/closure-compiler-master/contrib/nodejs/buffer.js</path> - </include-file> - <include-file> - <name>externs/child_process.js</name> - <path>downloads/closure-compiler-master/contrib/nodejs/child_process.js</path> - </include-file> - <include-file> - <name>externs/cluster.js</name> - <path>downloads/closure-compiler-master/contrib/nodejs/cluster.js</path> - </include-file> - <include-file> - <name>externs/crypto.js</name> - <path>downloads/closure-compiler-master/contrib/nodejs/crypto.js</path> - </include-file> - <include-file> - <name>externs/dgram.js</name> - <path>downloads/closure-compiler-master/contrib/nodejs/dgram.js</path> - </include-file> - <include-file> - <name>externs/dns.js</name> - <path>downloads/closure-compiler-master/contrib/nodejs/dns.js</path> - </include-file> - <include-file> - <name>externs/domain.js</name> - <path>downloads/closure-compiler-master/contrib/nodejs/domain.js</path> - </include-file> - <include-file> - <name>externs/events.js</name> - <path>downloads/closure-compiler-master/contrib/nodejs/events.js</path> - </include-file> - <include-file> - <name>externs/fs.js</name> - <path>downloads/closure-compiler-master/contrib/nodejs/fs.js</path> - </include-file> - <include-file> - <name>externs/http.js</name> - <path>downloads/closure-compiler-master/contrib/nodejs/http.js</path> - </include-file> - <include-file> - <name>externs/https.js</name> - <path>downloads/closure-compiler-master/contrib/nodejs/https.js</path> - </include-file> - <include-file> - <name>externs/net.js</name> - <path>downloads/closure-compiler-master/contrib/nodejs/net.js</path> - </include-file> - <include-file> - <name>externs/os.js</name> - <path>downloads/closure-compiler-master/contrib/nodejs/os.js</path> - </include-file> - <include-file> - <name>externs/path.js</name> - <path>downloads/closure-compiler-master/contrib/nodejs/path.js</path> - </include-file> - <include-file> - <name>externs/punycode.js</name> - <path>downloads/closure-compiler-master/contrib/nodejs/punycode.js</path> - </include-file> - <include-file> - <name>externs/querystring.js</name> - <path>downloads/closure-compiler-master/contrib/nodejs/querystring.js</path> - </include-file> - <include-file> - <name>externs/readline.js</name> - <path>downloads/closure-compiler-master/contrib/nodejs/readline.js</path> - </include-file> - <include-file> - <name>externs/repl.js</name> - <path>downloads/closure-compiler-master/contrib/nodejs/repl.js</path> - </include-file> - <include-file> - <name>externs/stream.js</name> - <path>downloads/closure-compiler-master/contrib/nodejs/stream.js</path> - </include-file> - <include-file> - <name>externs/string_decoder.js</name> - <path>downloads/closure-compiler-master/contrib/nodejs/string_decoder.js</path> - </include-file> - <include-file> - <name>externs/tls.js</name> - <path>downloads/closure-compiler-master/contrib/nodejs/tls.js</path> - </include-file> - <include-file> - <name>externs/tty.js</name> - <path>downloads/closure-compiler-master/contrib/nodejs/tty.js</path> - </include-file> - <include-file> - <name>externs/url.js</name> - <path>downloads/closure-compiler-master/contrib/nodejs/url.js</path> - </include-file> - <include-file> - <name>externs/util.js</name> - <path>downloads/closure-compiler-master/contrib/nodejs/util.js</path> - </include-file> - <include-file> - <name>externs/vm.js</name> - <path>downloads/closure-compiler-master/contrib/nodejs/vm.js</path> - </include-file> - <include-file> - <name>externs/zlib.js</name> - <path>downloads/closure-compiler-master/contrib/nodejs/zlib.js</path> - </include-file> - </includeFiles> - <skipSwc>true</skipSwc> - </configuration> - <dependencies> - <dependency> - <groupId>org.apache.flex.flexjs.compiler</groupId> - <artifactId>compiler-jx</artifactId> - <version>0.7.0-SNAPSHOT</version> - </dependency> - </dependencies> - </plugin> - </plugins> - </build> + <build> + <plugins> + <!-- Download JavaScript form GitHub --> + <plugin> + <groupId>com.googlecode.maven-download-plugin</groupId> + <artifactId>download-maven-plugin</artifactId> + <version>1.2.1</version> + <executions> + <execution> + <id>get-closure-sources</id> + <phase>validate</phase> + <goals> + <goal>wget</goal> + </goals> + <configuration> + <url>https://github.com/google/closure-compiler/archive/master.zip</url> + <!-- + Give it a number matching the date so we can + trigger a new download by updating the date + --> + <outputFileName>closure-compiler-20160421.zip</outputFileName> + <outputDirectory>${project.build.directory}/downloads</outputDirectory> + <unpack>true</unpack> + </configuration> + </execution> + </executions> + </plugin> - <dependencies> - <dependency> - <groupId>org.apache.flex.flexjs.externs</groupId> - <artifactId>flexjs-externs-js</artifactId> + <plugin> + <groupId>org.apache.flex.flexjs.compiler</groupId> + <artifactId>flexjs-maven-plugin</artifactId> + <version>0.7.0-SNAPSHOT</version> + <extensions>true</extensions> + <configuration> + <includeSources>true</includeSources> + <externcInput> + <fileSet> + <directory>${project.basedir}/src/main/javascript</directory> + <includes> + <include>**/*.js</include> + </includes> + </fileSet> + <fileSet> + <directory>${project.basedir}/target/downloads/closure-compiler-master/contrib/nodejs</directory> + <includes> + <include>**/*.js</include> + </includes> + </fileSet> + </externcInput> + <externcConfig> + <excludes> + <exclude> + <className>Buffer</className> + <name>toJSON</name> + </exclude> + <exclude> + <className>osNetworkInterfacesInfo</className> + <name>internal</name> + </exclude> + </excludes> + </externcConfig> + <includeFiles> + <include-file> + <name>externs/missing.js</name> + <path>../src/main/javascript/missing.js</path> + </include-file> + <include-file> + <name>externs/assert.js</name> + <path>downloads/closure-compiler-master/contrib/nodejs/assert.js</path> + </include-file> + <include-file> + <name>externs/buffer.js</name> + <path>downloads/closure-compiler-master/contrib/nodejs/buffer.js</path> + </include-file> + <include-file> + <name>externs/child_process.js</name> + <path>downloads/closure-compiler-master/contrib/nodejs/child_process.js</path> + </include-file> + <include-file> + <name>externs/cluster.js</name> + <path>downloads/closure-compiler-master/contrib/nodejs/cluster.js</path> + </include-file> + <include-file> + <name>externs/crypto.js</name> + <path>downloads/closure-compiler-master/contrib/nodejs/crypto.js</path> + </include-file> + <include-file> + <name>externs/dgram.js</name> + <path>downloads/closure-compiler-master/contrib/nodejs/dgram.js</path> + </include-file> + <include-file> + <name>externs/dns.js</name> + <path>downloads/closure-compiler-master/contrib/nodejs/dns.js</path> + </include-file> + <include-file> + <name>externs/domain.js</name> + <path>downloads/closure-compiler-master/contrib/nodejs/domain.js</path> + </include-file> + <include-file> + <name>externs/events.js</name> + <path>downloads/closure-compiler-master/contrib/nodejs/events.js</path> + </include-file> + <include-file> + <name>externs/fs.js</name> + <path>downloads/closure-compiler-master/contrib/nodejs/fs.js</path> + </include-file> + <include-file> + <name>externs/http.js</name> + <path>downloads/closure-compiler-master/contrib/nodejs/http.js</path> + </include-file> + <include-file> + <name>externs/https.js</name> + <path>downloads/closure-compiler-master/contrib/nodejs/https.js</path> + </include-file> + <include-file> + <name>externs/net.js</name> + <path>downloads/closure-compiler-master/contrib/nodejs/net.js</path> + </include-file> + <include-file> + <name>externs/os.js</name> + <path>downloads/closure-compiler-master/contrib/nodejs/os.js</path> + </include-file> + <include-file> + <name>externs/path.js</name> + <path>downloads/closure-compiler-master/contrib/nodejs/path.js</path> + </include-file> + <include-file> + <name>externs/punycode.js</name> + <path>downloads/closure-compiler-master/contrib/nodejs/punycode.js</path> + </include-file> + <include-file> + <name>externs/querystring.js</name> + <path>downloads/closure-compiler-master/contrib/nodejs/querystring.js</path> + </include-file> + <include-file> + <name>externs/readline.js</name> + <path>downloads/closure-compiler-master/contrib/nodejs/readline.js</path> + </include-file> + <include-file> + <name>externs/repl.js</name> + <path>downloads/closure-compiler-master/contrib/nodejs/repl.js</path> + </include-file> + <include-file> + <name>externs/stream.js</name> + <path>downloads/closure-compiler-master/contrib/nodejs/stream.js</path> + </include-file> + <include-file> + <name>externs/string_decoder.js</name> + <path>downloads/closure-compiler-master/contrib/nodejs/string_decoder.js</path> + </include-file> + <include-file> + <name>externs/tls.js</name> + <path>downloads/closure-compiler-master/contrib/nodejs/tls.js</path> + </include-file> + <include-file> + <name>externs/tty.js</name> + <path>downloads/closure-compiler-master/contrib/nodejs/tty.js</path> + </include-file> + <include-file> + <name>externs/url.js</name> + <path>downloads/closure-compiler-master/contrib/nodejs/url.js</path> + </include-file> + <include-file> + <name>externs/util.js</name> + <path>downloads/closure-compiler-master/contrib/nodejs/util.js</path> + </include-file> + <include-file> + <name>externs/vm.js</name> + <path>downloads/closure-compiler-master/contrib/nodejs/vm.js</path> + </include-file> + <include-file> + <name>externs/zlib.js</name> + <path>downloads/closure-compiler-master/contrib/nodejs/zlib.js</path> + </include-file> + </includeFiles> + <skipSwc>true</skipSwc> + </configuration> + <dependencies> + <dependency> + <groupId>org.apache.flex.flexjs.compiler</groupId> + <artifactId>compiler-jx</artifactId> <version>0.7.0-SNAPSHOT</version> - <type>swc</type> - <classifier>extern</classifier> - <scope>external</scope> - </dependency> - </dependencies> + </dependency> + </dependencies> + </plugin> + </plugins> + </build> + + <dependencies> + <dependency> + <groupId>org.apache.flex.flexjs.externs</groupId> + <artifactId>flexjs-externs-js</artifactId> + <version>0.7.0-SNAPSHOT</version> + <type>swc</type> + <classifier>extern</classifier> + <scope>external</scope> + </dependency> + </dependencies> </project>
http://git-wip-us.apache.org/repos/asf/flex-typedefs/blob/7fa99776/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 6eab62d..2d7e4e7 100644 --- a/pom.xml +++ b/pom.xml @@ -19,52 +19,52 @@ --> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> - <modelVersion>4.0.0</modelVersion> + <modelVersion>4.0.0</modelVersion> - <parent> - <groupId>org.apache.flex.flexjs</groupId> - <artifactId>flexjs-parent</artifactId> - <version>0.7.0-SNAPSHOT</version> - </parent> - - <groupId>org.apache.flex.flexjs.externs</groupId> - <artifactId>flexjs-externs</artifactId> + <parent> + <groupId>org.apache.flex.flexjs</groupId> + <artifactId>flexjs-parent</artifactId> <version>0.7.0-SNAPSHOT</version> - <packaging>pom</packaging> + </parent> + + <groupId>org.apache.flex.flexjs.externs</groupId> + <artifactId>flexjs-externs</artifactId> + <version>0.7.0-SNAPSHOT</version> + <packaging>pom</packaging> - <name>Apache Flex - FlexJS: Externs</name> + <name>Apache Flex - FlexJS: Externs</name> - <properties> - <git.executable>git</git.executable> - </properties> + <properties> + <git.executable>git</git.executable> + </properties> - <modules> - <module>cordova</module> - <module>createjs</module> - <module>GCL</module> - <module>google_maps</module> - <module>jasmine</module> - <module>jquery</module> - <module>js</module> - <module>node</module> - </modules> + <modules> + <module>cordova</module> + <module>createjs</module> + <module>GCL</module> + <module>google_maps</module> + <module>jasmine</module> + <module>jquery</module> + <module>js</module> + <module>node</module> + </modules> - <!-- - We only need the git executable in the externs in order to apply patches. - On Windows machines we need to execute "git.exe" instead of "git". - --> - <profiles> - <profile> - <id>windows-machine</id> - <activation> - <os> - <family>Windows</family> - </os> - </activation> - <properties> - <git.executable>git.exe</git.executable> - </properties> - </profile> - </profiles> + <!-- + We only need the git executable in the externs in order to apply patches. + On Windows machines we need to execute "git.exe" instead of "git". + --> + <profiles> + <profile> + <id>windows-machine</id> + <activation> + <os> + <family>Windows</family> + </os> + </activation> + <properties> + <git.executable>git.exe</git.executable> + </properties> + </profile> + </profiles> </project>
