Guest User

Untitled

a guest
Jun 14th, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. <macrodef name="setapplications">
  2. <attribute name="apps"/>
  3. <sequential>
  4. <property name="applications" value="@{apps}" />
  5. </sequential>
  6. </macrodef>
  7.  
  8. <target name="define.V3.1_no_cluster.applications" if="container.is.V3.1_no_cluster">
  9. <setapplica
Add Comment
Please, Sign In to add comment