[EMAIL PROTECTED] a écrit :

Author: thorsten
Date: Tue Aug  9 16:23:05 2005
New Revision: 231139

URL: http://svn.apache.org/viewcvs?rev=231139&view=rev
Log:
That small sh-script will deploy all related views plugins.

Added:
   forrest/trunk/bin/views.sh   (with props)

Added: forrest/trunk/bin/views.sh
URL: 
http://svn.apache.org/viewcvs/forrest/trunk/bin/views.sh?rev=231139&view=auto
==============================================================================
--- forrest/trunk/bin/views.sh (added)
+++ forrest/trunk/bin/views.sh Tue Aug  9 16:23:05 2005
@@ -0,0 +1,23 @@
+#!/bin/sh
+
+# Copyright 2002-2004 The Apache Software Foundation or its licensors,
Several times, the copyright in new files is 2002-2004. Is it normal ? Or do we have to change the dates : 2002-2005 ?

Salutations,
Cyriaque,

+# as applicable.
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+cd ../whiteboard/plugins/org.apache.forrest.plugin.internal.view/
+ant local-deploy
+cd ../org.apache.forrest.plugin.output.viewHelper.xhtml/
+ant local-deploy
+cd ../org.apache.forrest.plugin.input.viewHelper.xhtml.ls
+ant local-deploy
\ No newline at end of file

Propchange: forrest/trunk/bin/views.sh
------------------------------------------------------------------------------
   svn:executable = *

Propchange: forrest/trunk/bin/views.sh
------------------------------------------------------------------------------
   svn:keywords = Id svn:eol-style=native



Reply via email to