Return-Path: X-Original-To: apmail-flex-commits-archive@www.apache.org Delivered-To: apmail-flex-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 14BC811500 for ; Sat, 12 Jul 2014 11:24:00 +0000 (UTC) Received: (qmail 38221 invoked by uid 500); 12 Jul 2014 11:23:59 -0000 Delivered-To: apmail-flex-commits-archive@flex.apache.org Received: (qmail 38189 invoked by uid 500); 12 Jul 2014 11:23:59 -0000 Mailing-List: contact commits-help@flex.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flex.apache.org Delivered-To: mailing list commits@flex.apache.org Received: (qmail 38179 invoked by uid 99); 12 Jul 2014 11:23:59 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 12 Jul 2014 11:23:59 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 62C1F8B7AFF; Sat, 12 Jul 2014 11:23:59 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: cdutz@apache.org To: commits@flex.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: git commit: [flex-utilities] [refs/heads/mavenizer-refactoring] - FLEX-34318 - [Mavenizer] Refactor the Mavenizer in preparation of future mavenized releases of Flex - Added the maven assembly plugin to create the fat jar that can be executed from the co Date: Sat, 12 Jul 2014 11:23:59 +0000 (UTC) Repository: flex-utilities Updated Branches: refs/heads/mavenizer-refactoring 0ee60fc95 -> 67ded7292 FLEX-34318 - [Mavenizer] Refactor the Mavenizer in preparation of future mavenized releases of Flex - Added the maven assembly plugin to create the fat jar that can be executed from the commandline. Project: http://git-wip-us.apache.org/repos/asf/flex-utilities/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-utilities/commit/67ded729 Tree: http://git-wip-us.apache.org/repos/asf/flex-utilities/tree/67ded729 Diff: http://git-wip-us.apache.org/repos/asf/flex-utilities/diff/67ded729 Branch: refs/heads/mavenizer-refactoring Commit: 67ded729250ea03ced03f45c530c7a646c2a46ed Parents: 0ee60fc Author: Christofer Dutz Authored: Sat Jul 12 13:23:42 2014 +0200 Committer: Christofer Dutz Committed: Sat Jul 12 13:23:42 2014 +0200 ---------------------------------------------------------------------- mavenizer/core/pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/67ded729/mavenizer/core/pom.xml ---------------------------------------------------------------------- diff --git a/mavenizer/core/pom.xml b/mavenizer/core/pom.xml index a46530d..d8f06d0 100644 --- a/mavenizer/core/pom.xml +++ b/mavenizer/core/pom.xml @@ -42,6 +42,7 @@ true true + org.apache.flex.utilities.converter.core.SdkConverter ${project.version}