You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by cd...@apache.org on 2015/06/04 14:55:23 UTC

[1/2] git commit: [flex-utilities] [refs/heads/develop] - - Fixed the maven-extension problem preventing it from being used as maven 3.3.1 extension loaded form "mvn./extension.xml"

Repository: flex-utilities
Updated Branches:
  refs/heads/develop 5151e958d -> 9d7c7e98c


- Fixed the maven-extension problem preventing it from being used as maven 3.3.1 extension loaded form "mvn./extension.xml"


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

Branch: refs/heads/develop
Commit: 5a126e31b673b00cf5f619e13178e35e1de48460
Parents: e15c4a8
Author: Christofer Dutz <ch...@codecentric.de>
Authored: Thu Jun 4 14:55:01 2015 +0200
Committer: Christofer Dutz <ch...@codecentric.de>
Committed: Thu Jun 4 14:55:01 2015 +0200

----------------------------------------------------------------------
 mavenizer/cli/pom.xml                 | 6 ++++++
 mavenizer/retrievers/download/pom.xml | 1 +
 2 files changed, 7 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/5a126e31/mavenizer/cli/pom.xml
----------------------------------------------------------------------
diff --git a/mavenizer/cli/pom.xml b/mavenizer/cli/pom.xml
index 5a7449a..511ac31 100644
--- a/mavenizer/cli/pom.xml
+++ b/mavenizer/cli/pom.xml
@@ -82,6 +82,12 @@
         </dependency>
 
         <dependency>
+            <groupId>org.apache.maven</groupId>
+            <artifactId>maven-artifact</artifactId>
+            <version>3.2.3</version>
+        </dependency>
+
+        <dependency>
             <groupId>commons-cli</groupId>
             <artifactId>commons-cli</artifactId>
             <version>1.2</version>

http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/5a126e31/mavenizer/retrievers/download/pom.xml
----------------------------------------------------------------------
diff --git a/mavenizer/retrievers/download/pom.xml b/mavenizer/retrievers/download/pom.xml
index 13cd1a9..6ba5e08 100644
--- a/mavenizer/retrievers/download/pom.xml
+++ b/mavenizer/retrievers/download/pom.xml
@@ -46,6 +46,7 @@
             <groupId>org.apache.maven</groupId>
             <artifactId>maven-artifact</artifactId>
             <version>3.2.3</version>
+            <scope>provided</scope>
         </dependency>
     </dependencies>
 


[2/2] git commit: [flex-utilities] [refs/heads/develop] - Merge remote-tracking branch 'origin/develop' into develop

Posted by cd...@apache.org.
Merge remote-tracking branch 'origin/develop' into develop


Project: http://git-wip-us.apache.org/repos/asf/flex-utilities/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-utilities/commit/9d7c7e98
Tree: http://git-wip-us.apache.org/repos/asf/flex-utilities/tree/9d7c7e98
Diff: http://git-wip-us.apache.org/repos/asf/flex-utilities/diff/9d7c7e98

Branch: refs/heads/develop
Commit: 9d7c7e98c8412f076e7de731a096f2e41c1385c3
Parents: 5a126e3 5151e95
Author: Christofer Dutz <ch...@codecentric.de>
Authored: Thu Jun 4 14:55:18 2015 +0200
Committer: Christofer Dutz <ch...@codecentric.de>
Committed: Thu Jun 4 14:55:18 2015 +0200

----------------------------------------------------------------------
 ant_on_air/build.xml                            | 14 +++++
 .../src/org/apache/flex/ant/tags/AntTask.as     |  1 +
 ant_on_air/tests/AntOnAir.mxml                  | 15 ++++--
 ant_on_air/tests/failsubant.xml                 | 49 +++++++++++++++++
 ant_on_air/tests/failtest.xml                   | 57 ++++++++++++++++++++
 installer/build.xml                             | 13 ++---
 installer/src/InstallApacheFlex.mxml            |  1 -
 7 files changed, 140 insertions(+), 10 deletions(-)
----------------------------------------------------------------------