Return-Path: Delivered-To: apmail-forrest-svn-archive@www.apache.org Received: (qmail 35274 invoked from network); 8 Jun 2005 20:30:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 8 Jun 2005 20:30:04 -0000 Received: (qmail 24764 invoked by uid 500); 8 Jun 2005 20:30:03 -0000 Delivered-To: apmail-forrest-svn-archive@forrest.apache.org Received: (qmail 24721 invoked by uid 500); 8 Jun 2005 20:30:03 -0000 Mailing-List: contact svn-help@forrest.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: "Forrest Developers List" List-Id: Delivered-To: mailing list svn@forrest.apache.org Received: (qmail 24708 invoked by uid 99); 8 Jun 2005 20:30:02 -0000 X-ASF-Spam-Status: No, hits=-9.8 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from minotaur.apache.org (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.28) with SMTP; Wed, 08 Jun 2005 13:29:58 -0700 Received: (qmail 33526 invoked by uid 65534); 8 Jun 2005 20:23:06 -0000 Message-ID: <20050608202306.33522.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Subject: svn commit: r189630 - in /forrest/trunk/plugins: build.xml pluginTemplate/build.xml plugins.xml Date: Wed, 08 Jun 2005 20:23:05 -0000 To: svn@forrest.apache.org From: rgardler@apache.org X-Mailer: svnmailer-1.0.0-dev X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: rgardler Date: Wed Jun 8 13:23:04 2005 New Revision: 189630 URL: http://svn.apache.org/viewcvs?rev=3D189630&view=3Drev Log: add a little more interactivity to the seeding of a new plugin, add some ad= ditional properties to the plugin build file, revert last change of propert= y name in main build file Modified: forrest/trunk/plugins/build.xml forrest/trunk/plugins/pluginTemplate/build.xml forrest/trunk/plugins/plugins.xml Modified: forrest/trunk/plugins/build.xml URL: http://svn.apache.org/viewcvs/forrest/trunk/plugins/build.xml?rev=3D18= 9630&r1=3D189629&r2=3D189630&view=3Ddiff =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D --- forrest/trunk/plugins/build.xml (original) +++ forrest/trunk/plugins/build.xml Wed Jun 8 13:23:04 2005 @@ -17,10 +17,10 @@ --> - + - + =20 =20 =20 @@ -42,7 +42,7 @@ - + @@ -238,7 +238,7 @@ =20 Deploying ${plugin-name} to the web server =09 @@ -320,6 +320,12 @@ + =20 + + @@ -328,15 +334,16 @@ filtering=3D"true"> + + + =20 - + =20 =20 Modified: forrest/trunk/plugins/pluginTemplate/build.xml URL: http://svn.apache.org/viewcvs/forrest/trunk/plugins/pluginTemplate/bui= ld.xml?rev=3D189630&r1=3D189629&r2=3D189630&view=3Ddiff =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D --- forrest/trunk/plugins/pluginTemplate/build.xml (original) +++ forrest/trunk/plugins/pluginTemplate/build.xml Wed Jun 8 13:23:04 2005 @@ -16,9 +16,15 @@ limitations under the License. --> - + + - + + + + + + =20 =20