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

[17/35] git commit: [flex-falcon] [refs/heads/IDEA-FLEX_JS_COMPILER] - Make comment more distinct

Make comment more distinct

Signed-off-by: Erik de Bruin <er...@ixsoftware.nl>


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

Branch: refs/heads/IDEA-FLEX_JS_COMPILER
Commit: e5ac5e12d41c315967d52857e28c023aae271c1d
Parents: fcbdf11
Author: Erik de Bruin <er...@ixsoftware.nl>
Authored: Mon Feb 16 12:53:00 2015 +0100
Committer: Frédéric THOMAS <we...@gmail.com>
Committed: Tue Jun 2 13:40:47 2015 +0100

----------------------------------------------------------------------
 .../org/apache/flex/compiler/internal/graph/VF2JSDepsWriter.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/e5ac5e12/compiler.jx/src/org/apache/flex/compiler/internal/graph/VF2JSDepsWriter.java
----------------------------------------------------------------------
diff --git a/compiler.jx/src/org/apache/flex/compiler/internal/graph/VF2JSDepsWriter.java b/compiler.jx/src/org/apache/flex/compiler/internal/graph/VF2JSDepsWriter.java
index 4d625d4..ade44c2 100644
--- a/compiler.jx/src/org/apache/flex/compiler/internal/graph/VF2JSDepsWriter.java
+++ b/compiler.jx/src/org/apache/flex/compiler/internal/graph/VF2JSDepsWriter.java
@@ -74,7 +74,7 @@ public class VF2JSDepsWriter {
 	    this.problems = problems;
 		buildDB();
 		ArrayList<GoogDep> dps = sort(mainName);
-		String outString = "// generated by FalconJS" + "\n";
+		String outString = "// generated by FalconJX (VF2JS)" + "\n";
 		int n = dps.size();
 		for (int i = n - 1; i >= 0; i--)
 		{