You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@marmotta.apache.org by ja...@apache.org on 2014/02/04 16:00:39 UTC

[3/8] git commit: turned off jslint warnings for sgvizler

turned off jslint warnings for sgvizler


Project: http://git-wip-us.apache.org/repos/asf/marmotta/repo
Commit: http://git-wip-us.apache.org/repos/asf/marmotta/commit/959fb4e4
Tree: http://git-wip-us.apache.org/repos/asf/marmotta/tree/959fb4e4
Diff: http://git-wip-us.apache.org/repos/asf/marmotta/diff/959fb4e4

Branch: refs/heads/develop
Commit: 959fb4e4647f4e1286e497b95f622575973c3c79
Parents: c5ff79f
Author: Jakob Frank <ja...@apache.org>
Authored: Mon Feb 3 16:16:10 2014 +0100
Committer: Jakob Frank <ja...@apache.org>
Committed: Tue Feb 4 16:00:24 2014 +0100

----------------------------------------------------------------------
 extras/webjars/sgvizler/pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/marmotta/blob/959fb4e4/extras/webjars/sgvizler/pom.xml
----------------------------------------------------------------------
diff --git a/extras/webjars/sgvizler/pom.xml b/extras/webjars/sgvizler/pom.xml
index c9d1ec7..e78df80 100644
--- a/extras/webjars/sgvizler/pom.xml
+++ b/extras/webjars/sgvizler/pom.xml
@@ -50,6 +50,7 @@
                 </executions>
                 <configuration>
                     <nomunge>true</nomunge>
+                    <jswarn>false</jswarn>
                     <sourceDirectory>${project.basedir}/src/main/resources</sourceDirectory>
                     <output>${project.build.outputDirectory}/META-INF/resources/webjars/${project.artifactId}/${webjar.version}/sgvizler.js</output>
                 </configuration>