Skip to content

Commit

Permalink
Removed "classes" from plugin.xml classpath
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicholas Mathison committed Sep 23, 2016
1 parent 4d02a67 commit 99b065b
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions src/main/zip/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
]]></post-processing>
<command program='${agent:env/GROOVY_HOME}/bin/groovy'>
<arg value='-cp' />
<arg file='classes:lib/groovy-plugin-utils-1.0.jar' />
<arg file='lib/groovy-plugin-utils-1.0.jar' />
<arg file='tibco_buildear.groovy' />
<arg file='${PLUGIN_INPUT_PROPS}' />
<arg file='${PLUGIN_OUTPUT_PROPS}' />
Expand Down Expand Up @@ -87,7 +87,7 @@
]]></post-processing>
<command program='${agent:env/GROOVY_HOME}/bin/groovy'>
<arg value='-cp' />
<arg file='classes:lib/groovy-plugin-utils-1.0.jar' />
<arg file='lib/groovy-plugin-utils-1.0.jar' />
<arg file='tibco_multiple_buildear.groovy' />
<arg file='${PLUGIN_INPUT_PROPS}' />
<arg file='${PLUGIN_OUTPUT_PROPS}' />
Expand Down Expand Up @@ -134,7 +134,7 @@
]]></post-processing>
<command program='${agent:env/GROOVY_HOME}/bin/groovy'>
<arg value='-cp' />
<arg file='classes:lib/groovy-plugin-utils-1.0.jar' />
<arg file='lib/groovy-plugin-utils-1.0.jar' />
<arg file='tibco_deploy_ear.groovy' />
<arg file='${PLUGIN_INPUT_PROPS}' />
<arg file='${PLUGIN_OUTPUT_PROPS}' />
Expand Down Expand Up @@ -181,7 +181,7 @@
]]></post-processing>
<command program='${agent:env/GROOVY_HOME}/bin/groovy'>
<arg value='-cp' />
<arg file='classes:lib/groovy-plugin-utils-1.0.jar' />
<arg file='lib/groovy-plugin-utils-1.0.jar' />
<arg file='tibco_deploy_multiple_ears.groovy' />
<arg file='${PLUGIN_INPUT_PROPS}' />
<arg file='${PLUGIN_OUTPUT_PROPS}' />
Expand Down Expand Up @@ -253,7 +253,7 @@
]]></post-processing>
<command program='${agent:env/GROOVY_HOME}/bin/groovy'>
<arg value='-cp' />
<arg file='classes:lib/groovy-plugin-utils-1.0.jar' />
<arg file='lib/groovy-plugin-utils-1.0.jar' />
<arg file='tibco_ems_add_queues.groovy' />
<arg file='${PLUGIN_INPUT_PROPS}' />
<arg file='${PLUGIN_OUTPUT_PROPS}' />
Expand Down Expand Up @@ -325,7 +325,7 @@
]]></post-processing>
<command program='${agent:env/GROOVY_HOME}/bin/groovy'>
<arg value='-cp' />
<arg file='classes:lib/groovy-plugin-utils-1.0.jar' />
<arg file='lib/groovy-plugin-utils-1.0.jar' />
<arg file='tibco_ems_add_topics.groovy' />
<arg file='${PLUGIN_INPUT_PROPS}' />
<arg file='${PLUGIN_OUTPUT_PROPS}' />
Expand Down Expand Up @@ -398,7 +398,7 @@
]]></post-processing>
<command program='${agent:env/GROOVY_HOME}/bin/groovy'>
<arg value='-cp' />
<arg file='classes:lib/groovy-plugin-utils-1.0.jar' />
<arg file='lib/groovy-plugin-utils-1.0.jar' />
<arg file='tibco_ems_add_jndinames.groovy' />
<arg file='${PLUGIN_INPUT_PROPS}' />
<arg file='${PLUGIN_OUTPUT_PROPS}' />
Expand Down Expand Up @@ -468,7 +468,7 @@
]]></post-processing>
<command program='${agent:env/GROOVY_HOME}/bin/groovy'>
<arg value='-cp' />
<arg file='classes:lib/groovy-plugin-utils-1.0.jar' />
<arg file='lib/groovy-plugin-utils-1.0.jar' />
<arg file='tibco_ems_delete_queues.groovy' />
<arg file='${PLUGIN_INPUT_PROPS}' />
<arg file='${PLUGIN_OUTPUT_PROPS}' />
Expand Down Expand Up @@ -538,7 +538,7 @@
]]></post-processing>
<command program='${agent:env/GROOVY_HOME}/bin/groovy'>
<arg value='-cp' />
<arg file='classes:lib/groovy-plugin-utils-1.0.jar' />
<arg file='lib/groovy-plugin-utils-1.0.jar' />
<arg file='tibco_ems_delete_topics.groovy' />
<arg file='${PLUGIN_INPUT_PROPS}' />
<arg file='${PLUGIN_OUTPUT_PROPS}' />
Expand Down Expand Up @@ -608,7 +608,7 @@
]]></post-processing>
<command program='${agent:env/GROOVY_HOME}/bin/groovy'>
<arg value='-cp' />
<arg file='classes:lib/groovy-plugin-utils-1.0.jar' />
<arg file='lib/groovy-plugin-utils-1.0.jar' />
<arg file='tibco_ems_delete_jndinames.groovy' />
<arg file='${PLUGIN_INPUT_PROPS}' />
<arg file='${PLUGIN_OUTPUT_PROPS}' />
Expand Down

0 comments on commit 99b065b

Please sign in to comment.