svn commit: r36770 - /dev/flex/flex-maven-tools/flex-sdk-converter/rc1/

2019-11-16 Thread cdutz
Author: cdutz
Date: Sat Nov 16 13:43:14 2019
New Revision: 36770

Log:
Removec direcory for rc1

Removed:
dev/flex/flex-maven-tools/flex-sdk-converter/rc1/



svn commit: r36769 - /dev/flex/flex-maven-tools/flex-sdk-converter/rc2/

2019-11-16 Thread cdutz
Author: cdutz
Date: Sat Nov 16 13:42:25 2019
New Revision: 36769

Log:
Add direcory for rc2

Added:
dev/flex/flex-maven-tools/flex-sdk-converter/rc2/README.txt
dev/flex/flex-maven-tools/flex-sdk-converter/rc2/RELEASE_NOTES

dev/flex/flex-maven-tools/flex-sdk-converter/rc2/apache-flex-sdk-converter-1.0.0-source-release.zip
   (with props)

dev/flex/flex-maven-tools/flex-sdk-converter/rc2/apache-flex-sdk-converter-1.0.0-source-release.zip.asc

dev/flex/flex-maven-tools/flex-sdk-converter/rc2/apache-flex-sdk-converter-1.0.0-source-release.zip.sha512

Added: dev/flex/flex-maven-tools/flex-sdk-converter/rc2/README.txt
==
--- dev/flex/flex-maven-tools/flex-sdk-converter/rc2/README.txt (added)
+++ dev/flex/flex-maven-tools/flex-sdk-converter/rc2/README.txt Sat Nov 16 
13:42:25 2019
@@ -0,0 +1,223 @@
+Apache Flex SDK Converter
+=
+   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).
+
+   The Apache Flex SDK Converter comes with all the means to download, 
convert
+   and deploy a mavenized form of an Apache Flex SDK.
+
+The Converter does not simply copy all java libraries to the destination; 
it checks
+if the given artifact has already been deployed to maven central or by 
deploying an
+other FDK previously. For this check you do need an internet connection to 
do the
+conversion, otherwise it will probably take forever.
+
+Internally it consists of 3 components:
+- One Retriever
+   - DownloadRetriever: For downloading binary artifacts
+- Four Converters
+   - One for producing the Apache Flex SDK artifacts
+   - One for producing the Adobe Flash artifacts
+   - One for producing the Adobe Air artifacts
+   - One for producing the Adobe Fontkit artifacts
+- Two Deployers
+   - One using Aether with no requirement to Maven (Faster, but less 
configurable)
+   - One using a local Maven installation (A lot slower, but fully 
configurable)
+
+
+
+Getting the latest sources via git
+==
+
+Getting the source code is the recommended way to get the Apache Flex SDK
+Converter.
+
+You can always checkout the latest source via git using the following
+command:
+
+git clone https://git-wip-us.apache.org/repos/asf/flex-utilities.git 
flex-utilities
+cd flex-utilities/flex-maven-tools/flex-sdk-converter
+git checkout develop
+
+Building the Apache Flex SDK Converter
+==
+
+The Apache Flex SDK Converter is a relatively simple project. It requires 
some
+build tools which must be installed prior to building the compiler and it 
depends
+on some external software which are downloaded as part of the build 
process.
+Some of these have different licenses. See the Software Dependencies 
section
+for more information on the external software dependencies.
+
+Install Prerequisites
+-
+
+Before building the Apache Flex Compiler you must install the following 
software
+and set the corresponding environment variables using absolute file paths.
+Relative file paths will result in build errors.
+
+
==
+SOFTWAREENVIRONMENT VARIABLE (absolute 
paths)
+
==
+
+Java SDK 1.7 or greater but smaller than 12 (*1) JAVA_HOME
+
+Maven 3.1.0 or greater (*1)  MAVEN_HOME
+
+
==
+
+*1) The bin directories for MAVEN_HOME and JAVA_HOME should be added to 
your
+PATH.
+
+On Windows, set PATH to
+
+PATH=%PATH%;%MAVEN_HOME%\bin;%JAVA_HOME%\bin
+
+On the Mac (bash), set PATH to
+
+export PATH="$PATH:$MAVEN_HOME/bin:$JAVA_HOME/bin"
+
+ On Linux make sure you path include MAVEN_HOME and JAVA_HOME.
+
+Software Dependencies
+-
+
+The Apache Flex SDK Converter uses third-party code that will be 
downloaded as
+part of the build.
+
+The Apache Version 2.0 license is in the LICENSE file.
+
+The following dependencies have licenses which are, or are compatible with,
+the Apache Version 2.0 license.  You will not be prompted to acknowledge 
the
+download.  Most of the jars are installed in your maven local repository 
and
+are included in the assembly jars.
+
+TODO: Add them all he

