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 30A2B1141B for ; Tue, 24 Jun 2014 13:49:17 +0000 (UTC) Received: (qmail 94689 invoked by uid 500); 24 Jun 2014 13:49:17 -0000 Delivered-To: apmail-flex-commits-archive@flex.apache.org Received: (qmail 94540 invoked by uid 500); 24 Jun 2014 13:49:16 -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 94411 invoked by uid 99); 24 Jun 2014 13:49:16 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Jun 2014 13:49:16 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 9ADCD90FE1D; Tue, 24 Jun 2014 13:49:16 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: erikdebruin@apache.org To: commits@flex.apache.org Date: Tue, 24 Jun 2014 13:49:18 -0000 Message-Id: <4bc1fbd3d168401d854f6f41c69c8b8e@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [3/7] git commit: [flex-falcon] [refs/heads/develop] - # is the new @ # is the new @ Signed-off-by: Erik de Bruin Project: http://git-wip-us.apache.org/repos/asf/flex-falcon/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-falcon/commit/57f96366 Tree: http://git-wip-us.apache.org/repos/asf/flex-falcon/tree/57f96366 Diff: http://git-wip-us.apache.org/repos/asf/flex-falcon/diff/57f96366 Branch: refs/heads/develop Commit: 57f963669a72652c1ac0500ba8bd2855ae637c2d Parents: 53d0bd4 Author: Erik de Bruin Authored: Mon Jun 23 16:39:28 2014 +0200 Committer: Erik de Bruin Committed: Mon Jun 23 16:39:28 2014 +0200 ---------------------------------------------------------------------- .../flex/compiler/internal/codegen/js/goog/JSGoogPublisher.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/57f96366/compiler.jx/src/org/apache/flex/compiler/internal/codegen/js/goog/JSGoogPublisher.java ---------------------------------------------------------------------- diff --git a/compiler.jx/src/org/apache/flex/compiler/internal/codegen/js/goog/JSGoogPublisher.java b/compiler.jx/src/org/apache/flex/compiler/internal/codegen/js/goog/JSGoogPublisher.java index 01b52f2..24e2f01 100644 --- a/compiler.jx/src/org/apache/flex/compiler/internal/codegen/js/goog/JSGoogPublisher.java +++ b/compiler.jx/src/org/apache/flex/compiler/internal/codegen/js/goog/JSGoogPublisher.java @@ -195,7 +195,7 @@ public class JSGoogPublisher extends JSPublisher implements IJSPublisher throws IOException { StringBuilder appendString = new StringBuilder(); - appendString.append("\n//@ sourceMappingURL=./" + appendString.append("\n//# sourceMappingURL=./" + projectName + ".js.map"); writeFile(path, appendString.toString(), true); }