Repository: flex-utilities
Updated Branches:
  refs/heads/develop c22e215e2 -> 15fd3da55


- Commented out the warning to setup flexjs dependencies


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

Branch: refs/heads/develop
Commit: 15fd3da55aa31638b21fefea3dfded5e0733d108
Parents: c22e215
Author: Christofer Dutz <christofer.d...@codecentric.de>
Authored: Fri May 13 11:47:35 2016 -0700
Committer: Christofer Dutz <christofer.d...@codecentric.de>
Committed: Fri May 13 11:47:35 2016 -0700

----------------------------------------------------------------------
 .../utilities/converter/mavenextension/FlexEventSpy.java     | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/15fd3da5/flex-maven-tools/flex-sdk-converter/maven-extension/src/main/java/org/apache/flex/utilities/converter/mavenextension/FlexEventSpy.java
----------------------------------------------------------------------
diff --git 
a/flex-maven-tools/flex-sdk-converter/maven-extension/src/main/java/org/apache/flex/utilities/converter/mavenextension/FlexEventSpy.java
 
b/flex-maven-tools/flex-sdk-converter/maven-extension/src/main/java/org/apache/flex/utilities/converter/mavenextension/FlexEventSpy.java
index 2eaea81..0a03455 100644
--- 
a/flex-maven-tools/flex-sdk-converter/maven-extension/src/main/java/org/apache/flex/utilities/converter/mavenextension/FlexEventSpy.java
+++ 
b/flex-maven-tools/flex-sdk-converter/maven-extension/src/main/java/org/apache/flex/utilities/converter/mavenextension/FlexEventSpy.java
@@ -107,14 +107,14 @@ public class FlexEventSpy extends AbstractEventSpy {
 
                             
if("org.apache.flex.compiler".equals(artifact.getGroupId()) &&
                                     
artifact.getArtifactId().startsWith("falcon-")) {
-                                logger.info("Falcon artifacts are publicly 
available as Maven artifacts. " +
+/*                                logger.info("Falcon artifacts are publicly 
available as Maven artifacts. " +
                                         "Please setup your Maven 
configuration.\nFor more information please visit: " +
-                                        
"https://cwiki.apache.org/confluence/display/FLEX/Building+Flex+applications+with+Maven";);
+                                        
"https://cwiki.apache.org/confluence/display/FLEX/Building+Flex+applications+with+Maven";);*/
                             }
                             else 
if("org.apache.flex.flexjs.framework".equals(artifact.getGroupId())) {
-                                logger.info("FlexJS artifacts are publicly 
available as Maven artifacts. " +
+/*                                logger.info("FlexJS artifacts are publicly 
available as Maven artifacts. " +
                                         "Please setup your Maven 
configuration.\nFor more information please visit: " +
-                                        
"https://cwiki.apache.org/confluence/display/FLEX/Building+Flex+applications+with+Maven";);
+                                        
"https://cwiki.apache.org/confluence/display/FLEX/Building+Flex+applications+with+Maven";);*/
                             }
                             else if(!canResolve(artifact.getGroupId(), 
artifact.getArtifactId(), artifact.getVersion(),
                                     artifact.getExtension(), 
artifact.getClassifier())) {

Reply via email to