Skip to content

Commit

Permalink
Updated it so it can make use of the new possibilities in the extension
Browse files Browse the repository at this point in the history
point  "accountType".
  • Loading branch information
KlasJoensson committed Mar 5, 2012
1 parent d58b95d commit 000819a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 12 deletions.
7 changes: 5 additions & 2 deletions plugins/net.bioclipse.opentox/plugin.xml
Expand Up @@ -43,14 +43,17 @@
point="net.bioclipse.usermanager.accountType">
<AccountType
id="net.bioclipse.opentox.OpenSSOAccount"
logoPath="platform:/plugin/net.bioclipse.opentox.ui/icons/opentox.jpg"
name="OpenTox OpenSSO Account">
<property
name="username"
required="true">
required="true"
secret="false">
</property>
<property
name="password"
required="true">
required="true"
secret="true">
</property>
</AccountType>
</extension>
Expand Down
10 changes: 0 additions & 10 deletions plugins/net.bioclipse.opentox/schema/net.bioclipse.opentox.exsd
Expand Up @@ -63,16 +63,6 @@
</documentation>
</annotation>
</attribute>
<attribute name="icon" type="string">
<annotation>
<documentation>

</documentation>
<appinfo>
<meta.attribute kind="resource"/>
</appinfo>
</annotation>
</attribute>
<attribute name="serviceURL" type="string">
<annotation>
<documentation>
Expand Down

0 comments on commit 000819a

Please sign in to comment.