Changeset 6018
- Timestamp:
- Mar 19, 2012, 9:32:12 AM (11 years ago)
- Location:
- branches/3.1-stable
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.1-stable/build.xml
r5848 r6018 70 70 <property name="base.minorversion" value="1" /> 71 71 <property name="base.maintenanceversion" value="0" /> 72 <property name="base.versionsuffix" value=" -dev" />72 <property name="base.versionsuffix" value="" /> 73 73 <property name="base.version" 74 74 value="${base.majorversion}.${base.minorversion}.${base.maintenanceversion}" /> -
branches/3.1-stable/credits.txt
r5994 r6018 1 1 $Id$ 2 2 3 The current BASE team is (at BASE 3. 0.4release)3 The current BASE team is (at BASE 3.1 release) 4 4 {{{ 5 5 Jari Häkkinen -
branches/3.1-stable/src/core/net/sf/basedb/core/BioMaterialEvent.java
r5994 r6018 830 830 Clear the sources collection and return the used quantities to 831 831 the source biomaterials, except for the given biomaterial. 832 @param A biomaterial that should already be a parent biomaterial832 @param parent A biomaterial that should already be a parent biomaterial 833 833 or null to clear all sources 834 834 @since 3.0.4
Note: See TracChangeset
for help on using the changeset viewer.