Skip to content

Commit

Permalink
Adding extension data
Browse files Browse the repository at this point in the history
  • Loading branch information
jdewinne committed May 18, 2016
1 parent dbfb82a commit 58bc80e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ apply plugin: 'idea'
apply plugin: 'eclipse'
apply plugin: 'maven'

version="1.0.0"
version="1.0.1"

repositories {
mavenLocal()
Expand Down
Binary file added src/main/resources/ispw/compuware.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions src/main/resources/synthetic.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,16 @@
</type>

<type type="ispw.wzRequest" extends="xlrelease.PHPScript">
<property name="iconLocation" default="ispw/compuware.png" hidden="true" />

<property name="action" category="input" label="Action" kind="string" />
<property name="srid" category="input" label="SR id" kind="string" />
<property name="appl" category="input" label="Application" kind="string" />
<property name="level" category="input" label="Level" kind="string" />
<property name="relid" category="input" label="Release id" kind="string" />
<property name="user" category="input" label="User" kind="string" />
<property name="xltaskid" category="input" label="Task id" kind="string" />
<property name="xdata" category="input" default="y" label="Extension Data" kind="string" />
</type>

</synthetic>

0 comments on commit 58bc80e

Please sign in to comment.