Skip to content

Commit

Permalink
Ignore *anything* net.bioclipse namespaced, not just the stuff from t…
Browse files Browse the repository at this point in the history
…he PropertySource
  • Loading branch information
egonw committed May 20, 2010
1 parent 10c9976 commit f75d3f9
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -334,7 +334,7 @@ private ArrayList<IPropertyDescriptor> setupProperties(IChemObject object) {
String label = ""+propKey;

// We do not add calculated properties for now
if (!label.startsWith(PREFIX)){
if (!label.startsWith("net.bioclipse.")){
descriptor = new TextPropertyDescriptor(label,label);
descriptor.setCategory("Molecular Properties");
cdkProperties.add(descriptor);
Expand Down

0 comments on commit f75d3f9

Please sign in to comment.