svn commit: r36768 - /dev/flex/flex-maven-tools/flex-sdk-converter/rc2/

2019-11-16 Thread cdutz
Author: cdutz
Date: Sat Nov 16 13:41:11 2019
New Revision: 36768

Log:
Add direcory for rc2

Added:
dev/flex/flex-maven-tools/flex-sdk-converter/rc2/



[flex-utilities] annotated tag apache-flex-sdk-converter-1.0.0-rc2 created (now 65485a6)

2019-11-16 Thread cdutz
This is an automated email from the ASF dual-hosted git repository.

cdutz pushed a change to annotated tag apache-flex-sdk-converter-1.0.0-rc2
in repository https://gitbox.apache.org/repos/asf/flex-utilities.git.


  at 65485a6  (tag)
 tagging 746000ac7559883d6193922c8c3dfaa4d5465971 (commit)
 replaces apache-flex-sdk-converter-1.0.0-rc1
  by Christofer Dutz
  on Sat Nov 16 14:17:01 2019 +0100

- Log -
[maven-release-plugin] copy for tag apache-flex-sdk-converter-1.0.0-rc2
---

No new revisions were added by this update.



[flex-utilities] branch develop updated: [maven-release-plugin] prepare for next development iteration

2019-11-16 Thread cdutz
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 3d0d730  [maven-release-plugin] prepare for next development iteration
3d0d730 is described below

commit 3d0d730cae5c8a4acd4dcbe53cb3fcc25198f68d
Author: Christofer Dutz 
AuthorDate: Sat Nov 16 14:17:06 2019 +0100

[maven-release-plugin] prepare for next development iteration
---
 flex-maven-tools/flex-sdk-converter/api/pom.xml  |  4 ++--
 flex-maven-tools/flex-sdk-converter/cli/pom.xml  | 12 ++--
 .../flex-sdk-converter/converters/air/pom.xml|  6 +++---
 .../flex-sdk-converter/converters/base/pom.xml   |  6 +++---
 .../flex-sdk-converter/converters/flash/pom.xml  |  6 +++---
 .../flex-sdk-converter/converters/flex/pom.xml   | 14 +++---
 .../flex-sdk-converter/converters/fontkit/pom.xml|  6 +++---
 flex-maven-tools/flex-sdk-converter/converters/pom.xml   |  4 ++--
 .../flex-sdk-converter/converters/wrapper/pom.xml|  6 +++---
 .../flex-sdk-converter/deployers/aether/pom.xml  |  4 ++--
 .../flex-sdk-converter/deployers/maven/pom.xml   |  4 ++--
 flex-maven-tools/flex-sdk-converter/deployers/pom.xml|  4 ++--
 .../flex-sdk-converter/maven-extension/pom.xml   | 16 
 flex-maven-tools/flex-sdk-converter/pom.xml  |  4 ++--
 .../flex-sdk-converter/retrievers/base/pom.xml   |  6 +++---
 .../flex-sdk-converter/retrievers/download/pom.xml   |  6 +++---
 flex-maven-tools/flex-sdk-converter/retrievers/pom.xml   |  4 ++--
 17 files changed, 56 insertions(+), 56 deletions(-)

