0
|
1 <?xml version="1.0"?>
|
|
2 <tool_dependency>
|
|
3 <package name="installXena" version="1.0">
|
|
4 <install version="1.0">
|
|
5 <actions>
|
|
6 <action type="move_file">
|
|
7 <source>${REPOSITORY_INSTALL_DIR}/xena/xena.jar</source>
|
|
8 <destination>${INSTALL_DIR}</destination>
|
|
9 </action>
|
|
10 <action type="set_environment">
|
|
11 <environment_variable name="JAVA_JAR_PATH" action="set_to">$INSTALL_DIR</environment_variable>
|
|
12 </action>
|
|
13 <action type="set_environment">
|
|
14 <environment_variable name="XENA_BASE_DIR" action="set_to">$INSTALL_DIR/xena</environment_variable>
|
|
15 </action>
|
|
16 </actions>
|
|
17 </install>
|
|
18 </package>
|
|
19 </tool_dependency>
|