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 2014/08/27 09:40:40 UTC

git commit: WICKET-5685 jquery.wicketatmosphere.js is not packed in wicket-atmosphere.jar and thus leads to 404

Repository: wicket
Updated Branches:
  refs/heads/wicket-6.x cf8fce943 -> 2dd4f515d


WICKET-5685 jquery.wicketatmosphere.js is not packed in wicket-atmosphere.jar and thus leads to 404


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

Branch: refs/heads/wicket-6.x
Commit: 2dd4f515d7d4eefd272b1d79793b9efcd009ee61
Parents: cf8fce9
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
Authored: Wed Aug 27 10:40:16 2014 +0300
Committer: Martin Tzvetanov Grigorov <mg...@apache.org>
Committed: Wed Aug 27 10:40:16 2014 +0300

----------------------------------------------------------------------
 wicket-experimental/wicket-atmosphere/pom.xml | 7 +++++++
 1 file changed, 7 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/2dd4f515/wicket-experimental/wicket-atmosphere/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-experimental/wicket-atmosphere/pom.xml b/wicket-experimental/wicket-atmosphere/pom.xml
index 1ac31b2..f68e633 100644
--- a/wicket-experimental/wicket-atmosphere/pom.xml
+++ b/wicket-experimental/wicket-atmosphere/pom.xml
@@ -82,6 +82,13 @@
                 <directory>src/main/resources</directory>
                 <filtering>false</filtering>
             </resource>
+            <resource>
+                <directory>src/main/java</directory>
+                <filtering>false</filtering>
+                <includes>
+                    <include>**/jquery.wicketatmosphere.js</include>
+                </includes>
+            </resource>
         </resources>
         <plugins>
             <plugin>