Skip to content

Commit

Permalink
added secret property value
Browse files Browse the repository at this point in the history
  • Loading branch information
jonalv committed Jun 7, 2012
1 parent 12248f8 commit 2d7c6bd
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions plugins/net.bioclipse.structuredb/plugin.xml
Expand Up @@ -4,13 +4,14 @@
<extension point="net.bioclipse.usermanager.accountType">
<AccountType name="net.bioclipse.structuredb.AccountType">
<property name="net.bioclipse.structuredb.url"
required="true">
required="true"
secret="false">
</property>
<property name="net.bioclipse.structuredb.type"
required="true">
required="true" secret="false">
</property>
<property name="net.bioclipse.structuredb.name"
required="true">
required="true" secret="false">
</property>
</AccountType>
</extension>
Expand Down

0 comments on commit 2d7c6bd

Please sign in to comment.