VirtualBox

source: vbox/trunk/src/libs/dita-ot-1.8.5/samples/ant_sample/sample_javahelp.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
檔案大小: 968 位元組
 
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<project name="sample_javahelp" default="samples.javahelp" basedir=".">
7
8 <property name="dita.dir" location="${basedir}/../.."/>
9
10 <target name="samples.javahelp" description="build the samples for JavaHelp" depends="clean.samples.javahelp">
11 <ant antfile="${dita.dir}/build.xml">
12 <property name="args.input" location="${dita.dir}/samples/hierarchy.ditamap"/>
13 <property name="output.dir" location="${dita.dir}/out/samples/javahelp"/>
14 <property name="transtype" value="javahelp"/>
15 </ant>
16 </target>
17
18 <target name="clean.samples.javahelp" description="remove the sample JavaHelp output">
19 <delete dir="${dita.dir}/out/samples/javahelp"/>
20 </target>
21
22</project>
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

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