You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by bd...@apache.org on 2010/12/28 05:52:34 UTC

svn commit: r1053255 - in /forrest/trunk: plugins/pluginTemplate/build.xml whiteboard/plugins/org.apache.forrest.plugin.output.htmlArea/build.xml

Author: bdube
Date: Tue Dec 28 04:52:33 2010
New Revision: 1053255

URL: http://svn.apache.org/viewvc?rev=1053255&view=rev
Log:
Fix inherited property name and update plugin template to match

Modified:
    forrest/trunk/plugins/pluginTemplate/build.xml
    forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.htmlArea/build.xml

Modified: forrest/trunk/plugins/pluginTemplate/build.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/plugins/pluginTemplate/build.xml?rev=1053255&r1=1053254&r2=1053255&view=diff
==============================================================================
--- forrest/trunk/plugins/pluginTemplate/build.xml (original)
+++ forrest/trunk/plugins/pluginTemplate/build.xml Tue Dec 28 04:52:33 2010
@@ -33,7 +33,7 @@
 <!-- Add any additional installation work here in the build target, for example:
   <target name="build"
           description="Extract the tools">
-     <unzip dest="${plugins.localDeploy-dir}/${plugin-name}/resources">
+      <unzip dest="${forrest.plugins.localDeploy.dir}/${plugin-name}/resources">
        <fileset dir="tools">
           <include name="pluginBionaryTools.zip"/>
         </fileset>

Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.htmlArea/build.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.htmlArea/build.xml?rev=1053255&r1=1053254&r2=1053255&view=diff
==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.htmlArea/build.xml (original)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.htmlArea/build.xml Tue Dec 28 04:52:33 2010
@@ -29,7 +29,7 @@
   <import file="../build.xml"/>
   <target name="build"
           description="Extract the htmlArea distribtion">
-    <unzip dest="${plugins.localDeploy-dir}/${plugin-name}/resources">
+    <unzip dest="${forrest.plugins.localDeploy.dir}/${plugin-name}/resources">
       <fileset dir="tools">
         <include name="htmlArea_3.0-rc1.zip"/>
       </fileset>