[kepler-dev] [Bug 2368] New: - Remove svg icon properties from Workflow MOML files
bugzilla-daemon at ecoinformatics.org
bugzilla-daemon at ecoinformatics.org
Thu Feb 23 17:51:02 PST 2006
http://bugzilla.ecoinformatics.org/show_bug.cgi?id=2368
Summary: Remove svg icon properties from Workflow MOML files
Product: Kepler
Version: 1.0.0beta2
Platform: Other
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: interface
AssignedTo: brooke at nceas.ucsb.edu
ReportedBy: brooke at nceas.ucsb.edu
QAContact: kepler-dev at ecoinformatics.org
Need to remove svg icon and thumbnail icon properties from workflow MOML files
in the kepler/workflows directory. The specific text to remove in each case is
all occurrences of:
<property name="_svgIcon" class="some.class.name.Here">
<configure>/svg/IconNameHere.svg</configure>
</property>
<property name="_thumbnailRasterIcon" class="some.class.name.Here">
<configure>/actorthumbs/IconNameHere-sm.gif</configure>
</property>
NOTE - don't just cut and paste the above text - you need to replace
"some.class.name.Here" and "IconNameHere" with the real values :-)
More information about the Kepler-dev
mailing list