VirtualBox

source: vbox/trunk/src/libs/dita-ot-1.8.5/samples/ant_sample/template_xhtml.xml@ 99507

最後變更 在這個檔案從99507是 98584,由 vboxsync 提交於 2 年 前

Docs: bugref:10302. Setting svn properties of DITA-OT library.

  • 屬性 svn:eol-style 設為 native
  • 屬性 svn:keywords 設為 Author Date Id Revision
檔案大小: 1.1 KB
 
1<?xml version="1.0" encoding="UTF-8" ?>
2<!-- This file is part of the DITA Open Toolkit project hosted on
3 Sourceforge.net. See the accompanying license.txt file for
4 applicable licenses.-->
5<!-- (c) Copyright IBM Corp. 2004, 2006 All Rights Reserved. -->
6
7<!--
8 | basedir can be specified to other places base on your need.
9 |
10 | Note: input, output, and temp directories will base on the basedir if
11 | they are relative paths.
12 * -->
13
14<project name="@PROJECT.NAME@_xhtml" default="@DELIVERABLE.NAME@2xhtml" basedir=".">
15
16 <!-- dita.dir should point to the toolkit's root directory -->
17 <property name="dita.dir" location="${basedir}${file.separator}..${file.separator}.."/>
18
19 <target name="@DELIVERABLE.NAME@2xhtml">
20 <ant antfile="${dita.dir}${file.separator}build.xml">
21 <!-- please refer to the toolkit's document for supported parameters, and
22 specify them base on your needs -->
23 <property name="args.input" location="@DITA.INPUT@"/>
24 <property name="output.dir" location="@OUTPUT.DIR@"/>
25 <property name="transtype" value="xhtml"/>
26 </ant>
27 </target>
28</project>
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette