VirtualBox

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

Last change on this file since 98918 was 98584, checked in by vboxsync, 2 years ago

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

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 957 bytes
Line 
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. 2005, 2006 All Rights Reserved. -->
6<project name="sample_wordrtf" default="samples.wordrtf" basedir=".">
7
8 <property name="dita.dir" location="${basedir}/../.."/>
9
10 <target name="samples.wordrtf" description="transform the samples to RTF" depends="clean.samples.wordrtf">
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/wordrtf"/>
14 <property name="transtype" value="wordrtf"/>
15 </ant>
16 </target>
17
18 <target name="clean.samples.wordrtf" description="remove the sample RTF output">
19 <delete dir="${dita.dir}/out/samples/wordrtf"/>
20 </target>
21
22</project>
Note: See TracBrowser for help on using the repository browser.

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