You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by ca...@apache.org on 2016/10/24 16:01:03 UTC

[04/19] git commit: [flex-asjs] [refs/heads/feature/mdl] - - Removed the TODOs for adding cordova packaging

- Removed the TODOs for adding cordova packaging


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

Branch: refs/heads/feature/mdl
Commit: 4c9ab06a83ad7f40f505b7116293a9fd39d8aa2d
Parents: ecf8fce
Author: Christofer Dutz <ch...@codecentric.de>
Authored: Sun Oct 23 16:07:01 2016 +0200
Committer: Christofer Dutz <ch...@codecentric.de>
Committed: Sun Oct 23 16:07:01 2016 +0200

----------------------------------------------------------------------
 examples/flexjs/CordovaCameraExample/pom.xml | 4 ----
 examples/flexjs/MobileMap/pom.xml            | 2 --
 examples/flexjs/StorageExample/pom.xml       | 6 ------
 3 files changed, 12 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/4c9ab06a/examples/flexjs/CordovaCameraExample/pom.xml
----------------------------------------------------------------------
diff --git a/examples/flexjs/CordovaCameraExample/pom.xml b/examples/flexjs/CordovaCameraExample/pom.xml
index 54e0853..694629b 100644
--- a/examples/flexjs/CordovaCameraExample/pom.xml
+++ b/examples/flexjs/CordovaCameraExample/pom.xml
@@ -22,10 +22,6 @@
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
 
-  <!--
-        TODO: Needs to be packaged via Cordova.
-  -->
-
   <parent>
     <groupId>org.apache.flex.flexjs.examples</groupId>
     <artifactId>examples-flexjs</artifactId>

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/4c9ab06a/examples/flexjs/MobileMap/pom.xml
----------------------------------------------------------------------
diff --git a/examples/flexjs/MobileMap/pom.xml b/examples/flexjs/MobileMap/pom.xml
index 4b7088a..e5570c6 100644
--- a/examples/flexjs/MobileMap/pom.xml
+++ b/examples/flexjs/MobileMap/pom.xml
@@ -23,8 +23,6 @@
   <modelVersion>4.0.0</modelVersion>
 
   <!--
-        TODO: Needs to be packaged with cordova
-
         Seems to be a Flash build however requiring airglobal to build because of a dependency to air in GoogleMaps.
   -->
 

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/4c9ab06a/examples/flexjs/StorageExample/pom.xml
----------------------------------------------------------------------
diff --git a/examples/flexjs/StorageExample/pom.xml b/examples/flexjs/StorageExample/pom.xml
index 2c5e6e2..870dcc9 100644
--- a/examples/flexjs/StorageExample/pom.xml
+++ b/examples/flexjs/StorageExample/pom.xml
@@ -22,12 +22,6 @@
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
 
-  <!--
-        TODO:
-        JavaScript Version:
-          Needs to be packaged with Cordova
-  -->
-
   <parent>
     <groupId>org.apache.flex.flexjs.examples</groupId>
     <artifactId>examples-flexjs</artifactId>