Changeset 363 for trunk/org.bridgedb.webservice.biomart/src/org/bridgedb/webservice/biomart/util/Dataset.java
- Timestamp:
- 05/21/10 01:02:38 (2 years ago)
- Location:
- trunk
- Files:
-
- 3 modified
-
. (modified) (1 prop)
-
org.bridgedb.webservice.biomart (modified) (1 prop)
-
org.bridgedb.webservice.biomart/src/org/bridgedb/webservice/biomart/util/Dataset.java (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:ignore
-
old new 1 1 pub 2 3 .settings 4 5 .classpath 6 7 .project
-
- Property svn:ignore
-
trunk/org.bridgedb.webservice.biomart
-
Property
svn:ignore set
to
target
-
Property
svn:ignore set
to
-
trunk/org.bridgedb.webservice.biomart/src/org/bridgedb/webservice/biomart/util/Dataset.java
r308 r363 160 160 161 161 // only add attributes listed as "feature_page" 162 if ("feature_page".equals(page)) 162 // and "homologs" 163 if ("feature_page".equals(page) || "homologs".equals(page)) 163 164 attributes.put(parts[0], new Attribute( 164 165 parts[0], displayName, description, page));
