- Timestamp:
- 02/04/11 15:57:42 (16 months ago)
- Location:
- trunk
- Files:
-
- 3 modified
-
org.bridgedb.rdb/test/org/bridgedb/rdb/Test2.java (modified) (1 diff)
-
org.bridgedb.rdb/test/org/bridgedb/rdb/TestStack.java (modified) (1 diff)
-
org.bridgedb.server/pom.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/org.bridgedb.rdb/test/org/bridgedb/rdb/Test2.java
r412 r481 35 35 import org.junit.Ignore; 36 36 37 //@Ignore37 @Ignore 38 38 public class Test2 extends TestCase 39 39 { -
trunk/org.bridgedb.rdb/test/org/bridgedb/rdb/TestStack.java
r412 r481 17 17 import junit.framework.TestCase; 18 18 19 //@Ignore19 @Ignore 20 20 public class TestStack extends TestCase 21 21 { -
trunk/org.bridgedb.server/pom.xml
r393 r481 63 63 </dependency> 64 64 <dependency> 65 <groupId>org.restlet </groupId>65 <groupId>org.restlet.jee</groupId> 66 66 <artifactId>org.restlet.ext.servlet</artifactId> 67 67 <version>2.0-SNAPSHOT</version>
