Subversion Repositories DevTools

Rev

Rev 1769 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1769 Rev 1771
Line 12... Line 12...
12
 
12
 
13
	<!-- CPPTask Source : http://ant-contrib.sourceforge.net/cc.html -->
13
	<!-- CPPTask Source : http://ant-contrib.sourceforge.net/cc.html -->
14
	<!-- Note the following REPLACE - TOKEN is a replacetag that gets set on release of this package -->
14
	<!-- Note the following REPLACE - TOKEN is a replacetag that gets set on release of this package -->
15
	<using name="cpptasks" version="REPLACE-TOKEN"/>
15
	<using name="cpptasks" version="REPLACE-TOKEN"/>
16
 
16
 
17
	<taskdef resource="cpptasks.tasks">
17
	<!-- Use a common classpath between taskdef & typedef, linking them via the loaderref attribute to
-
 
18
		 force them to be loaded with the same class loader - this ensures they are visible to each other.
-
 
19
	 -->
18
		<classpath>
20
	<path id="cpptasks.classpath">
19
		<pathelement path="${using.cpptasks.basedir}/jar/cpptasks.jar"/>
21
		<pathelement location="${using.cpptasks.basedir}/jar/cpptasks.jar"/>
20
		</classpath>
22
	</path>
21
	</taskdef>
-
 
22
 
23
 
23
	<typedef resource="cpptasks.types">
24
	<taskdef resource="cpptasks.tasks" classpathref="cpptasks.classpath" loaderref="cpptasks.classpath.loader" />
24
		<classpath>
25
 
25
		<pathelement path="${using.cpptasks.basedir}/jar/cpptasks.jar"/>
26
	<typedef resource="cpptasks.types" loaderref="cpptasks.classpath.loader"  />
26
		</classpath>
-
 
27
	</typedef>
-
 
28
 
27
 
29
</project>
28
</project>