You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by cz...@apache.org on 2008/02/11 08:48:19 UTC

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

Author: cziegeler
Date: Sun Feb 10 23:48:18 2008
New Revision: 620435

URL: http://svn.apache.org/viewvc?rev=620435&view=rev
Log:
Looks like a strange config, but is correct....

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

Modified: incubator/sling/trunk/launchpad/launchpad-webapp/pom.xml
URL: http://svn.apache.org/viewvc/incubator/sling/trunk/launchpad/launchpad-webapp/pom.xml?rev=620435&r1=620434&r2=620435&view=diff
==============================================================================
--- incubator/sling/trunk/launchpad/launchpad-webapp/pom.xml (original)
+++ incubator/sling/trunk/launchpad/launchpad-webapp/pom.xml Sun Feb 10 23:48:18 2008
@@ -286,9 +286,12 @@
                     <sling.home>${basedir}/target/it/sling</sling.home>
                 </systemProperties>
               </container>
+              <configuration>
               <properties>
+                <cargo.servlet.port>8888</cargo.servlet.port>
                 <cargo.jvmargs>-Xdebug -Xnoagent -Xrunjdwp:transport=dt_socket,address=30333,server=y,suspend=y</cargo.jvmargs>
               </properties>
+              </configuration>
             </configuration>
           </plugin>
         </plugins>