Changeset 443
- Timestamp:
- 01/14/11 13:59:03 (2 years ago)
- Location:
- raptor-mua/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
raptor-mua/trunk/pom.xml
r422 r443 141 141 <artifactId>slf4j-log4j12</artifactId> 142 142 <version>1.6.1</version> 143 </dependency>144 145 <dependency>146 <groupId>org.slf4j</groupId>147 <artifactId>slf4j-log4j13</artifactId>148 <version>1.0.1</version>149 <scope>provided</scope>150 143 </dependency> 151 144 -
raptor-mua/trunk/src/main/java/uk/ac/cardiff/raptormua/engine/statistics/helper/ObservationComparator.java
r427 r443 1 /** 2 * Copyright (C) 2010 Cardiff University, Wales <smartp@cf.ac.uk> 3 * 4 * Licensed under the Apache License, Version 2.0 (the "License"); 5 * you may not use this file except in compliance with the License. 6 * You may obtain a copy of the License at 7 * 8 * http://www.apache.org/licenses/LICENSE-2.0 9 * 10 * Unless required by applicable law or agreed to in writing, software 11 * distributed under the License is distributed on an "AS IS" BASIS, 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 * See the License for the specific language governing permissions and 14 * limitations under the License. 15 */ 1 16 /** 2 17 * -
raptor-mua/trunk/src/test/java/uk/ac/cardiff/raptormua/engine/statistics/ReflectionHelperTest.java
r416 r443 1 /** 2 * Copyright (C) 2010 Cardiff University, Wales <smartp@cf.ac.uk> 3 * 4 * Licensed under the Apache License, Version 2.0 (the "License"); 5 * you may not use this file except in compliance with the License. 6 * You may obtain a copy of the License at 7 * 8 * http://www.apache.org/licenses/LICENSE-2.0 9 * 10 * Unless required by applicable law or agreed to in writing, software 11 * distributed under the License is distributed on an "AS IS" BASIS, 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 * See the License for the specific language governing permissions and 14 * limitations under the License. 15 */ 1 16 package uk.ac.cardiff.raptormua.engine.statistics; 2 17
Note: See TracChangeset
for help on using the changeset viewer.
