Author: jvanzyl Date: Tue May 31 11:10:25 2005 New Revision: 179251 URL: http://svn.apache.org/viewcvs?rev=179251&view=rev Log: o updating for the new runtime generator which incorporates the new jsw stuff and a fix for dependency handling. Modified: maven/continuum/trunk/continuum-plexus-application/app.properties maven/continuum/trunk/continuum-plexus-application/pom.xml Modified: maven/continuum/trunk/continuum-plexus-application/app.properties URL: http://svn.apache.org/viewcvs/maven/continuum/trunk/continuum-plexus-application/app.properties?rev=179251&r1=179250&r2=179251&view=diff ============================================================================== --- maven/continuum/trunk/continuum-plexus-application/app.properties (original) +++ maven/continuum/trunk/continuum-plexus-application/app.properties Tue May 31 11:10:25 2005 @@ -1,3 +1,7 @@ +app.name=continuum +app.long.name=continuum +app.description=Continuous integration server + # Set this property to send all notification # emails to the specified address # nobody@localhost Modified: maven/continuum/trunk/continuum-plexus-application/pom.xml URL: http://svn.apache.org/viewcvs/maven/continuum/trunk/continuum-plexus-application/pom.xml?rev=179251&r1=179250&r2=179251&view=diff ============================================================================== --- maven/continuum/trunk/continuum-plexus-application/pom.xml (original) +++ maven/continuum/trunk/continuum-plexus-application/pom.xml Tue May 31 11:10:25 2005 @@ -99,7 +99,7 @@ maven-plexus-plugin - 1.1-alpha-2 + 1.1-alpha-3-SNAPSHOT app @@ -117,6 +117,7 @@ test-runtime src/test/conf/testRuntimeConfiguration.xml + app.properties