Repository: flex-asjs
Updated Branches:
  refs/heads/develop 1094ee85e -> 5de310ca2


- Added the resonably new "HelloWorld" example to the maven build.


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

Branch: refs/heads/develop
Commit: 5de310ca227de4081bd92c973e9ed0282029fb5b
Parents: 1094ee8
Author: Christofer Dutz <[email protected]>
Authored: Tue Jun 21 13:23:03 2016 +0200
Committer: Christofer Dutz <[email protected]>
Committed: Tue Jun 21 13:23:03 2016 +0200

----------------------------------------------------------------------
 examples/flexjs/HelloWorld/pom.xml | 49 +++++++++++++++++++++++++++++++++
 examples/flexjs/pom.xml            |  1 +
 2 files changed, 50 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/5de310ca/examples/flexjs/HelloWorld/pom.xml
----------------------------------------------------------------------
diff --git a/examples/flexjs/HelloWorld/pom.xml 
b/examples/flexjs/HelloWorld/pom.xml
new file mode 100644
index 0000000..3f184bc
--- /dev/null
+++ b/examples/flexjs/HelloWorld/pom.xml
@@ -0,0 +1,49 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0";
+         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.flex.flexjs.examples</groupId>
+    <artifactId>examples-flexjs</artifactId>
+    <version>0.7.0-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>HelloWorld</artifactId>
+  <version>0.7.0-SNAPSHOT</version>
+  <packaging>swf</packaging>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.flex.flexjs.compiler</groupId>
+        <artifactId>flexjs-maven-plugin</artifactId>
+        <version>0.7.0-SNAPSHOT</version>
+        <extensions>true</extensions>
+        <configuration>
+          <mainClass>HelloWorld.mxml</mainClass>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+
+</project>

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/5de310ca/examples/flexjs/pom.xml
----------------------------------------------------------------------
diff --git a/examples/flexjs/pom.xml b/examples/flexjs/pom.xml
index 067af86..11de4a9 100644
--- a/examples/flexjs/pom.xml
+++ b/examples/flexjs/pom.xml
@@ -47,6 +47,7 @@
     <!--module>FlexJSStore_jquery</module-->
     <!-- Ambiguous "MouseEvent" -->
     <!--module>FlexWebsiteStatsViewer</module-->
+    <module>HelloWorld</module>
     <module>MapSearch</module>
     <!-- Implicit coercion of a value with static type Event to a possibly 
unrelated type Event. -->
     <!--module>MobileTrader</module-->

Reply via email to