diff --git a/flex-maven-tools/flex-sdk-converter/api/pom.xml 
b/flex-maven-tools/flex-sdk-converter/api/pom.xml
index 7c6dfe6..4b108b6 100644
--- a/flex-maven-tools/flex-sdk-converter/api/pom.xml
+++ b/flex-maven-tools/flex-sdk-converter/api/pom.xml
@@ -23,11 +23,11 @@
 
 org.apache.flex.utilities.converter
 apache-flex-sdk-converter
-1.0.0
+1.1.0-SNAPSHOT
 
 
 api
-1.0.0
+1.1.0-SNAPSHOT
 jar
 
 
diff --git a/flex-maven-tools/flex-sdk-converter/cli/pom.xml 
b/flex-maven-tools/flex-sdk-converter/cli/pom.xml
index 1e468dd..c3561fd 100644
--- a/flex-maven-tools/flex-sdk-converter/cli/pom.xml
+++ b/flex-maven-tools/flex-sdk-converter/cli/pom.xml
@@ -23,11 +23,11 @@
 
 org.apache.flex.utilities.converter
 apache-flex-sdk-converter
-1.0.0
+1.1.0-SNAPSHOT
 
 
 cli
-1.0.0
+1.1.0-SNAPSHOT
 jar
 
 
@@ -68,23 +68,23 @@
 
 org.apache.flex.utilities.converter
 api
-1.0.0
+1.1.0-SNAPSHOT
 
 
 
 org.apache.flex.utilities.converter
 download-retriever
-1.0.0
+1.1.0-SNAPSHOT
 
 
 org.apache.flex.utilities.converter
 flex-converter
-1.0.0
+1.1.0-SNAPSHOT
 
 
 org.apache.flex.utilities.converter
 aether-deployer
-1.0.0
+1.1.0-SNAPSHOT
 
 
 
diff --git a/flex-maven-tools/flex-sdk-converter/converters/air/pom.xml 
b/flex-maven-tools/flex-sdk-converter/converters/air/pom.xml
index 176a480..044bbc4 100644
--- a/flex-maven-tools/flex-sdk-converter/converters/air/pom.xml
+++ b/flex-maven-tools/flex-sdk-converter/converters/air/pom.xml
@@ -23,18 +23,18 @@
 
 org.apache.flex.utilities.converter
 converters
-1.0.0
+1.1.0-SNAPSHOT
 
 
 air-converter
-1.0.0
+1.1.0-SNAPSHOT
 jar
 
 
 
 org.apache.flex.utilities.converter
 base-converter
-1.0.0
+1.1.0-SNAPSHOT
 
 
 
diff --git a/flex-maven-tools/flex-sdk-converter/converters/base/pom.xml 
b/flex-maven-tools/flex-sdk-converter/converters/base/pom.xml
index 33d87d1..5a40784 100644
--- a/flex-maven-tools/flex-sdk-converter/converters/base/pom.xml
+++ b/flex-maven-tools/flex-sdk-converter/converters/base/pom.xml
@@ -23,18 +23,18 @@
 
 org.apache.flex.utilities.converter
 converters
-1.0.0
+1.1.0-SNAPSHOT
 
 
 base-converter
-1.0.0
+1.1.0-SNAPSHOT
 jar
 
 
 
 org.apache.flex.utilities.converter
 api
-1.0.0
+1.1.0-SNAPSHOT
 
 
 
diff --git a/flex-maven-tools/flex-sdk-converter/converters/flash/pom.xml 
b/flex-maven-tools/flex-sdk-converter/converters/flash/pom.xml
index ac140ce..293377e 100644
--- a/flex-maven-tools/flex-sdk-converter/converters/flash/pom.xml
+++ b/flex-maven-tools/flex-sdk-converter/converters/flash/pom.xml
@@ -23,18 +23,18 @@
 
 org.apache.flex.utilities.converter
  

