You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by mg...@apache.org on 2012/07/12 10:17:52 UTC

git commit: Disable YUICompressor for the new wicket-examples.

Updated Branches:
  refs/heads/master 08ad55b82 -> 55cd66005


Disable YUICompressor for the new wicket-examples.

It fails for prettyprint.js


Project: http://git-wip-us.apache.org/repos/asf/wicket/repo
Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/55cd6600
Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/55cd6600
Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/55cd6600

Branch: refs/heads/master
Commit: 55cd660053c5eb60e2879f075b863c239b71b16c
Parents: 08ad55b
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
Authored: Thu Jul 12 11:17:20 2012 +0300
Committer: Martin Tzvetanov Grigorov <mg...@apache.org>
Committed: Thu Jul 12 11:17:20 2012 +0300

----------------------------------------------------------------------
 .../wicket-examples-jar/pom.xml                    |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/55cd6600/wicket-experimental/wicket-examples-parent/wicket-examples-jar/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-experimental/wicket-examples-parent/wicket-examples-jar/pom.xml b/wicket-experimental/wicket-examples-parent/wicket-examples-jar/pom.xml
index 04f10eb..c811d0b 100644
--- a/wicket-experimental/wicket-examples-parent/wicket-examples-jar/pom.xml
+++ b/wicket-experimental/wicket-examples-parent/wicket-examples-jar/pom.xml
@@ -70,10 +70,10 @@
 	</dependencies>
     <build>
         <plugins>
-            <plugin>
-                <groupId>net.alchim31.maven</groupId>
-                <artifactId>yuicompressor-maven-plugin</artifactId>
-            </plugin>
+            <!--<plugin>-->
+                <!--<groupId>net.alchim31.maven</groupId>-->
+                <!--<artifactId>yuicompressor-maven-plugin</artifactId>-->
+            <!--</plugin>-->
         </plugins>
     </build>
 </project>