alximports

Description

Defines a set of .alx files to be imported. 

This element uses the same syntax as FileSet Ant task. Actually it is extended FileSet task. Please refer to FileSet task help for additional details. 

Examples

Add .alx files to a CLDC project.
<rapc ...> <!-- RAPC task definition -->
	<workspace...> <!-- Workspace definition -->
		<cldc src="Project.jdp" ...> <!-- Project definition -->
			...
				<alximports dir=".">
					<include name="lib/**/*.alx" />
				</alximports>
			...
		</cldc>
	</workspace>
</rapc>

This project will import all the files with *.alx extension, located in lib directory. 


Copyright © 2005-2006 eTaras.com. All rights Reserved.