Renamed files not to conflict with BIOJAVA
authoramwaterhouse <Andrew Waterhouse>
Tue, 25 Jul 2006 10:52:38 +0000 (10:52 +0000)
committeramwaterhouse <Andrew Waterhouse>
Tue, 25 Jul 2006 10:52:38 +0000 (10:52 +0000)
commit383df9f8b9361eec5ea779a22ceecc90dc7e6960
tree1bb9b1935978ce1272bb74c83d88675524bbd970
parent8f759d39bf8d95e5657eccda618b65ad31171fcf
Renamed files not to conflict with BIOJAVA
22 files changed:
src/jalview/biojava/dasobert/das/DAS_FeatureRetrieve.java [new file with mode: 0644]
src/jalview/biojava/dasobert/das/DAS_Feature_Handler.java [new file with mode: 0644]
src/jalview/biojava/dasobert/das/FeatureThread.java [new file with mode: 0644]
src/jalview/biojava/dasobert/das2/Das2Capability.java [new file with mode: 0644]
src/jalview/biojava/dasobert/das2/Das2CapabilityImpl.java [new file with mode: 0644]
src/jalview/biojava/dasobert/das2/Das2Source.java [new file with mode: 0644]
src/jalview/biojava/dasobert/das2/Das2SourceImpl.java [new file with mode: 0644]
src/jalview/biojava/dasobert/das2/DasSourceConverter.java [new file with mode: 0644]
src/jalview/biojava/dasobert/das2/io/DAS2SourceHandler.java [new file with mode: 0755]
src/jalview/biojava/dasobert/das2/io/DasSourceReader.java [new file with mode: 0644]
src/jalview/biojava/dasobert/das2/io/DasSourceReaderImpl.java [new file with mode: 0644]
src/jalview/biojava/dasobert/dasregistry/Das1Source.java [new file with mode: 0644]
src/jalview/biojava/dasobert/dasregistry/Das2Validator.java [new file with mode: 0755]
src/jalview/biojava/dasobert/dasregistry/DasCoordSysComparator.java [new file with mode: 0644]
src/jalview/biojava/dasobert/dasregistry/DasCoordinateSystem.java [new file with mode: 0644]
src/jalview/biojava/dasobert/dasregistry/DasSource.java [new file with mode: 0644]
src/jalview/biojava/dasobert/dasregistry/DasSourceComparator.java [new file with mode: 0644]
src/jalview/biojava/dasobert/eventmodel/FeatureEvent.java [new file with mode: 0644]
src/jalview/biojava/dasobert/eventmodel/FeatureListener.java [new file with mode: 0644]
src/jalview/biojava/dasobert/eventmodel/ObjectListener.java [new file with mode: 0644]
src/jalview/biojava/dasobert/eventmodel/SequenceEvent.java [new file with mode: 0644]
src/jalview/biojava/dasobert/eventmodel/SequenceListener.java [new file with mode: 0644]