So we can use the down code to create single .alx file for laoding build to HH.
The below code is used to add more files into the project.
file1.cod
file2.cod
file3.cod
If you want to import more applications using single .alx file, then you need to include separate application tag for each and every individual application/project you need to import.
For example :
| <application id="myApp"><name ></name><description > myApp </description><version >1.0</version><vendor >Research In Motion Limited</vendor><copyright >Copyright (c) 2009 Research In Motion Limited</copyright><fileset Java="1.38"><directory ></directory><files > myApp.cod</files></fileset></application> |
You need to add a new

No comments:
Post a Comment