Subversion Repositories XServices

Rev

Rev 137 | Rev 157 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 137 Rev 144
Line 11... Line 11...
11
 
11
 
12
	<!-- XSLT Chunking Properties -->
12
	<!-- XSLT Chunking Properties -->
Line 13... Line 13...
13
	<property name="base.dir" value="${htmldir}" />
13
	<property name="base.dir" value="${htmldir}" />
-
 
14
 
-
 
15
	<target name="merge">
-
 
16
		<!-- XInclude support comes with Eclipse XML Tools Project,
-
 
17
			the Ant target needs to be executed in the Eclispe Workspace JRE
-
 
18
			in order to get found. Any custom project specific runtime
14
 
19
			may not work.
15
	<target name="merge">
20
		-->
Line 16... Line 21...
16
		<xsl.xinclude in="${docbooksource}/BruteXServices_User_Guide.xml" out="${docbooksource}/BruteXServices_User_Guide.dbk" />
21
		<xsl.xinclude in="${docbooksource}/BruteXServices_User_Guide.xml" out="${docbooksource}/BruteXServices_User_Guide.dbk" />
17
	</target>
22
	</target>