You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by bd...@apache.org on 2008/04/30 07:39:41 UTC

svn commit: r652267 - /incubator/sling/trunk/launchpad/webapp/pom.xml

Author: bdelacretaz
Date: Tue Apr 29 22:39:41 2008
New Revision: 652267

URL: http://svn.apache.org/viewvc?rev=652267&view=rev
Log:
SLING-396 - add missing jcr-client.properties

Modified:
    incubator/sling/trunk/launchpad/webapp/pom.xml

Modified: incubator/sling/trunk/launchpad/webapp/pom.xml
URL: http://svn.apache.org/viewvc/incubator/sling/trunk/launchpad/webapp/pom.xml?rev=652267&r1=652266&r2=652267&view=diff
==============================================================================
--- incubator/sling/trunk/launchpad/webapp/pom.xml (original)
+++ incubator/sling/trunk/launchpad/webapp/pom.xml Tue Apr 29 22:39:41 2008
@@ -208,9 +208,7 @@
                             <includes>
                                 <include>resources/**</include>
                                 <include>sling.properties</include>
-                                <include>
-                                    sling_install.properties
-                                </include>
+                                <include>sling_install.properties</include>
                                 <include>jre-*.properties</include>
                             </includes>
                             <excludes>
@@ -225,6 +223,16 @@
                                 </exclude>
                             </excludes>
                         </resource>
+                        <!-- selected WEB-INF resources -->
+                        <resource>
+                            <directory>
+                                ${basedir}/target/launchpad-app
+                            </directory>
+                            <targetPath>/</targetPath>
+                            <includes>
+                                <include>WEB-INF/jcr-client.properties</include>
+                            </includes>
+                        </resource>
                     </webResources>
                 </configuration>
             </plugin>