You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by br...@apache.org on 2004/10/27 17:57:30 UTC

svn commit: rev 55709 - forrest/trunk/tools/forrestbar

Author: brondsem
Date: Wed Oct 27 08:57:29 2004
New Revision: 55709

Modified:
   forrest/trunk/tools/forrestbar/   (props changed)
   forrest/trunk/tools/forrestbar/build.xml
Log:
ignore 'build' dir; update paths due to restructure

Modified: forrest/trunk/tools/forrestbar/build.xml
==============================================================================
--- forrest/trunk/tools/forrestbar/build.xml	(original)
+++ forrest/trunk/tools/forrestbar/build.xml	Wed Oct 27 08:57:29 2004
@@ -14,7 +14,7 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<project default="forrestbar" basedir="../.." name="forrestbar">
+<project default="forrestbar" basedir="." name="forrestbar">
 
   <description>Build script for the forrestbar</description>
   
@@ -28,7 +28,7 @@
   <!-- ForrestBar for Mozilla and MozillaFirebird                          -->
   <!-- =================================================================== -->
   <target name="forrestbar" depends="init">
-    <property name="xpi.dir" location="src/forrestbar/xpi"/>  
+    <property name="xpi.dir" location="xpi"/>  
     <mkdir dir="${build.dir}" />
     <mkdir dir="${build.dir}/work/forrestbar" />
     <mkdir dir="${build.dir}/work/forrestbar-jar" />