This is an automated email from the ASF dual-hosted git repository.
cdutz pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/flex-utilities.git
The following commit(s) were added to refs/heads/develop by this push:
new 4299eb1 - Fixed some documentation issues.
4299eb1 is described below
commit 4299eb1b43976ad864c43b0ecdddd8b5cddf8ce7
Author: Christofer Dutz <[email protected]>
AuthorDate: Fri Nov 15 10:49:15 2019 +0100
- Fixed some documentation issues.
---
flex-maven-tools/flex-sdk-converter/NOTICE | 4 ++--
flex-maven-tools/flex-sdk-converter/README.txt | 23 ++++++++++++-----------
2 files changed, 14 insertions(+), 13 deletions(-)
diff --git a/flex-maven-tools/flex-sdk-converter/NOTICE
b/flex-maven-tools/flex-sdk-converter/NOTICE
index d1becf0..51beba2 100644
--- a/flex-maven-tools/flex-sdk-converter/NOTICE
+++ b/flex-maven-tools/flex-sdk-converter/NOTICE
@@ -1,5 +1,5 @@
-Apache Flex Mavenizer
-Copyright 2015 The Apache Software Foundation
+Apache Flex SDK Converter
+Copyright 2019 The Apache Software Foundation
This product includes software developed at
The Apache Software Foundation (http://www.apache.org/).
diff --git a/flex-maven-tools/flex-sdk-converter/README.txt
b/flex-maven-tools/flex-sdk-converter/README.txt
index 9410a47..5fe8713 100644
--- a/flex-maven-tools/flex-sdk-converter/README.txt
+++ b/flex-maven-tools/flex-sdk-converter/README.txt
@@ -1,8 +1,9 @@
Apache Flex SDK Converter
=========================
- The Mavenizer tool is used to convert the Apache and Adobe Flex SDKs
and Air
- SDKs into Maven artifacts. Automatically creating the Directories,
pom-files,
- copying and moving the resources to the correct destinations.
+ The Apache Flex SDK Converter tool is used to convert the Apache and
Adobe
+ Flex SDKs and Air SDKs into Maven artifacts. Automatically creating the
+ Directories, pom-files, copying and moving the resources to the correct
+ destinations.
These artifacts can be used in Maven builds using the Flexmojos plugin
(Starting with version 6.x).
@@ -39,7 +40,7 @@ Getting the latest sources via git
command:
git clone https://git-wip-us.apache.org/repos/asf/flex-utilities.git
flex-utilities
- cd flex-utilities/mavenizer
+ cd flex-utilities/flex-maven-tools/flex-sdk-converter
git checkout develop
Building the Apache Flex SDK Converter
@@ -62,9 +63,9 @@ Install Prerequisites
SOFTWARE ENVIRONMENT VARIABLE (absolute
paths)
==================================================================================
- Java SDK 1.7 or greater (*1) JAVA_HOME
+ Java SDK 1.7 or greater but smaller than 12 (*1) JAVA_HOME
- Maven 3.1.0 or greater (*1) MAVEN_HOME
+ Maven 3.1.0 or greater (*1) MAVEN_HOME
==================================================================================
@@ -105,10 +106,10 @@ Building the Source in the Source Distribution
When you have all the prerequisites in place and the environment variables
set (see Install Prerequisites above) use
- cd <mavenizer.dir>
+ cd <flax-sdk-converter.dir>
mvn install
- to download the thirdparty dependencies and build the binary from the
source.
+ to download the third-party dependencies and build the binary from the
source.
To clean the build, of everything other than the downloaded third-party
dependencies use
@@ -118,7 +119,7 @@ Building the Source in the Source Distribution
The packages can be found in the "target" subdirectories.
The particularly interesting one is the Standalone Command Line Interface:
- - cli/target/apache-flex-sdk-converter-1.0.0-SNAPSHOT.jar
+ - cli/target/apache-flex-sdk-converter-1.0.0.jar
@@ -129,8 +130,8 @@ Using the Apache Flex SDK Converter
to be executed from the command-line. Assuming the Java executable is
available on the current systems path, it can be called using:
- cd <mavenizer.dir>/cli/target
- java -jar apache-flex-sdk-converter-1.0.0-SNAPSHOT.jar
+ cd <flex-sdk-converter.dir>/cli/target
+ java -jar apache-flex-sdk-converter-1.0.0.jar
If executed without any command, it will output a list of commands and
available properties.