You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@velocity.apache.org by he...@apache.org on 2007/01/18 21:50:59 UTC

svn commit: r497567 - /velocity/docbook/trunk/docbook.properties

Author: henning
Date: Thu Jan 18 12:50:59 2007
New Revision: 497567

URL: http://svn.apache.org/viewvc?view=rev&rev=497567
Log:
Add defaults, reshuffle properties a bit.


Modified:
    velocity/docbook/trunk/docbook.properties

Modified: velocity/docbook/trunk/docbook.properties
URL: http://svn.apache.org/viewvc/velocity/docbook/trunk/docbook.properties?view=diff&rev=497567&r1=497566&r2=497567
==============================================================================
--- velocity/docbook/trunk/docbook.properties (original)
+++ velocity/docbook/trunk/docbook.properties Thu Jan 18 12:50:59 2007
@@ -12,6 +12,39 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
+########################################################################
+#
+# The following parameter usually get overwritten by the caller. 
+#
+# These are the default values that should work in most cases.
+#
+########################################################################
+
+# Where all the sources are located
+src.dir = ${basedir}/src
+
+# Location of custom style files (XSL)
+style.src.dir = ${basedir}/src/styles
+
+# Location of the docbook files
+docbook.src.dir = ${src.dir}/docbook
+
+# Target Directory
+target.dir = ${basedir}/target
+
+# Directory for temporary files
+tmp.dir = ${target.dir}/tmp
+
+# The size of the PDF pages.
+paper.type= Letter
+
+
+########################################################################
+#
+# End of default values. Don't change anything below this line.
+#
+########################################################################
+
 # The docbook XML and Style sheet versions used.
 # These must match the archives in src/zip!
 dbf.xml.version = 4.4
@@ -28,25 +61,6 @@
 
 # Location of the generic style xsl files.
 dbf.resolver.src.dir = ${dbf.src.dir}/resolver
-
-########################################################################
-#
-# The following parameter usually get overwritten by the caller. We
-# keep them here nevertheless to make sure that these expanded properties
-# are always resolved
-#
-########################################################################
-
-# The size of the PDF pages.
-paper.type= Letter
-
-# Target Directory
-target.dir = ${dbf.basedir}/target
-
-# Directory for temporary files
-tmp.dir = ${target.dir}/tmp
-
-########################################################################
 
 # Directories into which the docbook reference archives are expanded
 dbf.xml.dir = ${target.dir}/docbook-xml-${dbf.xml.version}