VirtualBox

source: vbox/trunk/src/libs/dita-ot-1.8.5/samples/ant_sample/template_eclipsehelp.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.2 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, 2005 All Rights Reserved. -->
6<!-- revise @PLACEHOLDER@ names and values-->
7
8<!--
9 | basedir can be specified to other places base on your need.
10 |
11 | Note: input, output, and temp directories will base on the basedir if
12 | they are relative paths.
13 * -->
14
15<project name="@PROJECT.NAME@_eclipsehelp" default="@DELIVERABLE.NAME@2eclipsehelp" basedir=".">
16
17 <!-- dita.dir should point to the toolkit's root directory -->
18 <property name="dita.dir" location="${basedir}${file.separator}..${file.separator}.."/>
19
20 <target name="@DELIVERABLE.NAME@2eclipsehelp">
21 <ant antfile="${dita.dir}${file.separator}build.xml">
22 <!-- please refer to the toolkit's document for supported parameters, and
23 specify them base on your needs -->
24 <property name="args.input" location="@DITA.INPUT@"/>
25 <property name="output.dir" location="@OUTPUT.DIR@"/>
26 <property name="transtype" value="eclipsehelp"/>
27 </ant>
28 </target>
29</project>
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

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