[flex-utilities] branch develop updated: [maven-release-plugin] prepare release apache-flex-sdk-converter-1.0.0-rc2

2019-11-16 Thread cdutz
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 746000a  [maven-release-plugin] prepare release 
apache-flex-sdk-converter-1.0.0-rc2
746000a is described below

commit 746000ac7559883d6193922c8c3dfaa4d5465971
Author: Christofer Dutz 
AuthorDate: Sat Nov 16 14:16:46 2019 +0100

[maven-release-plugin] prepare release apache-flex-sdk-converter-1.0.0-rc2
---
 flex-maven-tools/flex-sdk-converter/api/pom.xml  |  4 ++--
 flex-maven-tools/flex-sdk-converter/cli/pom.xml  | 12 ++--
 .../flex-sdk-converter/converters/air/pom.xml|  6 +++---
 .../flex-sdk-converter/converters/base/pom.xml   |  6 +++---
 .../flex-sdk-converter/converters/flash/pom.xml  |  6 +++---
 .../flex-sdk-converter/converters/flex/pom.xml   | 14 +++---
 .../flex-sdk-converter/converters/fontkit/pom.xml|  6 +++---
 flex-maven-tools/flex-sdk-converter/converters/pom.xml   |  4 ++--
 .../flex-sdk-converter/converters/wrapper/pom.xml|  6 +++---
 .../flex-sdk-converter/deployers/aether/pom.xml  |  4 ++--
 .../flex-sdk-converter/deployers/maven/pom.xml   |  4 ++--
 flex-maven-tools/flex-sdk-converter/deployers/pom.xml|  4 ++--
 .../flex-sdk-converter/maven-extension/pom.xml   | 16 
 flex-maven-tools/flex-sdk-converter/pom.xml  |  4 ++--
 .../flex-sdk-converter/retrievers/base/pom.xml   |  6 +++---
 .../flex-sdk-converter/retrievers/download/pom.xml   |  6 +++---
 flex-maven-tools/flex-sdk-converter/retrievers/pom.xml   |  4 ++--
 17 files changed, 56 insertions(+), 56 deletions(-)

diff --git a/flex-maven-tools/flex-sdk-converter/api/pom.xml 
b/flex-maven-tools/flex-sdk-converter/api/pom.xml
index 4b108b6..7c6dfe6 100644
--- a/flex-maven-tools/flex-sdk-converter/api/pom.xml
+++ b/flex-maven-tools/flex-sdk-converter/api/pom.xml
@@ -23,11 +23,11 @@
 
 org.apache.flex.utilities.converter
 apache-flex-sdk-converter
-1.1.0-SNAPSHOT
+1.0.0
 
 
 api
-1.1.0-SNAPSHOT
+1.0.0
 jar
 
 
diff --git a/flex-maven-tools/flex-sdk-converter/cli/pom.xml 
b/flex-maven-tools/flex-sdk-converter/cli/pom.xml
index c3561fd..1e468dd 100644
--- a/flex-maven-tools/flex-sdk-converter/cli/pom.xml
+++ b/flex-maven-tools/flex-sdk-converter/cli/pom.xml
@@ -23,11 +23,11 @@
 
 org.apache.flex.utilities.converter
 apache-flex-sdk-converter
-1.1.0-SNAPSHOT
+1.0.0
 
 
 cli
-1.1.0-SNAPSHOT
+1.0.0
 jar
 
 
@@ -68,23 +68,23 @@
 
 org.apache.flex.utilities.converter
 api
-1.1.0-SNAPSHOT
+1.0.0
 
 
 
 org.apache.flex.utilities.converter
 download-retriever
-1.1.0-SNAPSHOT
+1.0.0
 
 
 org.apache.flex.utilities.converter
 flex-converter
-1.1.0-SNAPSHOT
+1.0.0
 
 
 org.apache.flex.utilities.converter
 aether-deployer
