You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by ah...@apache.org on 2017/05/30 19:47:49 UTC

[14/50] git commit: [flex-asjs] [refs/heads/tlf] - - Removed the execution of the font compilation

- Removed the execution of the font compilation


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

Branch: refs/heads/tlf
Commit: c2eefaf7bdb2d8577134f861a23ea07c691cf103
Parents: 2fad673
Author: Christofer Dutz <ch...@codecentric.de>
Authored: Wed May 24 14:11:27 2017 +0200
Committer: Christofer Dutz <ch...@codecentric.de>
Committed: Wed May 24 14:11:27 2017 +0200

----------------------------------------------------------------------
 frameworks/fontsrc/pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/c2eefaf7/frameworks/fontsrc/pom.xml
----------------------------------------------------------------------
diff --git a/frameworks/fontsrc/pom.xml b/frameworks/fontsrc/pom.xml
index e9f1db1..356d6fa 100644
--- a/frameworks/fontsrc/pom.xml
+++ b/frameworks/fontsrc/pom.xml
@@ -60,7 +60,7 @@
         </executions>
       </plugin>
       <!-- Have the Flat-UI Icons Font compiled to an SWF -->
-      <plugin>
+      <!--plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>exec-maven-plugin</artifactId>
         <version>1.5.0</version>
@@ -97,7 +97,7 @@
             <version>${flex.version}</version>
           </dependency>
         </dependencies>
-      </plugin>
+      </plugin-->
       <!-- Create a stripped-down WAR archive containing the fonts -->
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
@@ -116,7 +116,7 @@
             Attach the generated swf as additional Maven artifact,
             So it is automatically installed and deployed.
       -->
-      <plugin>
+      <!--plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>build-helper-maven-plugin</artifactId>
         <version>1.11</version>
@@ -137,7 +137,7 @@
             </artifact>
           </artifacts>
         </configuration>
-      </plugin>
+      </plugin-->
     </plugins>
   </build>