You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by cd...@apache.org on 2018/02/28 10:30:48 UTC

[incubator-plc4x] 02/02: Removed fontawesome 4.7 dependency as it seems we don't need it.

This is an automated email from the ASF dual-hosted git repository.

cdutz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-plc4x.git

commit 3c718d9e6609cc21c35a847bf3e940c233383d73
Author: Christofer Dutz <ch...@c-ware.de>
AuthorDate: Wed Feb 28 11:30:43 2018 +0100

    Removed fontawesome 4.7 dependency as it seems we don't need it.
---
 pom.xml           | 23 -----------------------
 src/site/site.xml |  1 -
 2 files changed, 24 deletions(-)

diff --git a/pom.xml b/pom.xml
index cdd1263..5294d66 100644
--- a/pom.xml
+++ b/pom.xml
@@ -418,18 +418,6 @@
               <outputFileName>bootstrap.min.css</outputFileName>
             </configuration>
           </execution>
-          <execution>
-            <id>get-fontawesome</id>
-            <phase>pre-site</phase>
-            <goals>
-              <goal>wget</goal>
-            </goals>
-            <configuration>
-              <url>http://fontawesome.io/assets/font-awesome-4.7.0.zip</url>
-              <outputDirectory>${project.build.directory}/dependency</outputDirectory>
-              <unpack>true</unpack>
-            </configuration>
-          </execution>
         </executions>
       </plugin>
 
@@ -454,17 +442,6 @@
                   <directory>${project.build.directory}/dependency/META-INF/resources/webjars/jquery/1.9.1</directory>
                   <targetPath>${project.build.directory}/site/js</targetPath>
                 </resource>
-                <resource>
-                  <directory>${project.build.directory}/dependency/font-awesome-4.7.0/css</directory>
-                  <includes>
-                    <include>font-awesome.min.css</include>
-                  </includes>
-                  <targetPath>${project.build.directory}/site/css</targetPath>
-                </resource>
-                <resource>
-                  <directory>${project.build.directory}/dependency/font-awesome-4.7.0/fonts</directory>
-                  <targetPath>${project.build.directory}/site/fonts</targetPath>
-                </resource>
               </resources>
             </configuration>
           </execution>
diff --git a/src/site/site.xml b/src/site/site.xml
index e80bcfa..99f2a47 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -86,7 +86,6 @@
 
   <body>
     <head>
-      <link rel="stylesheet" href="$resourcePath/css/font-awesome.min.css"/>
     </head>
 
     <menu ref="parent" inherit="top"/>

-- 
To stop receiving notification emails like this one, please contact
cdutz@apache.org.