Changeset 363 for trunk/org.bridgedb.bio
- Timestamp:
- 05/21/10 01:02:38 (2 years ago)
- Location:
- trunk
- Files:
-
- 5 added
- 4 modified
- 2 copied
-
. (modified) (1 prop)
-
org.bridgedb.bio (modified) (1 prop)
-
org.bridgedb.bio/build.xml (modified) (1 diff)
-
org.bridgedb.bio/pom.xml (added)
-
org.bridgedb.bio/resources (added)
-
org.bridgedb.bio/resources/org (added)
-
org.bridgedb.bio/resources/org/bridgedb (added)
-
org.bridgedb.bio/resources/org/bridgedb/bio (added)
-
org.bridgedb.bio/resources/org/bridgedb/bio/datasources.txt (copied) (copied from trunk/resources/datasources.txt)
-
org.bridgedb.bio/resources/org/bridgedb/bio/organisms.txt (copied) (copied from trunk/resources/organisms.txt)
-
org.bridgedb.bio/src/org/bridgedb/bio/Organism.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.bio
-
Property
svn:ignore set
to
target
-
Property
svn:ignore set
to
-
trunk/org.bridgedb.bio/build.xml
r325 r363 23 23 <classpath refid="class.path"/> 24 24 </javac> 25 <copy file=" ../resources/datasources.txt"25 <copy file="resources/org/bridgedb/bio/datasources.txt" 26 26 todir="build/org/bridgedb/bio" /> 27 <copy file=" ../resources/organisms.txt"27 <copy file="resources/org/bridgedb/bio/organisms.txt" 28 28 todir="build/org/bridgedb/bio" /> 29 29 </target> -
trunk/org.bridgedb.bio/src/org/bridgedb/bio/Organism.java
r308 r363 28 28 * Still work in progress, currently not used everywhere it could be used. 29 29 * <p> 30 * TODO: this class will move to the org.bridgedb.bio package in the future.31 * <p>32 30 * TODO: make extensible 33 31 */
