You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by fm...@apache.org on 2008/09/15 22:01:52 UTC

svn commit: r695600 - /incubator/sling/trunk/extensions/gwt/sample/pom.xml

Author: fmeschbe
Date: Mon Sep 15 13:01:52 2008
New Revision: 695600

URL: http://svn.apache.org/viewvc?rev=695600&view=rev
Log:
The generated files from target/gwt must be stored below gwt
in the bundle.

Modified:
    incubator/sling/trunk/extensions/gwt/sample/pom.xml

Modified: incubator/sling/trunk/extensions/gwt/sample/pom.xml
URL: http://svn.apache.org/viewvc/incubator/sling/trunk/extensions/gwt/sample/pom.xml?rev=695600&r1=695599&r2=695600&view=diff
==============================================================================
--- incubator/sling/trunk/extensions/gwt/sample/pom.xml (original)
+++ incubator/sling/trunk/extensions/gwt/sample/pom.xml Mon Sep 15 13:01:52 2008
@@ -74,7 +74,7 @@
                             /gwt
                         </Sling-Bundle-Resources>
                         <Include-Resource>
-                            target/gwt,{maven-resources}
+                            gwt=target/gwt,{maven-resources}
                         </Include-Resource>
                     </instructions>
                 </configuration>