svn commit: r887845 - /forrest/trunk/main/forrest.build.xml
| Newsgroups | gmane.text.xml.forrest.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: bdube
Date: Mon Dec 7 06:20:32 2009
New Revision: 887845
URL: http://svn.apache.org/viewvc?rev=887845&view=rev
Log:
Issue FOR-1094
Set property to allow validate-stylesheets target to run properly
Modified:
forrest/trunk/main/forrest.build.xml
Modified: forrest/trunk/main/forrest.build.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/main/forrest.build.xml?rev=887845&r1=887844&r2=887845&view=diff
==============================================================================
--- forrest/trunk/main/forrest.build.xml (original)
+++ forrest/trunk/main/forrest.build.xml Mon Dec 7 06:20:32 2009
@@ -110,6 +110,7 @@
<property name="catalog" location="${project.home}/${project.catalog}" />
<property name="skins-dir" location="${project.home}/${project.skins-dir}" />
<property name="skinconf" location="${project.home}/${project.skinconf}" />
+ <property name="stylesheets-dir" location="${project.home}/${project.stylesheets-dir}" />
<property name="conf-dir" location="${project.home}/${project.conf-dir}" />
<property name="lib-dir" location="${project.home}/${project.lib-dir}" />
<property name="classes-dir" location="${project.home}/${project.classes-dir}" />