From easyant-commits-return-94-apmail-incubator-easyant-commits-archive=incubator.apache.org@incubator.apache.org Tue Feb 22 15:56:42 2011 Return-Path: Delivered-To: apmail-incubator-easyant-commits-archive@minotaur.apache.org Received: (qmail 19912 invoked from network); 22 Feb 2011 15:56:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 22 Feb 2011 15:56:42 -0000 Received: (qmail 5571 invoked by uid 500); 22 Feb 2011 15:56:42 -0000 Delivered-To: apmail-incubator-easyant-commits-archive@incubator.apache.org Received: (qmail 5551 invoked by uid 500); 22 Feb 2011 15:56:42 -0000 Mailing-List: contact easyant-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: easyant-dev@incubator.apache.org Delivered-To: mailing list easyant-commits@incubator.apache.org Received: (qmail 5537 invoked by uid 99); 22 Feb 2011 15:56:41 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Feb 2011 15:56:41 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Feb 2011 15:56:37 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 50F6C23889EA; Tue, 22 Feb 2011 15:56:17 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1073371 [2/28] - in /incubator/easyant/core/trunk: ./ bin/ example/build-configurations/ example/build-configurations/src/main/java/org/apache/easyant/example/ example/build-configurations/src/test/java/org/apache/easyant/example/ example/... Date: Tue, 22 Feb 2011 15:56:09 -0000 To: easyant-commits@incubator.apache.org From: hibou@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110222155617.50F6C23889EA@eris.apache.org> Modified: incubator/easyant/core/trunk/example/standard-scala-app/src/main/scala/org/apache/easyant/example/Example.scala URL: http://svn.apache.org/viewvc/incubator/easyant/core/trunk/example/standard-scala-app/src/main/scala/org/apache/easyant/example/Example.scala?rev=1073371&r1=1073370&r2=1073371&view=diff ============================================================================== --- incubator/easyant/core/trunk/example/standard-scala-app/src/main/scala/org/apache/easyant/example/Example.scala (original) +++ incubator/easyant/core/trunk/example/standard-scala-app/src/main/scala/org/apache/easyant/example/Example.scala Tue Feb 22 15:55:55 2011 @@ -32,4 +32,4 @@ object Example extends Application { println(sayHello("EasyAnt")) -} \ No newline at end of file +} Modified: incubator/easyant/core/trunk/example/standard-scala-app/src/test/scala/org/apache/easyant/example/ExampleTest.scala URL: http://svn.apache.org/viewvc/incubator/easyant/core/trunk/example/standard-scala-app/src/test/scala/org/apache/easyant/example/ExampleTest.scala?rev=1073371&r1=1073370&r2=1073371&view=diff ============================================================================== --- incubator/easyant/core/trunk/example/standard-scala-app/src/test/scala/org/apache/easyant/example/ExampleTest.scala (original) +++ incubator/easyant/core/trunk/example/standard-scala-app/src/test/scala/org/apache/easyant/example/ExampleTest.scala Tue Feb 22 15:55:55 2011 @@ -24,13 +24,13 @@ import junit.Assert.assertEquals class ExampleTest { - @Test def testExample() { - assertEquals("Hello EasyAnt!", Example.sayHello("EasyAnt")); - } + @Test def testExample() { + assertEquals("Hello EasyAnt!", Example.sayHello("EasyAnt")); + } - @Test def testTestResources() { - val props = new Properties(); - props.load(this.getClass.getResourceAsStream("/test.properties")); - assertEquals("Hello Test", props.getProperty("test.example")); - } -} \ No newline at end of file + @Test def testTestResources() { + val props = new Properties(); + props.load(this.getClass.getResourceAsStream("/test.properties")); + assertEquals("Hello Test", props.getProperty("test.example")); + } +} Modified: incubator/easyant/core/trunk/example/std-java-with-documentation/module.ivy URL: http://svn.apache.org/viewvc/incubator/easyant/core/trunk/example/std-java-with-documentation/module.ivy?rev=1073371&r1=1073370&r2=1073371&view=diff ============================================================================== --- incubator/easyant/core/trunk/example/std-java-with-documentation/module.ivy (original) +++ incubator/easyant/core/trunk/example/std-java-with-documentation/module.ivy Tue Feb 22 15:55:55 2011 @@ -15,35 +15,35 @@ limitations under the License. --> - - - this project is similar to standard-java-application example exept that it provide documentation examples - - - - - - - - - - - - - - - - + + + this project is similar to standard-java-application example exept that it provide documentation examples + + + + + + + + + + + + + + + + Modified: incubator/easyant/core/trunk/example/std-java-with-documentation/src/main/java/org/apache/easyant/example/Example.java URL: http://svn.apache.org/viewvc/incubator/easyant/core/trunk/example/std-java-with-documentation/src/main/java/org/apache/easyant/example/Example.java?rev=1073371&r1=1073370&r2=1073371&view=diff ============================================================================== --- incubator/easyant/core/trunk/example/std-java-with-documentation/src/main/java/org/apache/easyant/example/Example.java (original) +++ incubator/easyant/core/trunk/example/std-java-with-documentation/src/main/java/org/apache/easyant/example/Example.java Tue Feb 22 15:55:55 2011 @@ -21,16 +21,16 @@ import java.io.IOException; import java.util.Properties; public class Example { - public static void main(String[] args) throws IOException { - System.out.println(new Example().sayHello("EasyAnt")); - } + public static void main(String[] args) throws IOException { + System.out.println(new Example().sayHello("EasyAnt")); + } - /* - * @param who Who says hello - */ - public String sayHello(String who) throws IOException { - Properties props = new Properties(); - props.load(Example.class.getResourceAsStream("/main.properties")); - return props.getProperty("example") + " " + who + "!"; - } + /* + * @param who Who says hello + */ + public String sayHello(String who) throws IOException { + Properties props = new Properties(); + props.load(Example.class.getResourceAsStream("/main.properties")); + return props.getProperty("example") + " " + who + "!"; + } } Modified: incubator/easyant/core/trunk/example/std-java-with-documentation/src/test/java/org/apache/easyant/example/ExampleTest.java URL: http://svn.apache.org/viewvc/incubator/easyant/core/trunk/example/std-java-with-documentation/src/test/java/org/apache/easyant/example/ExampleTest.java?rev=1073371&r1=1073370&r2=1073371&view=diff ============================================================================== --- incubator/easyant/core/trunk/example/std-java-with-documentation/src/test/java/org/apache/easyant/example/ExampleTest.java (original) +++ incubator/easyant/core/trunk/example/std-java-with-documentation/src/test/java/org/apache/easyant/example/ExampleTest.java Tue Feb 22 15:55:55 2011 @@ -22,12 +22,12 @@ import java.util.Properties; import junit.framework.TestCase; public class ExampleTest extends TestCase { - public void testExample() throws Exception { - assertEquals("Hello EasyAnt!", new Example().sayHello("EasyAnt")); - } - public void testTestResources() throws Exception { - Properties props = new Properties(); - props.load(Example.class.getResourceAsStream("/test.properties")); - assertEquals("Hello Test", props.getProperty("test.example")); - } + public void testExample() throws Exception { + assertEquals("Hello EasyAnt!", new Example().sayHello("EasyAnt")); + } + public void testTestResources() throws Exception { + Properties props = new Properties(); + props.load(Example.class.getResourceAsStream("/test.properties")); + assertEquals("Hello Test", props.getProperty("test.example")); + } } Modified: incubator/easyant/core/trunk/example/webapp-java/module.ivy URL: http://svn.apache.org/viewvc/incubator/easyant/core/trunk/example/webapp-java/module.ivy?rev=1073371&r1=1073370&r2=1073371&view=diff ============================================================================== --- incubator/easyant/core/trunk/example/webapp-java/module.ivy (original) +++ incubator/easyant/core/trunk/example/webapp-java/module.ivy Tue Feb 22 15:55:55 2011 @@ -15,39 +15,39 @@ limitations under the License. --> - - - This project is a sample of a java webapplication - - - - - - - - - - - - - - - - - - - - + + + This project is a sample of a java webapplication + + + + + + + + + + + + + + + + + + + + Modified: incubator/easyant/core/trunk/example/webapp-java/src/main/java/org/apache/easyant/example/Example.java URL: http://svn.apache.org/viewvc/incubator/easyant/core/trunk/example/webapp-java/src/main/java/org/apache/easyant/example/Example.java?rev=1073371&r1=1073370&r2=1073371&view=diff ============================================================================== --- incubator/easyant/core/trunk/example/webapp-java/src/main/java/org/apache/easyant/example/Example.java (original) +++ incubator/easyant/core/trunk/example/webapp-java/src/main/java/org/apache/easyant/example/Example.java Tue Feb 22 15:55:55 2011 @@ -21,16 +21,16 @@ import java.io.IOException; import java.util.Properties; public class Example { - public static void main(String[] args) throws IOException { - System.out.println(new Example().sayHello("EasyAnt")); - } + public static void main(String[] args) throws IOException { + System.out.println(new Example().sayHello("EasyAnt")); + } - /* - * @param who Who says hello - */ - public String sayHello(String who) throws IOException { - Properties props = new Properties(); - props.load(Example.class.getResourceAsStream("/main.properties")); - return props.getProperty("example") + " " + who + "!"; - } + /* + * @param who Who says hello + */ + public String sayHello(String who) throws IOException { + Properties props = new Properties(); + props.load(Example.class.getResourceAsStream("/main.properties")); + return props.getProperty("example") + " " + who + "!"; + } } Modified: incubator/easyant/core/trunk/example/webapp-java/src/test/java/org/apache/easyant/example/ExampleTest.java URL: http://svn.apache.org/viewvc/incubator/easyant/core/trunk/example/webapp-java/src/test/java/org/apache/easyant/example/ExampleTest.java?rev=1073371&r1=1073370&r2=1073371&view=diff ============================================================================== --- incubator/easyant/core/trunk/example/webapp-java/src/test/java/org/apache/easyant/example/ExampleTest.java (original) +++ incubator/easyant/core/trunk/example/webapp-java/src/test/java/org/apache/easyant/example/ExampleTest.java Tue Feb 22 15:55:55 2011 @@ -23,16 +23,16 @@ import org.testng.Assert; import org.testng.annotations.Test; public class ExampleTest { - - @Test - public void testExample() throws Exception { - Assert.assertEquals("Hello EasyAnt!", new Example().sayHello("EasyAnt")); - } + + @Test + public void testExample() throws Exception { + Assert.assertEquals("Hello EasyAnt!", new Example().sayHello("EasyAnt")); + } - @Test - public void testTestResources() throws Exception { - Properties props = new Properties(); - props.load(Example.class.getResourceAsStream("/test.properties")); - Assert.assertEquals("Hello Test", props.getProperty("test.example")); - } + @Test + public void testTestResources() throws Exception { + Properties props = new Properties(); + props.load(Example.class.getResourceAsStream("/test.properties")); + Assert.assertEquals("Hello Test", props.getProperty("test.example")); + } } Modified: incubator/easyant/core/trunk/example/webapp-java/src/test/resources/testng.xml URL: http://svn.apache.org/viewvc/incubator/easyant/core/trunk/example/webapp-java/src/test/resources/testng.xml?rev=1073371&r1=1073370&r2=1073371&view=diff ============================================================================== --- incubator/easyant/core/trunk/example/webapp-java/src/test/resources/testng.xml (original) +++ incubator/easyant/core/trunk/example/webapp-java/src/test/resources/testng.xml Tue Feb 22 15:55:55 2011 @@ -16,9 +16,9 @@ limitations under the License. --> - - - - - + + + + + Modified: incubator/easyant/core/trunk/ivysettings.xml URL: http://svn.apache.org/viewvc/incubator/easyant/core/trunk/ivysettings.xml?rev=1073371&r1=1073370&r2=1073371&view=diff ============================================================================== --- incubator/easyant/core/trunk/ivysettings.xml (original) +++ incubator/easyant/core/trunk/ivysettings.xml Tue Feb 22 15:55:55 2011 @@ -16,27 +16,27 @@ --> - - - - - - - - - - - - - - + + + + + + + + + + + + + + - + Modified: incubator/easyant/core/trunk/module.ant URL: http://svn.apache.org/viewvc/incubator/easyant/core/trunk/module.ant?rev=1073371&r1=1073370&r2=1073371&view=diff ============================================================================== --- incubator/easyant/core/trunk/module.ant (original) +++ incubator/easyant/core/trunk/module.ant Tue Feb 22 15:55:55 2011 @@ -18,64 +18,64 @@ xmlns:ea="antlib:org.apache.easyant" xmlns:ivy="antlib:org.apache.ivy.ant"> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - + + + + + + + + + + + + + + @@ -92,7 +92,7 @@ - + @@ -120,9 +120,9 @@ - + - @@ -181,15 +181,15 @@ - + - - - + + + - + @@ -197,24 +197,24 @@ - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - + @@ -224,10 +224,10 @@ - - - - + + + + - Modified: incubator/easyant/core/trunk/module.ivy URL: http://svn.apache.org/viewvc/incubator/easyant/core/trunk/module.ivy?rev=1073371&r1=1073370&r2=1073371&view=diff ============================================================================== --- incubator/easyant/core/trunk/module.ivy (original) +++ incubator/easyant/core/trunk/module.ivy Tue Feb 22 15:55:55 2011 @@ -15,26 +15,26 @@ limitations under the License. --> - + - - - - - + + + + + - - - + + + - - - - - + + + + + - + Modified: incubator/easyant/core/trunk/repository/extra-modules/org.apache.easyant.buildtypes/build-osgi-bundle-java/0.1/build-osgi-bundle-java.ant URL: http://svn.apache.org/viewvc/incubator/easyant/core/trunk/repository/extra-modules/org.apache.easyant.buildtypes/build-osgi-bundle-java/0.1/build-osgi-bundle-java.ant?rev=1073371&r1=1073370&r2=1073371&view=diff ============================================================================== --- incubator/easyant/core/trunk/repository/extra-modules/org.apache.easyant.buildtypes/build-osgi-bundle-java/0.1/build-osgi-bundle-java.ant (original) +++ incubator/easyant/core/trunk/repository/extra-modules/org.apache.easyant.buildtypes/build-osgi-bundle-java/0.1/build-osgi-bundle-java.ant Tue Feb 22 15:55:55 2011 @@ -15,38 +15,38 @@ limitations under the License. --> - - - - - + xmlns:ea="antlib:org.apache.easyant"> + + + + + - - - - - - + + + + + + - - - - + + + + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + Modified: incubator/easyant/core/trunk/repository/extra-modules/org.apache.easyant.buildtypes/build-osgi-bundle-java/0.1/build-osgi-bundle-java.ivy URL: http://svn.apache.org/viewvc/incubator/easyant/core/trunk/repository/extra-modules/org.apache.easyant.buildtypes/build-osgi-bundle-java/0.1/build-osgi-bundle-java.ivy?rev=1073371&r1=1073370&r2=1073371&view=diff ============================================================================== --- incubator/easyant/core/trunk/repository/extra-modules/org.apache.easyant.buildtypes/build-osgi-bundle-java/0.1/build-osgi-bundle-java.ivy (original) +++ incubator/easyant/core/trunk/repository/extra-modules/org.apache.easyant.buildtypes/build-osgi-bundle-java/0.1/build-osgi-bundle-java.ivy Tue Feb 22 15:55:55 2011 @@ -15,14 +15,14 @@ limitations under the License. --> - - A standard build for osgi bundle modules, relying on standard phases, and providing compilation, execution and unit tests - - - - - + + A standard build for osgi bundle modules, relying on standard phases, and providing compilation, execution and unit tests + + + + + Modified: incubator/easyant/core/trunk/repository/extra-modules/org.apache.easyant.buildtypes/build-osgi-bundle-java/0.1/build-osgi-bundle-java.properties URL: http://svn.apache.org/viewvc/incubator/easyant/core/trunk/repository/extra-modules/org.apache.easyant.buildtypes/build-osgi-bundle-java/0.1/build-osgi-bundle-java.properties?rev=1073371&r1=1073370&r2=1073371&view=diff ============================================================================== --- incubator/easyant/core/trunk/repository/extra-modules/org.apache.easyant.buildtypes/build-osgi-bundle-java/0.1/build-osgi-bundle-java.properties (original) +++ incubator/easyant/core/trunk/repository/extra-modules/org.apache.easyant.buildtypes/build-osgi-bundle-java/0.1/build-osgi-bundle-java.properties Tue Feb 22 15:55:55 2011 @@ -35,4 +35,4 @@ target.report=${target}/report manifest.file=${target}/MANIFEST.MF -test.framework=junit \ No newline at end of file +test.framework=junit Modified: incubator/easyant/core/trunk/repository/extra-modules/org.apache.easyant.plugins/coverage-cobertura/0.1/coverage-cobertura.ant URL: http://svn.apache.org/viewvc/incubator/easyant/core/trunk/repository/extra-modules/org.apache.easyant.plugins/coverage-cobertura/0.1/coverage-cobertura.ant?rev=1073371&r1=1073370&r2=1073371&view=diff ============================================================================== --- incubator/easyant/core/trunk/repository/extra-modules/org.apache.easyant.plugins/coverage-cobertura/0.1/coverage-cobertura.ant (original) +++ incubator/easyant/core/trunk/repository/extra-modules/org.apache.easyant.plugins/coverage-cobertura/0.1/coverage-cobertura.ant Tue Feb 22 15:55:55 2011 @@ -15,80 +15,80 @@ limitations under the License. --> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + xmlns:ac="antlib:net.sf.antcontrib" + xmlns:ea="antlib:org.apache.easyant"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Modified: incubator/easyant/core/trunk/repository/extra-modules/org.apache.easyant.plugins/coverage-cobertura/0.1/coverage-cobertura.ivy URL: http://svn.apache.org/viewvc/incubator/easyant/core/trunk/repository/extra-modules/org.apache.easyant.plugins/coverage-cobertura/0.1/coverage-cobertura.ivy?rev=1073371&r1=1073370&r2=1073371&view=diff ============================================================================== --- incubator/easyant/core/trunk/repository/extra-modules/org.apache.easyant.plugins/coverage-cobertura/0.1/coverage-cobertura.ivy (original) +++ incubator/easyant/core/trunk/repository/extra-modules/org.apache.easyant.plugins/coverage-cobertura/0.1/coverage-cobertura.ivy Tue Feb 22 15:55:55 2011 @@ -15,19 +15,19 @@ limitations under the License. --> - - + + Provides test code coverage report using cobertura framework. - - - - - - - - - + + + + + + + + + Modified: incubator/easyant/core/trunk/repository/extra-modules/org.apache.easyant.plugins/docbook/0.1/docbook.ant URL: http://svn.apache.org/viewvc/incubator/easyant/core/trunk/repository/extra-modules/org.apache.easyant.plugins/docbook/0.1/docbook.ant?rev=1073371&r1=1073370&r2=1073371&view=diff ============================================================================== --- incubator/easyant/core/trunk/repository/extra-modules/org.apache.easyant.plugins/docbook/0.1/docbook.ant (original) +++ incubator/easyant/core/trunk/repository/extra-modules/org.apache.easyant.plugins/docbook/0.1/docbook.ant Tue Feb 22 15:55:55 2011 @@ -15,77 +15,77 @@ limitations under the License. --> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Unpacking docbook XSL distribution... - - - - - - - - - - - - - - - - - - - - - - + xmlns:ivy="antlib:org.apache.ivy.ant" + xmlns:m="http://ant.apache.org/ivy/maven" + xmlns:ea="antlib:org.apache.easyant"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Unpacking docbook XSL distribution... + + + + + + + + + + + + + + + + + + + + + + - - + + Modified: incubator/easyant/core/trunk/repository/extra-modules/org.apache.easyant.plugins/docbook/0.1/docbook.ivy URL: http://svn.apache.org/viewvc/incubator/easyant/core/trunk/repository/extra-modules/org.apache.easyant.plugins/docbook/0.1/docbook.ivy?rev=1073371&r1=1073370&r2=1073371&view=diff ============================================================================== --- incubator/easyant/core/trunk/repository/extra-modules/org.apache.easyant.plugins/docbook/0.1/docbook.ivy (original) +++ incubator/easyant/core/trunk/repository/extra-modules/org.apache.easyant.plugins/docbook/0.1/docbook.ivy Tue Feb 22 15:55:55 2011 @@ -15,28 +15,28 @@ limitations under the License. --> - - Generates project documentation as HTML or PDF using docbook-xsl. - See http://www.sagehill.net/docbookxsl - for instructions on writing DocBook documentation and configuring the DocBook generator. - - - - - - + + Generates project documentation as HTML or PDF using docbook-xsl. + See http://www.sagehill.net/docbookxsl + for instructions on writing DocBook documentation and configuring the DocBook generator. + + + + + + - - - - - - - - + + + + + + + + Modified: incubator/easyant/core/trunk/repository/extra-modules/org.apache.easyant.plugins/emma/0.1/emma.ant URL: http://svn.apache.org/viewvc/incubator/easyant/core/trunk/repository/extra-modules/org.apache.easyant.plugins/emma/0.1/emma.ant?rev=1073371&r1=1073370&r2=1073371&view=diff ============================================================================== --- incubator/easyant/core/trunk/repository/extra-modules/org.apache.easyant.plugins/emma/0.1/emma.ant (original) +++ incubator/easyant/core/trunk/repository/extra-modules/org.apache.easyant.plugins/emma/0.1/emma.ant Tue Feb 22 15:55:55 2011 @@ -15,77 +15,77 @@ limitations under the License. --> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + xmlns:ac="antlib:net.sf.antcontrib" + xmlns:ea="antlib:org.apache.easyant"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + - - + + Modified: incubator/easyant/core/trunk/repository/extra-modules/org.apache.easyant.plugins/emma/0.1/emma.ivy URL: http://svn.apache.org/viewvc/incubator/easyant/core/trunk/repository/extra-modules/org.apache.easyant.plugins/emma/0.1/emma.ivy?rev=1073371&r1=1073370&r2=1073371&view=diff ============================================================================== --- incubator/easyant/core/trunk/repository/extra-modules/org.apache.easyant.plugins/emma/0.1/emma.ivy (original) +++ incubator/easyant/core/trunk/repository/extra-modules/org.apache.easyant.plugins/emma/0.1/emma.ivy Tue Feb 22 15:55:55 2011 @@ -15,20 +15,20 @@ limitations under the License. --> - - + + This module provides coverage report using emma framework.
Emma library and instrumentation classes (classes used for coverage report) will be prepended at the begining of compile.test.classpath and lib.test.classpath. -
-
- - - - - - - +
+
+ + + + + + +
Modified: incubator/easyant/core/trunk/repository/extra-modules/org.apache.easyant.plugins/jetty-deploy/0.1/jetty-deploy.ant URL: http://svn.apache.org/viewvc/incubator/easyant/core/trunk/repository/extra-modules/org.apache.easyant.plugins/jetty-deploy/0.1/jetty-deploy.ant?rev=1073371&r1=1073370&r2=1073371&view=diff ============================================================================== --- incubator/easyant/core/trunk/repository/extra-modules/org.apache.easyant.plugins/jetty-deploy/0.1/jetty-deploy.ant (original) +++ incubator/easyant/core/trunk/repository/extra-modules/org.apache.easyant.plugins/jetty-deploy/0.1/jetty-deploy.ant Tue Feb 22 15:55:55 2011 @@ -16,35 +16,35 @@ --> - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + - + Modified: incubator/easyant/core/trunk/repository/extra-modules/org.apache.easyant.plugins/jetty-deploy/0.1/jetty-deploy.ivy URL: http://svn.apache.org/viewvc/incubator/easyant/core/trunk/repository/extra-modules/org.apache.easyant.plugins/jetty-deploy/0.1/jetty-deploy.ivy?rev=1073371&r1=1073370&r2=1073371&view=diff ============================================================================== --- incubator/easyant/core/trunk/repository/extra-modules/org.apache.easyant.plugins/jetty-deploy/0.1/jetty-deploy.ivy (original) +++ incubator/easyant/core/trunk/repository/extra-modules/org.apache.easyant.plugins/jetty-deploy/0.1/jetty-deploy.ivy Tue Feb 22 15:55:55 2011 @@ -15,37 +15,37 @@ limitations under the License. --> - - - A developer-convenience module for quick war-build-and-deploy with jetty (v 6.1.4). This module will - build a webapplication (following same requirements as build-webapp-java module), launch - jetty and deploy the built application.
- The user can pass the following additional parameters for configuring the jetty run: -
    -
  1. jetty.temp.dir: Jetty temp working directory. Defaults to: target/jetty-temp.
  2. -
  3. jetty.xml: Jetty Configuration XML. If unspecified, defaults to standard jetty XML - shipped with jetty 6.1.4.
  4. -
  5. jetty.context: Context the webapplication should be deployed in. If unspecified, - defaults to Root (/) context.
  6. -

- Each of these can be selectively overriden by the user. To override, in your module.ivy, include - a property file in the module ivy description. -
-
- - - - - - - - - - - - - + + + A developer-convenience module for quick war-build-and-deploy with jetty (v 6.1.4). This module will + build a webapplication (following same requirements as build-webapp-java module), launch + jetty and deploy the built application.
+ The user can pass the following additional parameters for configuring the jetty run: +
    +
  1. jetty.temp.dir: Jetty temp working directory. Defaults to: target/jetty-temp.
  2. +
  3. jetty.xml: Jetty Configuration XML. If unspecified, defaults to standard jetty XML + shipped with jetty 6.1.4.
  4. +
  5. jetty.context: Context the webapplication should be deployed in. If unspecified, + defaults to Root (/) context.
  6. +

+ Each of these can be selectively overriden by the user. To override, in your module.ivy, include + a property file in the module ivy description. +
+
+ + + + + + + + + + + + +