-1.1.0-SNAPSHOT
+1.0.0
 
 
 
diff --git a/flex-maven-tools/flex-sdk-converter/converters/air/pom.xml 
b/flex-maven-tools/flex-sdk-converter/converters/air/pom.xml
index 044bbc4..176a480 100644
--- a/flex-maven-tools/flex-sdk-converter/converters/air/pom.xml
+++ b/flex-maven-tools/flex-sdk-converter/converters/air/pom.xml
@@ -23,18 +23,18 @@
 
 org.apache.flex.utilities.converter
 converters
-1.1.0-SNAPSHOT
+1.0.0
 
 
 air-converter
-1.1.0-SNAPSHOT
+1.0.0
 jar
 
 
 
 org.apache.flex.utilities.converter
 base-converter
-1.1.0-SNAPSHOT
+1.0.0
 
 
 
diff --git a/flex-maven-tools/flex-sdk-converter/converters/base/pom.xml 
b/flex-maven-tools/flex-sdk-converter/converters/base/pom.xml
index 5a40784..33d87d1 100644
--- a/flex-maven-tools/flex-sdk-converter/converters/base/pom.xml
+++ b/flex-maven-tools/flex-sdk-converter/converters/base/pom.xml
@@ -23,18 +23,18 @@
 
 org.apache.flex.utilities.converter
 converters
-1.1.0-SNAPSHOT
+1.0.0
 
 
 base-converter
-1.1.0-SNAPSHOT
+1.0.0
 jar
 
 
 
 org.apache.flex.utilities.converter
 api
-1.1.0-SNAPSHOT
+1.0.0
 
 
 
diff --git a/flex-maven-tools/flex-sdk-converter/converters/flash/pom.xml 
b/flex-maven-tools/flex-sdk-converter/converters/flash/pom.xml
index 293377e..ac140ce 100644
--- a/flex-maven-tools/flex-sdk-converter/converters/flash/pom.xml
+++ b/flex-maven-tools/flex-sdk-converter/converters/flash/pom.xml
@@ -23,18 +23,18 @@
 
 org.apache.flex

Sua marca, o seu bem mais precioso

2019-11-16 Thread Plástico Moderno
To view the message, please use an HTML compatible email viewer!



Sua marca, o seu bem mais precioso

2019-11-16 Thread Plástico Moderno
To view the message, please use an HTML compatible email viewer!



[flex-utilities] branch develop updated: - Removed the intellij created headers with any form of attribution of people or ides - Added the apache header to all files missing this

2019-11-16 Thread cdutz
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 8809506  - Removed the intellij created headers with any form of 
attribution of people or ides - Added the apache header to all files missing 
this
8809506 is described below

commit 880950688d6ef19c321003324aff0fa1ab926d21
Author: Christofer Dutz 
AuthorDate: Sat Nov 16 11:00:22 2019 +0100

- Removed the intellij created headers with any form of attribution of 
people or ides
- Added the apache header to all files missing this
---
 .../utilities/converter/api/ProxySettings.java | 19 ++---
 .../utilities/converter/core/SdkConverterCLI.java  | 19 ++---
 .../converters/base/src/main/resources/logback.xml | 18 
 .../converter/fontkit/FontkitConverter.java| 19 ++---
 .../converter/wrapper/WrapperConverter.java| 19 ++---
 .../converter/deployer/aether/AetherDeployer.java  |  3 ---
 .../converter/deployer/maven/MavenDeployer.java|  5 -
 .../converter/mavenextension/FlexEventSpy.java | 18 ++--
 flex-maven-tools/flex-sdk-converter/pom.xml| 24 ++
 .../retrievers/types/PlatformTypeTest.java | 21 ++-
 .../retrievers/download/SystemIdHelper.java| 19 ++---
 .../converter/retrievers/download/ProxyTest.java   |  3 ---
 12 files changed, 154 insertions(+), 33 deletions(-)

diff --git 
a/flex-maven-tools/flex-sdk-converter/api/src/main/java/org/apache/flex/utilities/converter/api/ProxySettings.java
 
b/flex-maven-tools/flex-sdk-converter/api/src/main/java/org/apache/flex/utilities/converter/api/ProxySettings.java
index 5ed76da..a3a9427 100644
--- 
a/flex-maven-tools/flex-sdk-converter/api/src/main/java/org/apache/flex/utilities/converter/api/ProxySettings.java
+++ 
b/flex-maven-tools/flex-sdk-converter/api/src/main/java/org/apache/flex/utilities/converter/api/ProxySettings.java
@@ -1,8 +1,21 @@
+/*
+ * 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.
+ */
 package org.apache.flex.utilities.converter.api;
 
-/**
- * Created by christoferdutz on 01.07.15.
- */
 public class ProxySettings {
 
 private static ProxySettings proxySettings = null;
diff --git 
a/flex-maven-tools/flex-sdk-converter/cli/src/main/java/org/apache/flex/utilities/converter/core/SdkConverterCLI.java
 
b/flex-maven-tools/flex-sdk-converter/cli/src/main/java/org/apache/flex/utilities/converter/core/SdkConverterCLI.java
index 8cf0522..5844716 100644
--- 
a/flex-maven-tools/flex-sdk-converter/cli/src/main/java/org/apache/flex/utilities/converter/core/SdkConverterCLI.java
+++ 
b/flex-maven-tools/flex-sdk-converter/cli/src/main/java/org/apache/flex/utilities/converter/core/SdkConverterCLI.java
@@ -1,3 +1,19 @@
+/*
+ * 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.
+ */
 package org.apache.flex.utilities.converter.core;
 
 import org.apache.commons.cli.*;
@@ -18,9 +34,6 @@ import java.io.File;
 import java.io.IOException;
 import java.util.*;
 
-/**
- * Created by christoferdutz on 07.04.15.
- */
 public class SdkConverterCLI {
 
 public static final String COMMAND_HELP = "help";
diff --git 
a/flex-maven-tools/flex-sdk-converter/converters/base/src/main/resources/logback.xml
 
b/flex-maven-tools/flex-sdk-converter/converters/bas

[flex-utilities] branch develop updated: - Removed the intellij created headers with my user-id

2019-11-16 Thread cdutz
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 502c99c  - Removed the intellij created headers with my user-id
502c99c is described below

commit 502c99c348e00d633dc6fd451d11d500961b7b44
Author: Christofer Dutz 
AuthorDate: Sat Nov 16 10:50:48 2019 +0100

- Removed the intellij created headers with my user-id
---
 .../main/java/org/apache/flex/utilities/converter/BaseConverter.java   | 3 ---
 .../src/main/java/org/apache/flex/utilities/converter/Converter.java   | 3 ---
 .../apache/flex/utilities/converter/exceptions/ConverterException.java | 3 ---
 .../java/org/apache/flex/utilities/converter/model/MavenArtifact.java  | 3 ---
 .../java/org/apache/flex/utilities/converter/flash/FlashConverter.java | 3 ---
 .../java/org/apache/flex/utilities/converter/flex/FlexConverter.java   | 3 ---
 .../org/apache/flex/utilities/converter/retrievers/BaseRetriever.java  | 3 ---
 .../java/org/apache/flex/utilities/converter/retrievers/Retriever.java | 3 ---
 .../utilities/converter/retrievers/exceptions/RetrieverException.java  | 3 ---
 .../apache/flex/utilities/converter/retrievers/types/PlatformType.java | 3 ---
 .../org/apache/flex/utilities/converter/retrievers/types/SdkType.java  | 3 ---
 .../apache/flex/utilities/converter/retrievers/utils/ProgressBar.java  | 3 ---
 .../utilities/converter/retrievers/download/DownloadRetriever.java | 3 ---
 13 files changed, 39 deletions(-)

diff --git 
a/flex-maven-tools/flex-sdk-converter/converters/base/src/main/java/org/apache/flex/utilities/converter/BaseConverter.java
 
b/flex-maven-tools/flex-sdk-converter/converters/base/src/main/java/org/apache/flex/utilities/converter/BaseConverter.java
index f74257e..e15147e 100644
--- 
a/flex-maven-tools/flex-sdk-converter/converters/base/src/main/java/org/apache/flex/utilities/converter/BaseConverter.java
+++ 
b/flex-maven-tools/flex-sdk-converter/converters/base/src/main/java/org/apache/flex/utilities/converter/BaseConverter.java
@@ -47,9 +47,6 @@ import java.util.*;
 import java.util.zip.ZipEntry;
 import java.util.zip.ZipOutputStream;
 
-/**
- * Created by cdutz on 11.05.2012.
- */
 public abstract class BaseConverter {
 
 private static final Logger LOG = 
LoggerFactory.getLogger(BaseConverter.class);
diff --git 
a/flex-maven-tools/flex-sdk-converter/converters/base/src/main/java/org/apache/flex/utilities/converter/Converter.java
 
b/flex-maven-tools/flex-sdk-converter/converters/base/src/main/java/org/apache/flex/utilities/converter/Converter.java
index 54f4e18..e9b6873 100644
--- 
a/flex-maven-tools/flex-sdk-converter/converters/base/src/main/java/org/apache/flex/utilities/converter/Converter.java
+++ 
b/flex-maven-tools/flex-sdk-converter/converters/base/src/main/java/org/apache/flex/utilities/converter/Converter.java
@@ -18,9 +18,6 @@ package org.apache.flex.utilities.converter;
 
 import org.apache.flex.utilities.converter.exceptions.ConverterException;
 
-/**
- * Created by cdutz on 18.04.2014.
- */
 public interface Converter {
 
 void convert() throws ConverterException;
diff --git 
a/flex-maven-tools/flex-sdk-converter/converters/base/src/main/java/org/apache/flex/utilities/converter/exceptions/ConverterException.java
 
b/flex-maven-tools/flex-sdk-converter/converters/base/src/main/java/org/apache/flex/utilities/converter/exceptions/ConverterException.java
index 384f2fe..c9d81ac 100644
--- 
a/flex-maven-tools/flex-sdk-converter/converters/base/src/main/java/org/apache/flex/utilities/converter/exceptions/ConverterException.java
+++ 
b/flex-maven-tools/flex-sdk-converter/converters/base/src/main/java/org/apache/flex/utilities/converter/exceptions/ConverterException.java
@@ -16,9 +16,6 @@
  */
 package org.apache.flex.utilities.converter.exceptions;
 
-/**
- * Created by cdutz on 07.05.2014.
- */
 public class ConverterException extends Exception {
 
 public ConverterException(String message) {
diff --git 
a/flex-maven-tools/flex-sdk-converter/converters/base/src/main/java/org/apache/flex/utilities/converter/model/MavenArtifact.java
 
b/flex-maven-tools/flex-sdk-converter/converters/base/src/main/java/org/apache/flex/utilities/converter/model/MavenArtifact.java
index c41db58..f1eaee7 100644
--- 
a/flex-maven-tools/flex-sdk-converter/converters/base/src/main/java/org/apache/flex/utilities/converter/model/MavenArtifact.java
+++ 
b/flex-maven-tools/flex-sdk-converter/converters/base/src/main/java/org/apache/flex/utilities/converter/model/MavenArtifact.java
@@ -22,9 +22,6 @@ import java.util.HashMap;
 import java.util.List;
 import java.util.Map;
 
-/**
- * Created by cdutz on 01.07.2012.
- */
 public class MavenArtifact {
 
 public static final String DEFAULT_CLASSIFIER = "default";
diff --git 
a/flex-maven-tools/flex-sdk-converter/converters/flash/src/main/java/org/apache/flex/utilities/converter/