ports/76219: [ update ] biology/artemis to v6

Fernan Aguero fernan at iib.unsam.edu.ar
Thu Jan 13 19:40:30 UTC 2005


>Number:         76219
>Category:       ports
>Synopsis:       [ update ] biology/artemis to v6
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jan 13 19:40:29 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Fernan Aguero
>Release:        FreeBSD 4.10-RELEASE i386
>Organization:
IIB-UNSAM
>Environment:

FreeBSD pi.iib.unsam.edu.ar 4.10-RELEASE FreeBSD 4.10-RELEASE #0: Wed May 26 12:56:43 ART 2004 fernan at pi.iib.unsam.edu.ar:/usr/obj/usr/src/sys/PI  i386

	
>Description:
	

	Artemis is now at v6, this is the first release of Artemis/ACT
	to use java2. These patches bring the port to the latest
	version.

	Please note that:

	* I changed the way the JAVA stuff was dealt with to comply with
	  the way it is described in bsd.java.mk

	* PORTVERSION is now used in the pkg-plist

	* the port now installs an executable named 'act' which is
	  currently also installed by biology/act. The port biology/act
	  is thus now made redundant with this update of artemis, and
	  thus it is asked to be removed in a separate PR.
	  Also, I have updated the pkg-descr to reflect the inclusion of
	  act in this port.

	* I have already tried to contact the maintainer, but I'm
	  getting bounces with the address published in the Makefile
	  (chuynh at biolateral.com.au). I'm sending a copy to this address
	  anyway.  
	
>How-To-Repeat:
	
	
>Fix:

	



--- artemis.diff begins here ---
diff -ruN /usr/ports/biology/artemis/Makefile artemis/Makefile
--- /usr/ports/biology/artemis/Makefile	Sat Feb  7 01:04:33 2004
+++ artemis/Makefile	Thu Jan 13 10:53:23 2005
@@ -6,30 +6,27 @@
 #
 
 PORTNAME=	artemis
-PORTVERSION=	4.0
-PORTREVISION=	1
+PORTVERSION=	6
 CATEGORIES=	biology
-MASTER_SITES=	http://www.sanger.ac.uk/Software/Artemis/v4/
-DISTNAME=	artemis_compiled_v4
+MASTER_SITES=	http://www.sanger.ac.uk/Software/Artemis/v${PORTVERSION}/
+DISTNAME=	artemis_compiled_v${PORTVERSION}
 
 MAINTAINER=	chuynh at biolateral.com.au
 COMMENT=	A DNA sequence viewer and annotation tool
 
-RUN_DEPENDS=	${JAVA_COMMAND}:${PORTSDIR}/java/jdk13
-
 WRKSRC=		${WRKDIR}/${PORTNAME}
 
-JDK_VERSION=	1.3.1
-JDK_DIR=	${PREFIX}/jdk${JDK_VERSION}
-JAVA_COMMAND=	${JDK_DIR}/bin/java
+USE_JAVA=	yes
+JAVA_VERSION= 1.4+
+JAVA_RUN=	yes
 
 NO_BUILD=	yes
+PLIST_SUB=	PORTVERSION="${PORTVERSION}"
 
 do-install:
 	@${MKDIR} ${PREFIX}/${PORTNAME}-${PORTVERSION}
 	@${TAR} -C ${WRKSRC} -cf- . | ${TAR} -C ${PREFIX}/${PORTNAME}-${PORTVERSION} -xpf-
 	@${LN} -s ${PREFIX}/${PORTNAME}-${PORTVERSION}/art ${PREFIX}/bin/art
-
-PLIST_SUB=	PORTVERSION="${PORTVERSION}"
+	@${LN} -s ${PREFIX}/${PORTNAME}-${PORTVERSION}/act ${PREFIX}/bin/act
 
 .include <bsd.port.mk>
diff -ruN /usr/ports/biology/artemis/distinfo artemis/distinfo
--- /usr/ports/biology/artemis/distinfo	Sat Apr  3 01:03:35 2004
+++ artemis/distinfo	Tue Jan 11 15:32:32 2005
@@ -1,2 +1,2 @@
-MD5 (artemis_compiled_v4.tar.gz) = e970b57e993a6b6d254ae70f83e1304e
-SIZE (artemis_compiled_v4.tar.gz) = 4773345
+MD5 (artemis_compiled_v6.tar.gz) = 5ebd3db7edbb74eab5a84df9c693d4e1
+SIZE (artemis_compiled_v6.tar.gz) = 3947732
diff -ruN /usr/ports/biology/artemis/pkg-descr artemis/pkg-descr
--- /usr/ports/biology/artemis/pkg-descr	Sat Dec 22 11:39:40 2001
+++ artemis/pkg-descr	Thu Jan 13 10:55:11 2005
@@ -1,7 +1,13 @@
-Artemis is a DNA sequence viewer and annotation tool that allows visualisation
-of sequence features and the results of analyses within the context of the
-sequence, and its six-frame translation.  Artemis is written in Java, reads
-EMBL or GENBANK format sequences and feature tables, and can work on sequences
-of any size.
+Artemis is a DNA sequence viewer and annotation tool that allows
+visualisation of sequence features and the results of analyses within
+the context of the sequence, and its six-frame translation.  Artemis is
+written in Java, reads EMBL or GENBANK format sequences and feature
+tables, and can work on sequences of any size.
 
-WWW:  http://www.sanger.ac.uk/Software/Artemis/manual
+ACT (Artemis Comparison Tool) is a DNA sequence comparison viewer based
+on Artemis. It can open two or more sequences (and their
+annotations/features) together with their comparisons (usually the
+result of running blastn or tblastx searches).
+
+WWW: http://www.sanger.ac.uk/Software/Artemis/manual
+WWW: http://www.sanger.ac.uk/Software/ACT/manual
diff -ruN /usr/ports/biology/artemis/pkg-plist artemis/pkg-plist
--- /usr/ports/biology/artemis/pkg-plist	Sat Dec 22 11:39:40 2001
+++ artemis/pkg-plist	Tue Jan 11 15:51:20 2005
@@ -1,1486 +1,1507 @@
-artemis-4.0/CVS/Root
-artemis-4.0/CVS/Repository
-artemis-4.0/CVS/Entries
-artemis-4.0/.cvsignore
-artemis-4.0/AppGlobal.java
-artemis-4.0/COPYING
-artemis-4.0/COPYING.JacORB
-artemis-4.0/CorbaApplet.java
-artemis-4.0/Diana.java
-artemis-4.0/INSTALL
-artemis-4.0/Makefile
-artemis-4.0/README
-artemis-4.0/art
-artemis-4.0/art.bat
-artemis-4.0/mart
-artemis-4.0/results_to_netscape
-artemis-4.0/run_blast
-artemis-4.0/run_blastn
-artemis-4.0/run_blastp
-artemis-4.0/run_blastx
-artemis-4.0/run_fasta
-artemis-4.0/run_hth
-artemis-4.0/run_jalview
-artemis-4.0/run_sigcleave
-artemis-4.0/run_tblastn
-artemis-4.0/run_tblastx
-artemis-4.0/META-INF/CVS/Root
-artemis-4.0/META-INF/CVS/Repository
-artemis-4.0/META-INF/CVS/Entries
-artemis-4.0/META-INF/MANIFEST.MF
-artemis-4.0/collections/CVS/Root
-artemis-4.0/collections/CVS/Repository
-artemis-4.0/collections/CVS/Entries
-artemis-4.0/collections/ArrayEnumeration.java
-artemis-4.0/collections/Assertable.java
-artemis-4.0/collections/Bag.java
-artemis-4.0/collections/BinaryFunction.java
-artemis-4.0/collections/CEImpl.java
-artemis-4.0/collections/CLCell.java
-artemis-4.0/collections/CLEnumeration.java
-artemis-4.0/collections/Cell.java
-artemis-4.0/collections/CheckedBag.java
-artemis-4.0/collections/CheckedCollection.java
-artemis-4.0/collections/CheckedMap.java
-artemis-4.0/collections/CheckedSeq.java
-artemis-4.0/collections/CheckedSet.java
-artemis-4.0/collections/Keyed.java
-artemis-4.0/collections/CircularList.java
-artemis-4.0/collections/Collection.java
-artemis-4.0/collections/CollectionEnumeration.java
-artemis-4.0/collections/Comparator.java
-artemis-4.0/collections/Dynarray.java
-artemis-4.0/collections/CorruptedEnumerationException.java
-artemis-4.0/collections/DAEnumeration.java
-artemis-4.0/collections/DefaultComparator.java
-artemis-4.0/collections/DefaultImplementations.java
-artemis-4.0/collections/ElementSortedCollection.java
-artemis-4.0/collections/FilteringEnumeration.java
-artemis-4.0/collections/Function.java
-artemis-4.0/collections/HTEnumeration.java
-artemis-4.0/collections/HTPairEnumeration.java
-artemis-4.0/collections/HashTableParams.java
-artemis-4.0/collections/HashedMap.java
-artemis-4.0/collections/HashedSet.java
-artemis-4.0/collections/IllegalElementException.java
-artemis-4.0/collections/Immutable.java
-artemis-4.0/collections/ImplementationCheckable.java
-artemis-4.0/collections/IncrBag.java
-artemis-4.0/collections/ImplementationError.java
-artemis-4.0/collections/IncrCollectionEnumeration.java
-artemis-4.0/collections/IncrImpl.java
-artemis-4.0/collections/IncrMap.java
-artemis-4.0/collections/IncrSeq.java
-artemis-4.0/collections/IncrSet.java
-artemis-4.0/collections/InterleavingEnumeration.java
-artemis-4.0/collections/KeySortedCollection.java
-artemis-4.0/collections/LBEnumeration.java
-artemis-4.0/collections/LLCell.java
-artemis-4.0/collections/LLCellEnumeration.java
-artemis-4.0/collections/LLMap.java
-artemis-4.0/collections/LLPair.java
-artemis-4.0/collections/LLPairEnumeration.java
-artemis-4.0/collections/LinkedBuffer.java
-artemis-4.0/collections/LinkedList.java
-artemis-4.0/collections/Map.java
-artemis-4.0/collections/MappingEnumeration.java
-artemis-4.0/collections/Pair.java
-artemis-4.0/collections/Predicate.java
-artemis-4.0/collections/Procedure.java
-artemis-4.0/collections/RBCell.java
-artemis-4.0/collections/RBCellEnumeration.java
-artemis-4.0/collections/RBMap.java
-artemis-4.0/collections/RBPair.java
-artemis-4.0/collections/RBPairEnumeration.java
-artemis-4.0/collections/RBTree.java
-artemis-4.0/collections/Seq.java
-artemis-4.0/collections/Set.java
-artemis-4.0/collections/SimpleTest.java
-artemis-4.0/collections/SortableCollection.java
-artemis-4.0/collections/UpdatableBag.java
-artemis-4.0/collections/UpdatableBagImpl.java
-artemis-4.0/collections/UpdatableCollection.java
-artemis-4.0/collections/UpdatableImpl.java
-artemis-4.0/collections/UpdatableMap.java
-artemis-4.0/collections/UpdatableMapImpl.java
-artemis-4.0/collections/javaMake
-artemis-4.0/collections/UpdatableSeq.java
-artemis-4.0/collections/UpdatableSeqImpl.java
-artemis-4.0/collections/UpdatableSet.java
-artemis-4.0/collections/UpdatableSetImpl.java
-artemis-4.0/collections/collections_Dynarray.h
-artemis-4.0/collections/Dynarray.class
-artemis-4.0/collections/UpdatableSeqImpl.class
-artemis-4.0/collections/UpdatableSeq.class
-artemis-4.0/collections/SortableCollection.class
-artemis-4.0/collections/Seq.class
-artemis-4.0/collections/UpdatableImpl.class
-artemis-4.0/collections/UpdatableCollection.class
-artemis-4.0/collections/IllegalElementException.class
-artemis-4.0/collections/CorruptedEnumerationException.class
-artemis-4.0/collections/ImplementationError.class
-artemis-4.0/collections/Collection.class
-artemis-4.0/collections/Assertable.class
-artemis-4.0/collections/ImplementationCheckable.class
-artemis-4.0/collections/Comparator.class
-artemis-4.0/collections/Predicate.class
-artemis-4.0/collections/CollectionEnumeration.class
-artemis-4.0/collections/DAEnumeration.class
-artemis-4.0/collections/CEImpl.class
-artemis-4.0/collections/KeySortedCollection.class
-artemis-4.0/collections/Map.class
-artemis-4.0/collections/ElementSortedCollection.class
-artemis-4.0/collections/Bag.class
-artemis-4.0/collections/Set.class
-artemis-4.0/collections/RBTree.class
-artemis-4.0/collections/UpdatableBagImpl.class
-artemis-4.0/collections/UpdatableBag.class
-artemis-4.0/collections/RBCell.class
-artemis-4.0/collections/Cell.class
-artemis-4.0/collections/DefaultComparator.class
-artemis-4.0/collections/RBCellEnumeration.class
-artemis-4.0/collections/Keyed.class
-artemis-4.0/corba/CVS/Root
-artemis-4.0/corba/CVS/Repository
-artemis-4.0/corba/CVS/Entries
-artemis-4.0/corba/apollo.idl
-artemis-4.0/corba/ensembl.idl
-artemis-4.0/corba/nsdb.idl
-artemis-4.0/corba/nsdb_write.idl
-artemis-4.0/corba/seqdb.idl
-artemis-4.0/corba/types.idl
-artemis-4.0/diana/CVS/Root
-artemis-4.0/diana/CVS/Repository
-artemis-4.0/diana/CVS/Entries
-artemis-4.0/diana/AlignMatch.java
-artemis-4.0/diana/AlignMatchVector.java
-artemis-4.0/diana/ChangeEvent.java
-artemis-4.0/diana/ChangeListener.java
-artemis-4.0/diana/ClipBoard.java
-artemis-4.0/diana/ComparisonData.java
-artemis-4.0/diana/ComparisonDataFactory.java
-artemis-4.0/diana/ComparisonDataParseException.java
-artemis-4.0/diana/Entry.java
-artemis-4.0/diana/EntryChangeEvent.java
-artemis-4.0/diana/EntryChangeListener.java
-artemis-4.0/diana/EntryGroup.java
-artemis-4.0/diana/EntryGroupChangeEvent.java
-artemis-4.0/diana/EntryGroupChangeListener.java
-artemis-4.0/diana/EntrySource.java
-artemis-4.0/diana/plot/CVS/Root
-artemis-4.0/diana/plot/CVS/Repository
-artemis-4.0/diana/plot/CVS/Entries
-artemis-4.0/diana/plot/AGWindowAlgorithm.java
-artemis-4.0/diana/plot/ATDeviationAlgorithm.java
-artemis-4.0/diana/plot/Algorithm.java
-artemis-4.0/diana/plot/BaseAlgorithm.java
-artemis-4.0/diana/plot/Codon12CorrelationAlgorithm.java
-artemis-4.0/diana/plot/CodonUsageAlgorithm.java
-artemis-4.0/diana/plot/CodonUsageFormatException.java
-artemis-4.0/diana/plot/CodonUsageWeight.java
-artemis-4.0/diana/plot/CodonWeight.java
-artemis-4.0/diana/plot/CoilFeatureAlgorithm.java
-artemis-4.0/diana/plot/HydroAlgorithm.java
-artemis-4.0/diana/plot/FeatureAlgorithm.java
-artemis-4.0/diana/plot/GCDeviationAlgorithm.java
-artemis-4.0/diana/plot/GCFrameAlgorithm.java
-artemis-4.0/diana/plot/GCSDWindowAlgorithm.java
-artemis-4.0/diana/plot/GCWindowAlgorithm.java
-artemis-4.0/diana/plot/HydrophilicityAlgorithm.java
-artemis-4.0/diana/plot/HydrophobicityAlgorithm.java
-artemis-4.0/diana/plot/UserDataAlgorithm.java
-artemis-4.0/diana/plot/CodonUsageAlgorithm.class
-artemis-4.0/diana/plot/BaseAlgorithm.class
-artemis-4.0/diana/plot/Algorithm.class
-artemis-4.0/diana/plot/UserDataAlgorithm.class
-artemis-4.0/diana/plot/CodonUsageWeight.class
-artemis-4.0/diana/plot/CodonWeight.class
-artemis-4.0/diana/plot/GCWindowAlgorithm.class
-artemis-4.0/diana/plot/GCSDWindowAlgorithm.class
-artemis-4.0/diana/plot/AGWindowAlgorithm.class
-artemis-4.0/diana/plot/GCFrameAlgorithm.class
-artemis-4.0/diana/plot/Codon12CorrelationAlgorithm.class
-artemis-4.0/diana/plot/GCDeviationAlgorithm.class
-artemis-4.0/diana/plot/ATDeviationAlgorithm.class
-artemis-4.0/diana/plot/CodonUsageFormatException.class
-artemis-4.0/diana/plot/FeatureAlgorithm.class
-artemis-4.0/diana/plot/HydroAlgorithm.class
-artemis-4.0/diana/plot/HydrophobicityAlgorithm.class
-artemis-4.0/diana/plot/HydrophilicityAlgorithm.class
-artemis-4.0/diana/plot/CoilFeatureAlgorithm.class
-artemis-4.0/diana/EntrySourceVector.java
-artemis-4.0/diana/EntryVector.java
-artemis-4.0/diana/ExternalApplication.java
-artemis-4.0/diana/ExternalProgram.java
-artemis-4.0/diana/ExternalProgramException.java
-artemis-4.0/diana/ExternalProgramVector.java
-artemis-4.0/diana/ExternalSearchProgram.java
-artemis-4.0/diana/Feature.java
-artemis-4.0/diana/FeatureChangeEvent.java
-artemis-4.0/diana/FeatureChangeListener.java
-artemis-4.0/diana/FeatureEnumeration.java
-artemis-4.0/diana/FeatureFromVectorPredicate.java
-artemis-4.0/diana/FeatureKeyPredicate.java
-artemis-4.0/diana/FeatureKeyQualifierPredicate.java
-artemis-4.0/diana/FeatureSegment.java
-artemis-4.0/diana/FeaturePredicate.java
-artemis-4.0/diana/FeatureSegmentVector.java
-artemis-4.0/diana/FeatureVector.java
-artemis-4.0/diana/FilteredEntryGroup.java
-artemis-4.0/diana/GotoEvent.java
-artemis-4.0/diana/GotoEventSource.java
-artemis-4.0/diana/GotoListener.java
-artemis-4.0/diana/LastSegmentException.java
-artemis-4.0/diana/Logger.java
-artemis-4.0/diana/MSPcrunchComparisonData.java
-artemis-4.0/diana/MUMmerComparisonData.java
-artemis-4.0/diana/Options.java
-artemis-4.0/diana/Selectable.java
-artemis-4.0/diana/Selection.java
-artemis-4.0/diana/SelectionChangeEvent.java
-artemis-4.0/diana/SelectionChangeListener.java
-artemis-4.0/diana/helix.gif
-artemis-4.0/diana/SimpleComparisonData.java
-artemis-4.0/diana/SimpleEntryGroup.java
-artemis-4.0/diana/SimpleGotoEventSource.java
-artemis-4.0/diana/sanger-centre.gif
-artemis-4.0/diana/components/CVS/Root
-artemis-4.0/diana/components/CVS/Repository
-artemis-4.0/diana/components/CVS/Entries
-artemis-4.0/diana/components/ActMain.java
-artemis-4.0/diana/components/AddMenu.java
-artemis-4.0/diana/components/AlignmentViewer.java
-artemis-4.0/diana/components/ArtemisMain.java
-artemis-4.0/diana/components/BasePlot.java
-artemis-4.0/diana/components/BasePlotGroup.java
-artemis-4.0/diana/components/CanvasPanel.java
-artemis-4.0/diana/components/Comparator.java
-artemis-4.0/diana/components/ComparatorDialog.java
-artemis-4.0/diana/components/CorbaEntrySource.java
-artemis-4.0/diana/components/DisplayAdjustmentEvent.java
-artemis-4.0/diana/components/DisplayAdjustmentListener.java
-artemis-4.0/diana/components/DisplayComponent.java
-artemis-4.0/diana/components/EMBLCorbaEntrySource.java
-artemis-4.0/diana/components/EditMenu.java
-artemis-4.0/diana/components/EnsemblEntrySource.java
-artemis-4.0/diana/components/EntryActionListener.java
-artemis-4.0/diana/components/EntryEdit.java
-artemis-4.0/diana/components/EntryEditVector.java
-artemis-4.0/diana/components/EntryFileDialog.java
-artemis-4.0/diana/components/EntryGroupDisplay.java
-artemis-4.0/diana/components/EntryGroupInfoDisplay.java
-artemis-4.0/diana/components/EntryGroupMenu.java
-artemis-4.0/diana/components/EntryGroupPanel.java
-artemis-4.0/diana/components/EntryHeaderEdit.java
-artemis-4.0/diana/components/ExternalProgramOptions.java
-artemis-4.0/diana/components/FeatureAminoAcidViewer.java
-artemis-4.0/diana/components/FeatureBaseViewer.java
-artemis-4.0/diana/components/FeatureDisplay.java
-artemis-4.0/diana/components/FeatureDisplayOwner.java
-artemis-4.0/diana/components/FeatureEdit.java
-artemis-4.0/diana/components/FeatureInfo.java
-artemis-4.0/diana/components/FeatureList.java
-artemis-4.0/diana/components/FeatureListFrame.java
-artemis-4.0/diana/components/FeaturePlot.java
-artemis-4.0/diana/components/FeaturePlotGroup.java
-artemis-4.0/diana/components/FeaturePopup.java
-artemis-4.0/diana/components/FeatureViewer.java
-artemis-4.0/diana/components/FileDialogEntrySource.java
-artemis-4.0/diana/components/FileViewer.java
-artemis-4.0/diana/components/GotoMenu.java
-artemis-4.0/diana/components/KeyChoice.java
-artemis-4.0/diana/components/KeyChooser.java
-artemis-4.0/diana/components/ListDialog.java
-artemis-4.0/diana/components/LogViewer.java
-artemis-4.0/diana/components/MarkerRangeRequester.java
-artemis-4.0/diana/components/MarkerRangeRequesterEvent.java
-artemis-4.0/diana/components/MarkerRangeRequesterListener.java
-artemis-4.0/diana/components/MessageDialog.java
-artemis-4.0/diana/components/MessageFrame.java
-artemis-4.0/diana/components/Navigator.java
-artemis-4.0/diana/components/Plot.java
-artemis-4.0/diana/components/PlotMouseListener.java
-artemis-4.0/diana/components/ProcessWatcher.java
-artemis-4.0/diana/components/ProcessWatcherEvent.java
-artemis-4.0/diana/components/ProcessWatcherListener.java
-artemis-4.0/diana/components/QualifierChoice.java
-artemis-4.0/diana/components/RawFeatureEdit.java
-artemis-4.0/diana/components/RunMenu.java
-artemis-4.0/diana/components/ScoreChangeEvent.java
-artemis-4.0/diana/components/ScoreChangeListener.java
-artemis-4.0/diana/components/ScoreChanger.java
-artemis-4.0/diana/components/ScoreScrollbar.java
-artemis-4.0/diana/components/SearchResultViewer.java
-artemis-4.0/diana/components/SelectMenu.java
-artemis-4.0/diana/components/SelectionInfoDisplay.java
-artemis-4.0/diana/components/SelectionMenu.java
-artemis-4.0/diana/components/SelectionViewer.java
-artemis-4.0/diana/components/Selector.java
-artemis-4.0/diana/components/SequenceViewer.java
-artemis-4.0/diana/components/Splash.java
-artemis-4.0/diana/components/TextDialog.java
-artemis-4.0/diana/components/TextRequester.java
-artemis-4.0/diana/components/TextRequesterEvent.java
-artemis-4.0/diana/components/TextRequesterListener.java
-artemis-4.0/diana/components/ViewMenu.java
-artemis-4.0/diana/components/WritableEMBLCorbaEntrySource.java
-artemis-4.0/diana/components/WriteMenu.java
-artemis-4.0/diana/components/Plot.class
-artemis-4.0/diana/components/YesNoDialog.java
-artemis-4.0/diana/components/ArtemisMain.class
-artemis-4.0/diana/components/ArtemisMain$1.class
-artemis-4.0/diana/components/ArtemisMain$2.class
-artemis-4.0/diana/components/ArtemisMain$3.class
-artemis-4.0/diana/components/ArtemisMain$4.class
-artemis-4.0/diana/components/ArtemisMain$5.class
-artemis-4.0/diana/components/ArtemisMain$6.class
-artemis-4.0/diana/components/Splash.class
-artemis-4.0/diana/components/Splash$1.class
-artemis-4.0/diana/components/Splash$2.class
-artemis-4.0/diana/components/Splash$3.class
-artemis-4.0/diana/components/EntryEditVector.class
-artemis-4.0/diana/components/LogViewer.class
-artemis-4.0/diana/components/LogViewer$1.class
-artemis-4.0/diana/components/EntryEdit.class
-artemis-4.0/diana/components/EntryEdit$1.class
-artemis-4.0/diana/components/EntryEdit$2.class
-artemis-4.0/diana/components/EntryEdit$3.class
-artemis-4.0/diana/components/EntryEdit$4.class
-artemis-4.0/diana/components/EntryEdit$5.class
-artemis-4.0/diana/components/EntryEdit$6.class
-artemis-4.0/diana/components/EntryEdit$7.class
-artemis-4.0/diana/components/EntryEdit$8.class
-artemis-4.0/diana/components/EntryEdit$9.class
-artemis-4.0/diana/components/EntryEdit$10.class
-artemis-4.0/diana/components/EntryEdit$11.class
-artemis-4.0/diana/components/EntryEdit$12.class
-artemis-4.0/diana/components/EntryEdit$13.class
-artemis-4.0/diana/components/EntryEdit$14.class
-artemis-4.0/diana/components/EntryEdit$15.class
-artemis-4.0/diana/components/ReadFeaturesActionListener.class
-artemis-4.0/diana/components/SaveEntryActionListener.class
-artemis-4.0/diana/components/SaveEntryAsActionListener.class
-artemis-4.0/diana/components/SaveEntryAsEMBLActionListener.class
-artemis-4.0/diana/components/SaveEntryAsGenbankActionListener.class
-artemis-4.0/diana/components/SaveEntryAsGFFActionListener.class
-artemis-4.0/diana/components/SaveEntryAsSubmissionActionListener.class
-artemis-4.0/diana/components/MessageDialog.class
-artemis-4.0/diana/components/FeatureDisplayOwner.class
-artemis-4.0/diana/components/EntryFileDialog.class
-artemis-4.0/diana/components/MessageDialog$1.class
-artemis-4.0/diana/components/MessageDialog$2.class
-artemis-4.0/diana/components/MessageDialog$3.class
-artemis-4.0/diana/components/FileDialogEntrySource.class
-artemis-4.0/diana/components/EMBLCorbaEntrySource.class
-artemis-4.0/diana/components/CorbaEntrySource.class
-artemis-4.0/diana/components/WritableEMBLCorbaEntrySource.class
-artemis-4.0/diana/components/FileViewer.class
-artemis-4.0/diana/components/FileViewer$1.class
-artemis-4.0/diana/components/FileViewer$2.class
-artemis-4.0/diana/components/FileViewer$3.class
-artemis-4.0/diana/components/MessageFrame.class
-artemis-4.0/diana/components/MessageFrame$1.class
-artemis-4.0/diana/components/MessageFrame$2.class
-artemis-4.0/diana/components/MessageFrame$3.class
-artemis-4.0/diana/components/ViewMenu.class
-artemis-4.0/diana/components/ViewMenu$1.class
-artemis-4.0/diana/components/ViewMenu$2.class
-artemis-4.0/diana/components/ViewMenu$3.class
-artemis-4.0/diana/components/ViewMenu$4.class
-artemis-4.0/diana/components/ViewMenu$5.class
-artemis-4.0/diana/components/ViewMenu$6.class
-artemis-4.0/diana/components/ViewMenu$7.class
-artemis-4.0/diana/components/ViewMenu$8.class
-artemis-4.0/diana/components/ViewMenu$9.class
-artemis-4.0/diana/components/ViewMenu$10.class
-artemis-4.0/diana/components/ViewMenu$11.class
-artemis-4.0/diana/components/ViewMenu$12.class
-artemis-4.0/diana/components/ViewMenu$13.class
-artemis-4.0/diana/components/ViewMenu$14.class
-artemis-4.0/diana/components/ViewMenu$15.class
-artemis-4.0/diana/components/ViewMenu$16.class
-artemis-4.0/diana/components/ViewMenu$17.class
-artemis-4.0/diana/components/ViewMenu$18.class
-artemis-4.0/diana/components/ViewMenu$19.class
-artemis-4.0/diana/components/ViewMenu$20.class
-artemis-4.0/diana/components/ViewMenu$21.class
-artemis-4.0/diana/components/ViewMenu$22.class
-artemis-4.0/diana/components/ViewMenu$23.class
-artemis-4.0/diana/components/ViewMenu$24.class
-artemis-4.0/diana/components/ViewMenu$25.class
-artemis-4.0/diana/components/ViewMenu$26.class
-artemis-4.0/diana/components/ViewMenu$27.class
-artemis-4.0/diana/components/ViewMenu$28.class
-artemis-4.0/diana/components/ViewMenu$29.class
-artemis-4.0/diana/components/SelectionMenu.class
-artemis-4.0/diana/components/AddMenu.class
-artemis-4.0/diana/components/AddMenu$1.class
-artemis-4.0/diana/components/AddMenu$2.class
-artemis-4.0/diana/components/AddMenu$3.class
-artemis-4.0/diana/components/AddMenu$4.class
-artemis-4.0/diana/components/AddMenu$5.class
-artemis-4.0/diana/components/AddMenu$6.class
-artemis-4.0/diana/components/AddMenu$7.class
-artemis-4.0/diana/components/AddMenu$8.class
-artemis-4.0/diana/components/AddMenu$9.class
-artemis-4.0/diana/components/AddMenu$10.class
-artemis-4.0/diana/components/AddMenu$11.class
-artemis-4.0/diana/components/AddMenu$12.class
-artemis-4.0/diana/components/AddMenu$13.class
-artemis-4.0/diana/components/AddMenu$14.class
-artemis-4.0/diana/components/AddMenu$15.class
-artemis-4.0/diana/components/EntryGroupDisplay.class
-artemis-4.0/diana/components/EntryGroupDisplay$1.class
-artemis-4.0/diana/components/EntryGroupDisplay$2.class
-artemis-4.0/diana/components/FeatureDisplay.class
-artemis-4.0/diana/components/GotoMenu.class
-artemis-4.0/diana/components/FeatureDisplay$1.class
-artemis-4.0/diana/components/FeatureDisplay$2.class
-artemis-4.0/diana/components/EditMenu.class
-artemis-4.0/diana/components/FeatureDisplay$3.class
-artemis-4.0/diana/components/FeatureDisplay$4.class
-artemis-4.0/diana/components/FeatureDisplay$5.class
-artemis-4.0/diana/components/FeatureDisplay$6.class
-artemis-4.0/diana/components/EntryGroupPanel.class
-artemis-4.0/diana/components/DisplayComponent.class
-artemis-4.0/diana/components/EntryGroupPanel$1.class
-artemis-4.0/diana/components/CanvasPanel.class
-artemis-4.0/diana/components/CanvasPanel$1.class
-artemis-4.0/diana/components/BasePlotGroup.class
-artemis-4.0/diana/components/SelectionInfoDisplay.class
-artemis-4.0/diana/components/DisplayAdjustmentListener.class
-artemis-4.0/diana/components/FeatureList.class
-artemis-4.0/diana/components/FeatureList$1.class
-artemis-4.0/diana/components/FeatureList$2.class
-artemis-4.0/diana/components/FeatureList$3.class
-artemis-4.0/diana/components/YesNoDialog.class
-artemis-4.0/diana/components/YesNoDialog$1.class
-artemis-4.0/diana/components/YesNoDialog$2.class
-artemis-4.0/diana/components/YesNoDialog$3.class
-artemis-4.0/diana/components/EntryGroupMenu.class
-artemis-4.0/diana/components/EntryGroupMenu$1.class
-artemis-4.0/diana/components/EntryGroupMenu$2.class
-artemis-4.0/diana/components/EntryGroupMenu$3.class
-artemis-4.0/diana/components/EntryGroupMenu$4.class
-artemis-4.0/diana/components/EntryGroupMenu$5.class
-artemis-4.0/diana/components/EntryGroupMenu$6.class
-artemis-4.0/diana/components/SelectMenu.class
-artemis-4.0/diana/components/SelectMenu$1.class
-artemis-4.0/diana/components/SelectMenu$2.class
-artemis-4.0/diana/components/SelectMenu$3.class
-artemis-4.0/diana/components/SelectMenu$4.class
-artemis-4.0/diana/components/SelectMenu$5.class
-artemis-4.0/diana/components/SelectMenu$6.class
-artemis-4.0/diana/components/SelectMenu$7.class
-artemis-4.0/diana/components/SelectMenu$8.class
-artemis-4.0/diana/components/SelectMenu$9.class
-artemis-4.0/diana/components/SelectMenu$10.class
-artemis-4.0/diana/components/SelectMenu$11.class
-artemis-4.0/diana/components/SelectMenu$12.class
-artemis-4.0/diana/components/SelectMenu$13.class
-artemis-4.0/diana/components/SelectMenu$14.class
-artemis-4.0/diana/components/SelectMenu$15.class
-artemis-4.0/diana/components/SelectMenu$16.class
-artemis-4.0/diana/components/GotoMenu$1.class
-artemis-4.0/diana/components/GotoMenu$2.class
-artemis-4.0/diana/components/GotoMenu$3.class
-artemis-4.0/diana/components/GotoMenu$4.class
-artemis-4.0/diana/components/GotoMenu$5.class
-artemis-4.0/diana/components/GotoMenu$6.class
-artemis-4.0/diana/components/GotoMenu$7.class
-artemis-4.0/diana/components/GotoMenu$8.class
-artemis-4.0/diana/components/GotoMenu$9.class
-artemis-4.0/diana/components/GotoMenu$10.class
-artemis-4.0/diana/components/EditMenu$1.class
-artemis-4.0/diana/components/EditMenu$2.class
-artemis-4.0/diana/components/EditMenu$3.class
-artemis-4.0/diana/components/EditMenu$4.class
-artemis-4.0/diana/components/EditMenu$5.class
-artemis-4.0/diana/components/EditMenu$6.class
-artemis-4.0/diana/components/EditMenu$7.class
-artemis-4.0/diana/components/EditMenu$8.class
-artemis-4.0/diana/components/EditMenu$9.class
-artemis-4.0/diana/components/EditMenu$10.class
-artemis-4.0/diana/components/EditMenu$11.class
-artemis-4.0/diana/components/EditMenu$12.class
-artemis-4.0/diana/components/EditMenu$13.class
-artemis-4.0/diana/components/EditMenu$14.class
-artemis-4.0/diana/components/EditMenu$15.class
-artemis-4.0/diana/components/EditMenu$16.class
-artemis-4.0/diana/components/EditMenu$17.class
-artemis-4.0/diana/components/EditMenu$18.class
-artemis-4.0/diana/components/EditMenu$19.class
-artemis-4.0/diana/components/EditMenu$20.class
-artemis-4.0/diana/components/EditMenu$21.class
-artemis-4.0/diana/components/EditMenu$22.class
-artemis-4.0/diana/components/WriteMenu.class
-artemis-4.0/diana/components/WriteMenu$1.class
-artemis-4.0/diana/components/WriteMenu$2.class
-artemis-4.0/diana/components/WriteMenu$3.class
-artemis-4.0/diana/components/WriteMenu$4.class
-artemis-4.0/diana/components/WriteMenu$5.class
-artemis-4.0/diana/components/WriteMenu$6.class
-artemis-4.0/diana/components/WriteMenu$7.class
-artemis-4.0/diana/components/WriteMenu$8.class
-artemis-4.0/diana/components/WriteMenu$9.class
-artemis-4.0/diana/components/WriteMenu$10.class
-artemis-4.0/diana/components/WriteMenu$11.class
-artemis-4.0/diana/components/WriteMenu$12.class
-artemis-4.0/diana/components/WriteMenu$13.class
-artemis-4.0/diana/components/WriteMenu$14.class
-artemis-4.0/diana/components/WriteMenu$15.class
-artemis-4.0/diana/components/WriteMenu$16.class
-artemis-4.0/diana/components/WriteMenu$17.class
-artemis-4.0/diana/components/WriteMenu$18.class
-artemis-4.0/diana/components/WriteMenu$19.class
-artemis-4.0/diana/components/WriteMenu$20.class
-artemis-4.0/diana/components/WriteMenu$21.class
-artemis-4.0/diana/components/RunMenu.class
-artemis-4.0/diana/components/RunMenu$1.class
-artemis-4.0/diana/components/RunMenu$2.class
-artemis-4.0/diana/components/EntryActionListener.class
-artemis-4.0/diana/components/BasePlot.class
-artemis-4.0/diana/components/BasePlot$1.class
-artemis-4.0/diana/components/Plot$1.class
-artemis-4.0/diana/components/Plot$2.class
-artemis-4.0/diana/components/Plot$3.class
-artemis-4.0/diana/components/Plot$4.class
-artemis-4.0/diana/components/Plot$5.class
-artemis-4.0/diana/components/Plot$6.class
-artemis-4.0/diana/components/Plot$7.class
-artemis-4.0/diana/components/TextDialog.class
-artemis-4.0/diana/components/TextDialog$1.class
-artemis-4.0/diana/components/TextDialog$2.class
-artemis-4.0/diana/components/TextDialog$3.class
-artemis-4.0/diana/components/ListDialog.class
-artemis-4.0/diana/components/ListDialog$1.class
-artemis-4.0/diana/components/ListDialog$2.class
-artemis-4.0/diana/components/SelectionViewer.class
-artemis-4.0/diana/components/SelectionViewer$1.class
-artemis-4.0/diana/components/EntryGroupInfoDisplay.class
-artemis-4.0/diana/components/EntryGroupInfoDisplay$1.class
-artemis-4.0/diana/components/EntryGroupInfoDisplay$2.class
-artemis-4.0/diana/components/EntryGroupInfoDisplay$3.class
-artemis-4.0/diana/components/FeatureListFrame.class
-artemis-4.0/diana/components/FeatureListFrame$1.class
-artemis-4.0/diana/components/FeatureListFrame$2.class
-artemis-4.0/diana/components/FeatureListFrame$3.class
-artemis-4.0/diana/components/KeyChooser.class
-artemis-4.0/diana/components/KeyChooser$1.class
-artemis-4.0/diana/components/KeyChooser$2.class
-artemis-4.0/diana/components/KeyChooser$3.class
-artemis-4.0/diana/components/KeyChooser$4.class
-artemis-4.0/diana/components/KeyChoice.class
-artemis-4.0/diana/components/KeyChoice$1.class
-artemis-4.0/diana/components/FeatureViewer.class
-artemis-4.0/diana/components/FeatureViewer$1.class
-artemis-4.0/diana/components/FeaturePlotGroup.class
-artemis-4.0/diana/components/FeaturePlotGroup$1.class
-artemis-4.0/diana/components/FeaturePlotGroup$2.class
-artemis-4.0/diana/components/FeaturePlotGroup$3.class
-artemis-4.0/diana/components/FeaturePlotGroup$4.class
-artemis-4.0/diana/components/FeaturePlotGroup$5.class
-artemis-4.0/diana/components/SearchResultViewer.class
-artemis-4.0/diana/components/SearchResultViewer$1.class
-artemis-4.0/diana/components/FeatureInfo.class
-artemis-4.0/diana/components/FeatureInfo$1.class
-artemis-4.0/diana/components/FeatureInfo$2.class
-artemis-4.0/diana/components/FeatureBaseViewer.class
-artemis-4.0/diana/components/FeatureBaseViewer$1.class
-artemis-4.0/diana/components/FeatureAminoAcidViewer.class
-artemis-4.0/diana/components/FeatureAminoAcidViewer$1.class
-artemis-4.0/diana/components/FeatureEdit.class
-artemis-4.0/diana/components/FeatureEdit$1.class
-artemis-4.0/diana/components/FeatureEdit$2.class
-artemis-4.0/diana/components/FeatureEdit$3.class
-artemis-4.0/diana/components/FeatureEdit$4.class
-artemis-4.0/diana/components/FeatureEdit$5.class
-artemis-4.0/diana/components/FeatureEdit$6.class
-artemis-4.0/diana/components/FeatureEdit$7.class
-artemis-4.0/diana/components/FeatureEdit$8.class
-artemis-4.0/diana/components/FeatureEdit$9.class
-artemis-4.0/diana/components/FeatureEdit$10.class
-artemis-4.0/diana/components/TextRequester.class
-artemis-4.0/diana/components/TextRequester$1.class
-artemis-4.0/diana/components/TextRequester$2.class
-artemis-4.0/diana/components/TextRequester$3.class
-artemis-4.0/diana/components/TextRequesterListener.class
-artemis-4.0/diana/components/TextRequesterEvent.class
-artemis-4.0/diana/components/FeaturePopup.class
-artemis-4.0/diana/components/FeaturePopup$1.class
-artemis-4.0/diana/components/FeaturePopup$2.class
-artemis-4.0/diana/components/Selector.class
-artemis-4.0/diana/components/FeaturePopup$3.class
-artemis-4.0/diana/components/FeaturePopup$4.class
-artemis-4.0/diana/components/FeaturePopup$5.class
-artemis-4.0/diana/components/FeaturePopup$6.class
-artemis-4.0/diana/components/FeaturePopup$7.class
-artemis-4.0/diana/components/FeaturePopup$8.class
-artemis-4.0/diana/components/FeaturePopup$9.class
-artemis-4.0/diana/components/FeaturePopup$10.class
-artemis-4.0/diana/components/FeaturePopup$11.class
-artemis-4.0/diana/components/FeaturePopup$12.class
-artemis-4.0/diana/components/FeaturePopup$13.class
-artemis-4.0/diana/components/FeaturePopup$14.class
-artemis-4.0/diana/components/FeaturePopup$15.class
-artemis-4.0/diana/components/FeaturePopup$16.class
-artemis-4.0/diana/components/FeaturePopup$17.class
-artemis-4.0/diana/components/FeaturePopup$18.class
-artemis-4.0/diana/components/FeaturePopup$19.class
-artemis-4.0/diana/components/FeaturePopup$20.class
-artemis-4.0/diana/components/FeaturePopup$21.class
-artemis-4.0/diana/components/DisplayAdjustmentEvent.class
-artemis-4.0/diana/components/EntryHeaderEdit.class
-artemis-4.0/diana/components/EntryHeaderEdit$1.class
-artemis-4.0/diana/components/Selector$1.class
-artemis-4.0/diana/components/Selector$2.class
-artemis-4.0/diana/components/Selector$3.class
-artemis-4.0/diana/components/Selector$4.class
-artemis-4.0/diana/components/Selector$5.class
-artemis-4.0/diana/components/Selector$6.class
-artemis-4.0/diana/components/Selector$7.class
-artemis-4.0/diana/components/Selector$8.class
-artemis-4.0/diana/components/Selector$9.class
-artemis-4.0/diana/components/Selector$10.class
-artemis-4.0/diana/components/Selector$11.class
-artemis-4.0/diana/components/Selector$12.class
-artemis-4.0/diana/components/MarkerRangeRequester.class
-artemis-4.0/diana/components/MarkerRangeRequesterListener.class
-artemis-4.0/diana/components/MarkerRangeRequesterEvent.class
-artemis-4.0/diana/components/Navigator.class
-artemis-4.0/diana/components/Navigator$1.class
-artemis-4.0/diana/components/Navigator$2.class
-artemis-4.0/diana/components/Navigator$3.class
-artemis-4.0/diana/components/Navigator$4.class
-artemis-4.0/diana/components/Navigator$5.class
-artemis-4.0/diana/components/Navigator$6.class
-artemis-4.0/diana/components/Navigator$7.class
-artemis-4.0/diana/components/Navigator$8.class
-artemis-4.0/diana/components/Navigator$9.class
-artemis-4.0/diana/components/ProcessWatcher.class
-artemis-4.0/diana/components/ExternalProgramOptions.class
-artemis-4.0/diana/components/ExternalProgramOptions$1.class
-artemis-4.0/diana/components/PlotMouseListener.class
-artemis-4.0/diana/components/FeaturePlot.class
-artemis-4.0/diana/components/SequenceViewer.class
-artemis-4.0/diana/components/QualifierChoice.class
-artemis-4.0/diana/components/ProcessWatcherListener.class
-artemis-4.0/diana/components/ProcessWatcherEvent.class
-artemis-4.0/diana/components/ScoreChangeListener.class
-artemis-4.0/diana/components/ScoreChangeEvent.class
-artemis-4.0/diana/components/ScoreChanger.class
-artemis-4.0/diana/components/ScoreChanger$1.class
-artemis-4.0/diana/components/ScoreChanger$2.class
-artemis-4.0/diana/components/ScoreChanger$3.class
-artemis-4.0/diana/components/ScoreChanger$4.class
-artemis-4.0/diana/components/ScoreChanger$5.class
-artemis-4.0/diana/components/ScoreScrollbar.class
-artemis-4.0/diana/sequence/CVS/Root
-artemis-4.0/diana/sequence/CVS/Repository
-artemis-4.0/diana/sequence/CVS/Entries
-artemis-4.0/diana/sequence/AminoAcidSequence.java
-artemis-4.0/diana/sequence/BasePattern.java
-artemis-4.0/diana/sequence/BasePatternFormatException.java
-artemis-4.0/diana/sequence/Bases.java
-artemis-4.0/diana/sequence/Marker.java
-artemis-4.0/diana/sequence/MarkerChangeEvent.java
-artemis-4.0/diana/sequence/MarkerChangeListener.java
-artemis-4.0/diana/sequence/MarkerRange.java
-artemis-4.0/diana/sequence/MarkerRangeVector.java
-artemis-4.0/diana/sequence/NoSequenceException.java
-artemis-4.0/diana/sequence/SequenceChangeEvent.java
-artemis-4.0/diana/sequence/SequenceChangeListener.java
-artemis-4.0/diana/sequence/Strand.java
-artemis-4.0/diana/sequence/NoSequenceException.class
-artemis-4.0/diana/sequence/SequenceChangeListener.class
-artemis-4.0/diana/sequence/Bases.class
-artemis-4.0/diana/sequence/MarkerRange.class
-artemis-4.0/diana/sequence/Marker.class
-artemis-4.0/diana/sequence/MarkerInternal.class
-artemis-4.0/diana/sequence/MarkerChangeListener.class
-artemis-4.0/diana/sequence/Strand.class
-artemis-4.0/diana/sequence/SequenceChangeEvent.class
-artemis-4.0/diana/sequence/AminoAcidSequence.class
-artemis-4.0/diana/sequence/BasePattern.class
-artemis-4.0/diana/sequence/BasePatternFormatException.class
-artemis-4.0/diana/sequence/MarkerRangeVector.class
-artemis-4.0/diana/sequence/MarkerChangeEvent.class
-artemis-4.0/diana/Logger.class
-artemis-4.0/diana/Options.class
-artemis-4.0/diana/EntryGroupChangeListener.class
-artemis-4.0/diana/EntryChangeListener.class
-artemis-4.0/diana/ChangeListener.class
-artemis-4.0/diana/Entry.class
-artemis-4.0/diana/Entry$FeatureEnumerator.class
-artemis-4.0/diana/FeatureChangeListener.class
-artemis-4.0/diana/Selectable.class
-artemis-4.0/diana/FeatureEnumeration.class
-artemis-4.0/diana/Selection.class
-artemis-4.0/diana/EntryGroup.class
-artemis-4.0/diana/SimpleEntryGroup.class
-artemis-4.0/diana/SimpleEntryGroup$FeatureEnumerator.class
-artemis-4.0/diana/EntryVector.class
-artemis-4.0/diana/EntrySourceVector.class
-artemis-4.0/diana/EntrySource.class
-artemis-4.0/diana/ExternalProgramVector.class
-artemis-4.0/diana/ExternalSearchProgram.class
-artemis-4.0/diana/ExternalProgram.class
-artemis-4.0/diana/ExternalProgramException.class
-artemis-4.0/diana/ExternalApplication.class
-artemis-4.0/diana/GotoEventSource.class
-artemis-4.0/diana/SelectionChangeListener.class
-artemis-4.0/diana/GotoListener.class
-artemis-4.0/diana/SimpleGotoEventSource.class
-artemis-4.0/diana/GotoEvent.class
-artemis-4.0/diana/EntryGroupChangeEvent.class
-artemis-4.0/diana/ChangeEvent.class
-artemis-4.0/diana/EntryChangeEvent.class
-artemis-4.0/diana/FeatureVector.class
-artemis-4.0/diana/FeaturePredicate.class
-artemis-4.0/diana/Feature.class
-artemis-4.0/diana/LastSegmentException.class
-artemis-4.0/diana/FilteredEntryGroup.class
-artemis-4.0/diana/FilteredEntryGroup$1.class
-artemis-4.0/diana/FilteredEntryGroup$2.class
-artemis-4.0/diana/FilteredEntryGroup$3.class
-artemis-4.0/diana/FilteredEntryGroup$FeatureEnumerator.class
-artemis-4.0/diana/FeatureSegment.class
-artemis-4.0/diana/FeatureKeyQualifierPredicate.class
-artemis-4.0/diana/FeatureChangeEvent.class
-artemis-4.0/diana/FeatureKeyPredicate.class
-artemis-4.0/diana/FeatureFromVectorPredicate.class
-artemis-4.0/diana/FeatureSegmentVector.class
-artemis-4.0/diana/SelectionChangeEvent.class
-artemis-4.0/docs/CVS/Root
-artemis-4.0/docs/CVS/Repository
-artemis-4.0/docs/CVS/Entries
-artemis-4.0/docs/.cvsignore
-artemis-4.0/docs/Makefile
-artemis-4.0/docs/acknowledgements.sgml
-artemis-4.0/docs/act_display_menus.sgml
-artemis-4.0/docs/act_file_menu.sgml
-artemis-4.0/docs/act_intro_chapter.sgml
-artemis-4.0/docs/act_main_window.sgml
-artemis-4.0/docs/act_main_window_1.gif
-artemis-4.0/docs/act_main_window_2.gif
-artemis-4.0/docs/act_main_window_3.gif
-artemis-4.0/docs/act_main_window_4.gif
-artemis-4.0/docs/act_main_window_5.gif
-artemis-4.0/docs/act_manual.sgml
-artemis-4.0/docs/act_start_chapter.sgml
-artemis-4.0/docs/act_user_manual_screen_shot.gif
-artemis-4.0/docs/artemis.dsl
-artemis-4.0/docs/concepts.sgml
-artemis-4.0/docs/copyright.sgml
-artemis-4.0/docs/display_common.sgml
-artemis-4.0/docs/display_menu.sgml
-artemis-4.0/docs/feature_list.sgml
-artemis-4.0/docs/file_menu.sgml
-artemis-4.0/docs/getting_java.sgml
-artemis-4.0/docs/intro_chapter.sgml
-artemis-4.0/docs/main_window_1.gif
-artemis-4.0/docs/main_window_2.gif
-artemis-4.0/docs/main_window_3.gif
-artemis-4.0/docs/main_window_4.gif
-artemis-4.0/docs/main_window_5.gif
-artemis-4.0/docs/main_window_6.gif
-artemis-4.0/docs/main_window_chapter.sgml
-artemis-4.0/docs/manual.sgml
-artemis-4.0/docs/menus.sgml
-artemis-4.0/docs/mousebuttons.sgml
-artemis-4.0/docs/options.sgml
-artemis-4.0/docs/requirements.sgml
-artemis-4.0/docs/run_menu.sgml
-artemis-4.0/docs/start_chapter.sgml
-artemis-4.0/docs/unix_args.sgml
-artemis-4.0/docs/user_manual_screen_shot.gif
-artemis-4.0/docs/views_popup.sgml
-artemis-4.0/docs/views_scale.sgml
-artemis-4.0/docs/views_scrolling.sgml
-artemis-4.0/docs/views_selection.sgml
-artemis-4.0/embl/CVS/Root
-artemis-4.0/embl/CVS/Repository
-artemis-4.0/embl/CVS/Entries
-artemis-4.0/embl/.cvsignore
-artemis-4.0/etc/CVS/Root
-artemis-4.0/etc/CVS/Repository
-artemis-4.0/etc/CVS/Entries
-artemis-4.0/etc/c1215.embl
-artemis-4.0/etc/changes.shtml
-artemis-4.0/etc/feature_keys
-artemis-4.0/etc/options
-artemis-4.0/etc/pombe.usage
-artemis-4.0/etc/qualifier_types
-artemis-4.0/lib/CVS/Root
-artemis-4.0/lib/CVS/Repository
-artemis-4.0/lib/CVS/Entries
-artemis-4.0/lib/JacORB.jar
-artemis-4.0/uk/CVS/Root
-artemis-4.0/uk/CVS/Repository
-artemis-4.0/uk/CVS/Entries
-artemis-4.0/uk/ac/CVS/Root
-artemis-4.0/uk/ac/CVS/Repository
-artemis-4.0/uk/ac/CVS/Entries
-artemis-4.0/uk/ac/sanger/CVS/Root
-artemis-4.0/uk/ac/sanger/CVS/Repository
-artemis-4.0/uk/ac/sanger/CVS/Entries
-artemis-4.0/uk/ac/sanger/pathogens/CVS/Root
-artemis-4.0/uk/ac/sanger/pathogens/CVS/Repository
-artemis-4.0/uk/ac/sanger/pathogens/CVS/Entries
-artemis-4.0/uk/ac/sanger/pathogens/Document.java
-artemis-4.0/uk/ac/sanger/pathogens/FastVector.java
-artemis-4.0/uk/ac/sanger/pathogens/FileDocument.java
-artemis-4.0/uk/ac/sanger/pathogens/FileProgressDocument.java
-artemis-4.0/uk/ac/sanger/pathogens/InputStreamProgressEvent.java
-artemis-4.0/uk/ac/sanger/pathogens/InputStreamProgressListener.java
-artemis-4.0/uk/ac/sanger/pathogens/OutOfRangeException.java
-artemis-4.0/uk/ac/sanger/pathogens/ProgressInputStream.java
-artemis-4.0/uk/ac/sanger/pathogens/ReadOnlyException.java
-artemis-4.0/uk/ac/sanger/pathogens/StringVector.java
-artemis-4.0/uk/ac/sanger/pathogens/URLDocument.java
-artemis-4.0/uk/ac/sanger/pathogens/embl/CVS/Root
-artemis-4.0/uk/ac/sanger/pathogens/embl/CVS/Repository
-artemis-4.0/uk/ac/sanger/pathogens/embl/CVS/Entries
-artemis-4.0/uk/ac/sanger/pathogens/embl/BetweenRange.java
-artemis-4.0/uk/ac/sanger/pathogens/embl/ComparableFeature.java
-artemis-4.0/uk/ac/sanger/pathogens/embl/CorbaEntry.java
-artemis-4.0/uk/ac/sanger/pathogens/embl/CorbaFeature.java
-artemis-4.0/uk/ac/sanger/pathogens/embl/CorbaSequence.java
-artemis-4.0/uk/ac/sanger/pathogens/embl/DateStampFeature.java
-artemis-4.0/uk/ac/sanger/pathogens/embl/DocumentEntry.java
-artemis-4.0/uk/ac/sanger/pathogens/embl/DocumentEntryAutosaveThread.java
-artemis-4.0/uk/ac/sanger/pathogens/embl/DocumentEntryFactory.java
-artemis-4.0/uk/ac/sanger/pathogens/embl/DocumentFeature.java
-artemis-4.0/uk/ac/sanger/pathogens/embl/EMBLObject.java
-artemis-4.0/uk/ac/sanger/pathogens/embl/Entry.java
-artemis-4.0/uk/ac/sanger/pathogens/embl/EmblDocumentEntry.java
-artemis-4.0/uk/ac/sanger/pathogens/embl/EmblMisc.java
-artemis-4.0/uk/ac/sanger/pathogens/embl/EmblStreamFeature.java
-artemis-4.0/uk/ac/sanger/pathogens/embl/EmblStreamSequence.java
-artemis-4.0/uk/ac/sanger/pathogens/embl/EnsemblCorbaEntry.java
-artemis-4.0/uk/ac/sanger/pathogens/embl/EnsemblCorbaFeature.java
-artemis-4.0/uk/ac/sanger/pathogens/embl/EnsemblCorbaSequence.java
-artemis-4.0/uk/ac/sanger/pathogens/embl/EntryInformation.java
-artemis-4.0/uk/ac/sanger/pathogens/embl/EntryInformationException.java
-artemis-4.0/uk/ac/sanger/pathogens/embl/FastaStreamSequence.java
-artemis-4.0/uk/ac/sanger/pathogens/embl/Feature.java
-artemis-4.0/uk/ac/sanger/pathogens/embl/FeatureComparator.java
-artemis-4.0/uk/ac/sanger/pathogens/embl/Key.java
-artemis-4.0/uk/ac/sanger/pathogens/embl/FeatureEnumeration.java
-artemis-4.0/uk/ac/sanger/pathogens/embl/FeatureHeader.java
-artemis-4.0/uk/ac/sanger/pathogens/embl/FeatureTable.java
-artemis-4.0/uk/ac/sanger/pathogens/embl/FeatureTree.java
-artemis-4.0/uk/ac/sanger/pathogens/embl/FeatureVector.java
-artemis-4.0/uk/ac/sanger/pathogens/embl/FuzzyRange.java
-artemis-4.0/uk/ac/sanger/pathogens/embl/GFFDocumentEntry.java
-artemis-4.0/uk/ac/sanger/pathogens/embl/GFFMisc.java
-artemis-4.0/uk/ac/sanger/pathogens/embl/GFFEntryInformation.java
-artemis-4.0/uk/ac/sanger/pathogens/embl/GFFStreamFeature.java
-artemis-4.0/uk/ac/sanger/pathogens/embl/GenbankDocumentEntry.java
-artemis-4.0/uk/ac/sanger/pathogens/embl/GenbankMisc.java
-artemis-4.0/uk/ac/sanger/pathogens/embl/GenbankStreamFeature.java
-artemis-4.0/uk/ac/sanger/pathogens/embl/GenbankStreamSequence.java
-artemis-4.0/uk/ac/sanger/pathogens/embl/InvalidKeyException.java
-artemis-4.0/uk/ac/sanger/pathogens/embl/InvalidQualifierException.java
-artemis-4.0/uk/ac/sanger/pathogens/embl/InvalidRelationException.java
-artemis-4.0/uk/ac/sanger/pathogens/embl/KeyVector.java
-artemis-4.0/uk/ac/sanger/pathogens/embl/LineGroup.java
-artemis-4.0/uk/ac/sanger/pathogens/embl/LineGroupVector.java
-artemis-4.0/uk/ac/sanger/pathogens/embl/LinePushBackReader.java
-artemis-4.0/uk/ac/sanger/pathogens/embl/Location.java
-artemis-4.0/uk/ac/sanger/pathogens/embl/LocationLexer.java
-artemis-4.0/uk/ac/sanger/pathogens/embl/Qualifier.java
-artemis-4.0/uk/ac/sanger/pathogens/embl/LocationParseException.java
-artemis-4.0/uk/ac/sanger/pathogens/embl/LocationParseNode.java
-artemis-4.0/uk/ac/sanger/pathogens/embl/LocationParseNodeVector.java
-artemis-4.0/uk/ac/sanger/pathogens/embl/LowerInteger.java
-artemis-4.0/uk/ac/sanger/pathogens/embl/MSPcrunchDocumentEntry.java
-artemis-4.0/uk/ac/sanger/pathogens/embl/MSPcrunchEntryInformation.java
-artemis-4.0/uk/ac/sanger/pathogens/embl/MSPcrunchStreamFeature.java
-artemis-4.0/uk/ac/sanger/pathogens/embl/MiscLineGroup.java
-artemis-4.0/uk/ac/sanger/pathogens/embl/OutOfDateException.java
-artemis-4.0/uk/ac/sanger/pathogens/embl/PublicDBDocumentEntry.java
-artemis-4.0/uk/ac/sanger/pathogens/embl/PublicDBStreamFeature.java
-artemis-4.0/uk/ac/sanger/pathogens/embl/PushBackException.java
-artemis-4.0/uk/ac/sanger/pathogens/embl/QualifierInfo.java
-artemis-4.0/uk/ac/sanger/pathogens/embl/QualifierInfoException.java
-artemis-4.0/uk/ac/sanger/pathogens/embl/QualifierInfoVector.java
-artemis-4.0/uk/ac/sanger/pathogens/embl/QualifierParseException.java
-artemis-4.0/uk/ac/sanger/pathogens/embl/QualifierVector.java
-artemis-4.0/uk/ac/sanger/pathogens/embl/RWCorbaEntry.java
-artemis-4.0/uk/ac/sanger/pathogens/embl/RWCorbaFeature.java
-artemis-4.0/uk/ac/sanger/pathogens/embl/Range.java
-artemis-4.0/uk/ac/sanger/pathogens/embl/RangeVector.java
-artemis-4.0/uk/ac/sanger/pathogens/embl/RawStreamSequence.java
-artemis-4.0/uk/ac/sanger/pathogens/embl/ReadFormatException.java
-artemis-4.0/uk/ac/sanger/pathogens/embl/ReadOnlyEntry.java
-artemis-4.0/uk/ac/sanger/pathogens/embl/Sequence.java
-artemis-4.0/uk/ac/sanger/pathogens/embl/SimpleDocumentEntry.java
-artemis-4.0/uk/ac/sanger/pathogens/embl/SimpleDocumentFeature.java
-artemis-4.0/uk/ac/sanger/pathogens/embl/SimpleEntryInformation.java
-artemis-4.0/uk/ac/sanger/pathogens/embl/StreamFeature.java
-artemis-4.0/uk/ac/sanger/pathogens/embl/StreamFeatureTable.java
-artemis-4.0/uk/ac/sanger/pathogens/embl/StreamQualifier.java
-artemis-4.0/uk/ac/sanger/pathogens/embl/StreamSequence.java
-artemis-4.0/uk/ac/sanger/pathogens/embl/UpperInteger.java
-artemis-4.0/uk/ac/sanger/pathogens/embl/StreamSequenceFactory.java
-artemis-4.0/uk/ac/sanger/pathogens/embl/embl.example
-artemis-4.0/uk/ac/sanger/pathogens/embl/Key.class
-artemis-4.0/uk/ac/sanger/pathogens/embl/KeyVector.class
-artemis-4.0/uk/ac/sanger/pathogens/embl/EntryInformation.class
-artemis-4.0/uk/ac/sanger/pathogens/embl/QualifierInfoException.class
-artemis-4.0/uk/ac/sanger/pathogens/embl/SimpleEntryInformation.class
-artemis-4.0/uk/ac/sanger/pathogens/embl/QualifierInfo.class
-artemis-4.0/uk/ac/sanger/pathogens/embl/QualifierInfoVector.class
-artemis-4.0/uk/ac/sanger/pathogens/embl/DocumentEntryFactory.class
-artemis-4.0/uk/ac/sanger/pathogens/embl/EntryInformationException.class
-artemis-4.0/uk/ac/sanger/pathogens/embl/InvalidKeyException.class
-artemis-4.0/uk/ac/sanger/pathogens/embl/Entry.class
-artemis-4.0/uk/ac/sanger/pathogens/embl/ReadFormatException.class
-artemis-4.0/uk/ac/sanger/pathogens/embl/InvalidRelationException.class
-artemis-4.0/uk/ac/sanger/pathogens/embl/Qualifier.class
-artemis-4.0/uk/ac/sanger/pathogens/embl/InvalidQualifierException.class
-artemis-4.0/uk/ac/sanger/pathogens/embl/EmblStreamFeature.class
-artemis-4.0/uk/ac/sanger/pathogens/embl/PublicDBStreamFeature.class
-artemis-4.0/uk/ac/sanger/pathogens/embl/SimpleDocumentFeature.class
-artemis-4.0/uk/ac/sanger/pathogens/embl/DocumentFeature.class
-artemis-4.0/uk/ac/sanger/pathogens/embl/StreamFeature.class
-artemis-4.0/uk/ac/sanger/pathogens/embl/ComparableFeature.class
-artemis-4.0/uk/ac/sanger/pathogens/embl/LineGroup.class
-artemis-4.0/uk/ac/sanger/pathogens/embl/Feature.class
-artemis-4.0/uk/ac/sanger/pathogens/embl/EMBLObject.class
-artemis-4.0/uk/ac/sanger/pathogens/embl/QualifierParseException.class
-artemis-4.0/uk/ac/sanger/pathogens/embl/DocumentEntry.class
-artemis-4.0/uk/ac/sanger/pathogens/embl/EmblDocumentEntry.class
-artemis-4.0/uk/ac/sanger/pathogens/embl/PublicDBDocumentEntry.class
-artemis-4.0/uk/ac/sanger/pathogens/embl/SimpleDocumentEntry.class
-artemis-4.0/uk/ac/sanger/pathogens/embl/Range.class
-artemis-4.0/uk/ac/sanger/pathogens/embl/SimpleDocumentEntry$1.class
-artemis-4.0/uk/ac/sanger/pathogens/embl/RangeVector.class
-artemis-4.0/uk/ac/sanger/pathogens/embl/Location.class
-artemis-4.0/uk/ac/sanger/pathogens/embl/LocationLexer.class
-artemis-4.0/uk/ac/sanger/pathogens/embl/LocationLexer$TokenEnumeration.class
-artemis-4.0/uk/ac/sanger/pathogens/embl/LocationParseException.class
-artemis-4.0/uk/ac/sanger/pathogens/embl/QualifierVector.class
-artemis-4.0/uk/ac/sanger/pathogens/embl/Sequence.class
-artemis-4.0/uk/ac/sanger/pathogens/embl/EmblStreamSequence.class
-artemis-4.0/uk/ac/sanger/pathogens/embl/StreamSequence.class
-artemis-4.0/uk/ac/sanger/pathogens/embl/FastaStreamSequence.class
-artemis-4.0/uk/ac/sanger/pathogens/embl/RawStreamSequence.class
-artemis-4.0/uk/ac/sanger/pathogens/embl/StreamQualifier.class
-artemis-4.0/uk/ac/sanger/pathogens/embl/OutOfDateException.class
-artemis-4.0/uk/ac/sanger/pathogens/embl/LinePushBackReader.class
-artemis-4.0/uk/ac/sanger/pathogens/embl/PushBackException.class
-artemis-4.0/uk/ac/sanger/pathogens/embl/DateStampFeature.class
-artemis-4.0/uk/ac/sanger/pathogens/embl/GenbankStreamFeature.class
-artemis-4.0/uk/ac/sanger/pathogens/embl/GFFStreamFeature.class
-artemis-4.0/uk/ac/sanger/pathogens/embl/FuzzyRange.class
-artemis-4.0/uk/ac/sanger/pathogens/embl/GenbankStreamSequence.class
-artemis-4.0/uk/ac/sanger/pathogens/embl/StreamSequenceFactory.class
-artemis-4.0/uk/ac/sanger/pathogens/embl/FeatureHeader.class
-artemis-4.0/uk/ac/sanger/pathogens/embl/EmblMisc.class
-artemis-4.0/uk/ac/sanger/pathogens/embl/MiscLineGroup.class
-artemis-4.0/uk/ac/sanger/pathogens/embl/MSPcrunchStreamFeature.class
-artemis-4.0/uk/ac/sanger/pathogens/embl/GenbankMisc.class
-artemis-4.0/uk/ac/sanger/pathogens/embl/GFFMisc.class
-artemis-4.0/uk/ac/sanger/pathogens/embl/GFFDocumentEntry.class
-artemis-4.0/uk/ac/sanger/pathogens/embl/MSPcrunchDocumentEntry.class
-artemis-4.0/uk/ac/sanger/pathogens/embl/GenbankDocumentEntry.class
-artemis-4.0/uk/ac/sanger/pathogens/embl/FeatureVector.class
-artemis-4.0/uk/ac/sanger/pathogens/embl/FeatureEnumeration.class
-artemis-4.0/uk/ac/sanger/pathogens/embl/LocationParseNode.class
-artemis-4.0/uk/ac/sanger/pathogens/embl/LineGroupVector.class
-artemis-4.0/uk/ac/sanger/pathogens/embl/FeatureTable.class
-artemis-4.0/uk/ac/sanger/pathogens/embl/StreamFeatureTable.class
-artemis-4.0/uk/ac/sanger/pathogens/embl/DocumentEntryAutosaveThread.class
-artemis-4.0/uk/ac/sanger/pathogens/embl/LowerInteger.class
-artemis-4.0/uk/ac/sanger/pathogens/embl/UpperInteger.class
-artemis-4.0/uk/ac/sanger/pathogens/embl/LocationParseNodeVector.class
-artemis-4.0/uk/ac/sanger/pathogens/embl/BetweenRange.class
-artemis-4.0/uk/ac/sanger/pathogens/embl/CorbaEntry.class
-artemis-4.0/uk/ac/sanger/pathogens/embl/ReadOnlyEntry.class
-artemis-4.0/uk/ac/sanger/pathogens/embl/RWCorbaEntry.class
-artemis-4.0/uk/ac/sanger/pathogens/embl/RWCorbaEntry$1.class
-artemis-4.0/uk/ac/sanger/pathogens/embl/NucFeatureHasher.class
-artemis-4.0/uk/ac/sanger/pathogens/embl/FeatureTree.class
-artemis-4.0/uk/ac/sanger/pathogens/embl/GFFEntryInformation.class
-artemis-4.0/uk/ac/sanger/pathogens/embl/MSPcrunchEntryInformation.class
-artemis-4.0/uk/ac/sanger/pathogens/embl/FeatureTree$FeatureEnumerator.class
-artemis-4.0/uk/ac/sanger/pathogens/embl/FeatureComparator.class
-artemis-4.0/uk/ac/sanger/pathogens/embl/CorbaSequence.class
-artemis-4.0/uk/ac/sanger/pathogens/embl/CorbaFeature.class
-artemis-4.0/uk/ac/sanger/pathogens/embl/RWCorbaFeature.class
-artemis-4.0/uk/ac/sanger/pathogens/OutOfRangeException.class
-artemis-4.0/uk/ac/sanger/pathogens/ReadOnlyException.class
-artemis-4.0/uk/ac/sanger/pathogens/StringVector.class
-artemis-4.0/uk/ac/sanger/pathogens/InputStreamProgressListener.class
-artemis-4.0/uk/ac/sanger/pathogens/StringVector$1.class
-artemis-4.0/uk/ac/sanger/pathogens/InputStreamProgressEvent.class
-artemis-4.0/uk/ac/sanger/pathogens/Document.class
-artemis-4.0/uk/ac/sanger/pathogens/FileDocument.class
-artemis-4.0/uk/ac/sanger/pathogens/FastVector.class
-artemis-4.0/uk/ac/sanger/pathogens/FileProgressDocument.class
-artemis-4.0/uk/ac/sanger/pathogens/ProgressInputStream.class
-artemis-4.0/type/stringListHolder.java
-artemis-4.0/type/stringListHelper.java
-artemis-4.0/type/longListHolder.java
-artemis-4.0/type/longListHelper.java
-artemis-4.0/type/ulongListHolder.java
-artemis-4.0/type/ulongListHelper.java
-artemis-4.0/type/NoResult.java
-artemis-4.0/type/NoResultHolder.java
-artemis-4.0/type/NoResultHelper.java
-artemis-4.0/type/NoWritePermission.java
-artemis-4.0/type/NoWritePermissionHolder.java
-artemis-4.0/type/NoWritePermissionHelper.java
-artemis-4.0/type/InvalidRelation.java
-artemis-4.0/type/InvalidRelationHolder.java
-artemis-4.0/type/InvalidRelationHelper.java
-artemis-4.0/type/IndexOutOfRange.java
-artemis-4.0/type/IndexOutOfRangeHolder.java
-artemis-4.0/type/IndexOutOfRangeHelper.java
-artemis-4.0/type/InvalidArgumentValue.java
-artemis-4.0/type/InvalidArgumentValueHolder.java
-artemis-4.0/type/InvalidArgumentValueHelper.java
-artemis-4.0/type/ParseError.java
-artemis-4.0/type/ParseErrorHolder.java
-artemis-4.0/type/ParseErrorHelper.java
-artemis-4.0/type/Date.java
-artemis-4.0/type/DateHolder.java
-artemis-4.0/type/DateHelper.java
-artemis-4.0/type/DateListHolder.java
-artemis-4.0/type/DateListHelper.java
-artemis-4.0/type/Person.java
-artemis-4.0/type/PersonHolder.java
-artemis-4.0/type/PersonHelper.java
-artemis-4.0/type/PersonListHolder.java
-artemis-4.0/type/PersonListHelper.java
-artemis-4.0/type/Revision.java
-artemis-4.0/type/RevisionHolder.java
-artemis-4.0/type/RevisionHelper.java
-artemis-4.0/type/RevisionListHolder.java
-artemis-4.0/type/RevisionListHelper.java
-artemis-4.0/type/DbXref.java
-artemis-4.0/type/DbXrefHolder.java
-artemis-4.0/type/DbXrefHelper.java
-artemis-4.0/type/DbXrefListHolder.java
-artemis-4.0/type/DbXrefListHelper.java
-artemis-4.0/type/AminoAcid.java
-artemis-4.0/type/AminoAcidHolder.java
-artemis-4.0/type/AminoAcidHelper.java
-artemis-4.0/type/AminoAcidListHolder.java
-artemis-4.0/type/AminoAcidListHelper.java
-artemis-4.0/type/CodonTranslation.java
-artemis-4.0/type/CodonTranslationHolder.java
-artemis-4.0/type/CodonTranslationHelper.java
-artemis-4.0/type/CodonTranslationListHolder.java
-artemis-4.0/type/CodonTranslationListHelper.java
-artemis-4.0/type/AntiCodon.java
-artemis-4.0/type/AntiCodonHolder.java
-artemis-4.0/type/AntiCodonHelper.java
-artemis-4.0/type/AntiCodonListHolder.java
-artemis-4.0/type/AntiCodonListHelper.java
-artemis-4.0/type/TranslationException.java
-artemis-4.0/type/TranslationExceptionHolder.java
-artemis-4.0/type/TranslationExceptionHelper.java
-artemis-4.0/type/RepeatUnit.java
-artemis-4.0/type/Exact_ftc.java
-artemis-4.0/type/TranslationExceptionListHolder.java
-artemis-4.0/type/TranslationExceptionListHelper.java
-artemis-4.0/type/SpliceConsensus.java
-artemis-4.0/type/SpliceConsensusHolder.java
-artemis-4.0/type/SpliceConsensusHelper.java
-artemis-4.0/type/SpliceConsensusListHolder.java
-artemis-4.0/type/SpliceConsensusListHelper.java
-artemis-4.0/type/RepeatUnitHolder.java
-artemis-4.0/type/RepeatUnitHelper.java
-artemis-4.0/type/RepeatUnitListHolder.java
-artemis-4.0/type/RepeatUnitListHelper.java
-artemis-4.0/type/FuzzyTypeCodeHelper.java
-artemis-4.0/type/In_ftc.java
-artemis-4.0/type/Between_ftc.java
-artemis-4.0/type/Less_ftc.java
-artemis-4.0/type/Greater_ftc.java
-artemis-4.0/type/Fuzzy.java
-artemis-4.0/type/FuzzyHolder.java
-artemis-4.0/type/FuzzyHelper.java
-artemis-4.0/type/FuzzyListHolder.java
-artemis-4.0/type/FuzzyListHelper.java
-artemis-4.0/type/NoResult.class
-artemis-4.0/type/InvalidRelation.class
-artemis-4.0/type/InvalidArgumentValue.class
-artemis-4.0/type/IndexOutOfRange.class
-artemis-4.0/type/DbXref.class
-artemis-4.0/type/Revision.class
-artemis-4.0/type/InvalidRelationHelper.class
-artemis-4.0/type/InvalidArgumentValueHelper.class
-artemis-4.0/type/IndexOutOfRangeHelper.class
-artemis-4.0/type/Date.class
-artemis-4.0/type/stringListHelper.class
-artemis-4.0/type/NoResultHelper.class
-artemis-4.0/type/TranslationException.class
-artemis-4.0/type/CodonTranslation.class
-artemis-4.0/type/AntiCodon.class
-artemis-4.0/type/SpliceConsensus.class
-artemis-4.0/type/RepeatUnit.class
-artemis-4.0/type/Fuzzy.class
-artemis-4.0/type/AminoAcid.class
-artemis-4.0/type/DbXrefListHelper.class
-artemis-4.0/type/RevisionListHelper.class
-artemis-4.0/type/DbXrefHelper.class
-artemis-4.0/type/RevisionHelper.class
-artemis-4.0/type/DateHelper.class
-artemis-4.0/type/RepeatUnitHelper.class
-artemis-4.0/type/SpliceConsensusHelper.class
-artemis-4.0/type/AntiCodonHelper.class
-artemis-4.0/type/CodonTranslationHelper.class
-artemis-4.0/type/AminoAcidHelper.class
-artemis-4.0/type/TranslationExceptionHelper.class
-artemis-4.0/type/FuzzyHelper.class
-artemis-4.0/nsdb/NucSeqListHolder.java
-artemis-4.0/nsdb/NucSeqListHelper.java
-artemis-4.0/nsdb/NucFeatureListHolder.java
-artemis-4.0/nsdb/NucFeatureListHelper.java
-artemis-4.0/nsdb/LocationListHolder.java
-artemis-4.0/nsdb/LocationListHelper.java
-artemis-4.0/nsdb/FeatureLocationListHolder.java
-artemis-4.0/nsdb/FeatureLocationListHelper.java
-artemis-4.0/nsdb/EntryInfoListHolder.java
-artemis-4.0/nsdb/EntryInfoListHelper.java
-artemis-4.0/nsdb/InexactLocation.java
-artemis-4.0/nsdb/InexactLocationHolder.java
-artemis-4.0/nsdb/InexactLocationHelper.java
-artemis-4.0/nsdb/EntryInfo.java
-artemis-4.0/nsdb/EntryInfoOperations.java
-artemis-4.0/nsdb/EntryInfoHelper.java
-artemis-4.0/nsdb/EntryInfoHolder.java
-artemis-4.0/nsdb/_EntryInfoStub.java
-artemis-4.0/nsdb/EntryInfoPOA.java
-artemis-4.0/nsdb/EntryInfoPOATie.java
-artemis-4.0/nsdb/Location.java
-artemis-4.0/nsdb/LocationOperations.java
-artemis-4.0/nsdb/LocationHelper.java
-artemis-4.0/nsdb/LocationHolder.java
-artemis-4.0/nsdb/_LocationStub.java
-artemis-4.0/nsdb/LocationPOA.java
-artemis-4.0/nsdb/LocationPOATie.java
-artemis-4.0/nsdb/LocationPackage/IdListHolder.java
-artemis-4.0/nsdb/LocationPackage/IdListHelper.java
-artemis-4.0/nsdb/LocationPackage/LocNodeTypeCodeHelper.java
-artemis-4.0/nsdb/LocationPackage/LocVirtualSegment.java
-artemis-4.0/nsdb/LocationPackage/LocVirtualSegmentHolder.java
-artemis-4.0/nsdb/LocationPackage/LocVirtualSegmentHelper.java
-artemis-4.0/nsdb/LocationPackage/LocGapHolder.java
-artemis-4.0/nsdb/LocationPackage/LocGapHelper.java
-artemis-4.0/nsdb/LocationPackage/LocPhysicalSegmentHolder.java
-artemis-4.0/nsdb/LocationPackage/LocPhysicalSegmentHelper.java
-artemis-4.0/nsdb/LocationPackage/LocOperator.java
-artemis-4.0/nsdb/LocationPackage/LocOperatorHolder.java
-artemis-4.0/nsdb/LocationPackage/LocOperatorHelper.java
-artemis-4.0/nsdb/LocationPackage/LocationNode_u.java
-artemis-4.0/nsdb/LocationPackage/LocOperator.class
-artemis-4.0/nsdb/LocationPackage/LocationNode_uHolder.java
-artemis-4.0/nsdb/LocationPackage/LocationNode_uHelper.java
-artemis-4.0/nsdb/LocationPackage/LocationNodeListHolder.java
-artemis-4.0/nsdb/LocationPackage/LocationNodeListHelper.java
-artemis-4.0/nsdb/LocationPackage/LocationNode_u.class
-artemis-4.0/nsdb/LocationPackage/LocVirtualSegment.class
-artemis-4.0/nsdb/LocationPackage/LocationNodeListHelper.class
-artemis-4.0/nsdb/LocationPackage/LocationNode_uHelper.class
-artemis-4.0/nsdb/LocationPackage/LocOperatorHelper.class
-artemis-4.0/nsdb/LocationPackage/LocGapHelper.class
-artemis-4.0/nsdb/LocationPackage/LocPhysicalSegmentHelper.class
-artemis-4.0/nsdb/LocationPackage/LocVirtualSegmentHelper.class
-artemis-4.0/nsdb/LocationPackage/IdListHelper.class
-artemis-4.0/nsdb/FeatureLocation.java
-artemis-4.0/nsdb/FeatureLocationOperations.java
-artemis-4.0/nsdb/FeatureLocationPOA.java
-artemis-4.0/nsdb/FeatureLocationHelper.java
-artemis-4.0/nsdb/FeatureLocationHolder.java
-artemis-4.0/nsdb/_FeatureLocationStub.java
-artemis-4.0/nsdb/FeatureLocationPOATie.java
-artemis-4.0/nsdb/NucFeature.java
-artemis-4.0/nsdb/NucFeaturePOA.java
-artemis-4.0/nsdb/NucFeatureOperations.java
-artemis-4.0/nsdb/NucFeatureHelper.java
-artemis-4.0/nsdb/NucFeatureHolder.java
-artemis-4.0/nsdb/_NucFeatureStub.java
-artemis-4.0/nsdb/NucFeaturePOATie.java
-artemis-4.0/nsdb/NucFeaturePackage/QualifierTypeCodeHelper.java
-artemis-4.0/nsdb/NucFeaturePackage/QualifierValue_u.java
-artemis-4.0/nsdb/NucFeaturePackage/QualifierValue_uHolder.java
-artemis-4.0/nsdb/NucFeaturePackage/QualifierValue_uHelper.java
-artemis-4.0/nsdb/NucFeaturePackage/QualifierValueListHolder.java
-artemis-4.0/nsdb/NucFeaturePackage/QualifierValueListHelper.java
-artemis-4.0/nsdb/NucFeaturePackage/Qualifier.java
-artemis-4.0/nsdb/NucFeaturePackage/QualifierHolder.java
-artemis-4.0/nsdb/NucFeaturePackage/QualifierHelper.java
-artemis-4.0/nsdb/NucFeaturePackage/QualifierListHolder.java
-artemis-4.0/nsdb/NucFeaturePackage/QualifierListHelper.java
-artemis-4.0/nsdb/NucFeaturePackage/Qualifier.class
-artemis-4.0/nsdb/NucFeaturePackage/QualifierValue_u.class
-artemis-4.0/nsdb/NucFeaturePackage/QualifierListHelper.class
-artemis-4.0/nsdb/NucFeaturePackage/QualifierHelper.class
-artemis-4.0/nsdb/NucFeaturePackage/QualifierValue_uHelper.class
-artemis-4.0/nsdb/NucFeaturePackage/QualifierValueListHelper.class
-artemis-4.0/nsdb/NucSeq.java
-artemis-4.0/nsdb/NucSeqOperations.java
-artemis-4.0/nsdb/NucSeqHelper.java
-artemis-4.0/nsdb/NucSeqHolder.java
-artemis-4.0/nsdb/_NucSeqStub.java
-artemis-4.0/nsdb/NucSeqPOA.java
-artemis-4.0/nsdb/NucSeqPOATie.java
-artemis-4.0/nsdb/Embl.java
-artemis-4.0/nsdb/EmblSeq.java
-artemis-4.0/nsdb/EmblSeqOperations.java
-artemis-4.0/nsdb/EmblSeqHelper.java
-artemis-4.0/nsdb/EmblSeqHolder.java
-artemis-4.0/nsdb/_EmblSeqStub.java
-artemis-4.0/nsdb/EmblSeqPOA.java
-artemis-4.0/nsdb/EmblSeqPOATie.java
-artemis-4.0/nsdb/EmblOperations.java
-artemis-4.0/nsdb/EmblHelper.java
-artemis-4.0/nsdb/EmblHolder.java
-artemis-4.0/nsdb/_EmblStub.java
-artemis-4.0/nsdb/EmblPOA.java
-artemis-4.0/nsdb/EmblPOATie.java
-artemis-4.0/nsdb/EmblPackage/Superceded.java
-artemis-4.0/nsdb/EmblPackage/SupercededHolder.java
-artemis-4.0/nsdb/EmblPackage/SupercededHelper.java
-artemis-4.0/nsdb/EmblPackage/Superceded.class
-artemis-4.0/nsdb/EmblPackage/SupercededHelper.class
-artemis-4.0/nsdb/OutOfDate.java
-artemis-4.0/nsdb/LocationParse.java
-artemis-4.0/nsdb/OutOfDateHolder.java
-artemis-4.0/nsdb/OutOfDateHelper.java
-artemis-4.0/nsdb/ReadOnlyException.java
-artemis-4.0/nsdb/ReadOnlyExceptionHolder.java
-artemis-4.0/nsdb/ReadOnlyExceptionHelper.java
-artemis-4.0/nsdb/LocationParseHolder.java
-artemis-4.0/nsdb/LocationParseHelper.java
-artemis-4.0/nsdb/QualifierParse.java
-artemis-4.0/nsdb/QualifierParseHolder.java
-artemis-4.0/nsdb/QualifierParseHelper.java
-artemis-4.0/nsdb/InvalidQualifier.java
-artemis-4.0/nsdb/InvalidQualifierHolder.java
-artemis-4.0/nsdb/InvalidQualifierHelper.java
-artemis-4.0/nsdb/NucFeatureWriterListHolder.java
-artemis-4.0/nsdb/NucFeatureWriterListHelper.java
-artemis-4.0/nsdb/datestamp_tHelper.java
-artemis-4.0/nsdb/Datestamp.java
-artemis-4.0/nsdb/DatestampHolder.java
-artemis-4.0/nsdb/DatestampHelper.java
-artemis-4.0/nsdb/EntryStats.java
-artemis-4.0/nsdb/EntryStatsHolder.java
-artemis-4.0/nsdb/EntryStatsHelper.java
-artemis-4.0/nsdb/ServerInfo.java
-artemis-4.0/nsdb/EmblWriter.java
-artemis-4.0/nsdb/ServerInfoHolder.java
-artemis-4.0/nsdb/ServerInfoHelper.java
-artemis-4.0/nsdb/EmblWriterOperations.java
-artemis-4.0/nsdb/EmblWriterHelper.java
-artemis-4.0/nsdb/EmblWriterHolder.java
-artemis-4.0/nsdb/_EmblWriterStub.java
-artemis-4.0/nsdb/EmblWriterPOA.java
-artemis-4.0/nsdb/EmblWriterPOATie.java
-artemis-4.0/nsdb/InvalidKey.java
-artemis-4.0/nsdb/InvalidKeyHolder.java
-artemis-4.0/nsdb/InvalidKeyHelper.java
-artemis-4.0/nsdb/CommitFailed.java
-artemis-4.0/nsdb/CommitFailedHolder.java
-artemis-4.0/nsdb/CommitFailedHelper.java
-artemis-4.0/nsdb/EmblSeqWriter.java
-artemis-4.0/nsdb/EmblSeqWriterOperations.java
-artemis-4.0/nsdb/EmblSeqWriterHelper.java
-artemis-4.0/nsdb/EmblSeqWriterHolder.java
-artemis-4.0/nsdb/_EmblSeqWriterStub.java
-artemis-4.0/nsdb/EmblSeqWriterPOA.java
-artemis-4.0/nsdb/EmblSeqWriterPOATie.java
-artemis-4.0/nsdb/NucFeatureWriter.java
-artemis-4.0/nsdb/NucFeatureWriterOperations.java
-artemis-4.0/nsdb/Embl.class
-artemis-4.0/nsdb/NucFeatureWriterHelper.java
-artemis-4.0/nsdb/NucFeatureWriterHolder.java
-artemis-4.0/nsdb/_NucFeatureWriterStub.java
-artemis-4.0/nsdb/NucFeatureWriterPOA.java
-artemis-4.0/nsdb/NucFeatureWriterPOATie.java
-artemis-4.0/nsdb/EmblSeq.class
-artemis-4.0/nsdb/EmblSeqOperations.class
-artemis-4.0/nsdb/NucSeq.class
-artemis-4.0/nsdb/EntryInfo.class
-artemis-4.0/nsdb/NucSeqOperations.class
-artemis-4.0/nsdb/EntryInfoOperations.class
-artemis-4.0/nsdb/InexactLocation.class
-artemis-4.0/nsdb/ServerInfo.class
-artemis-4.0/nsdb/EntryStats.class
-artemis-4.0/nsdb/EmblOperations.class
-artemis-4.0/nsdb/EmblWriter.class
-artemis-4.0/nsdb/EmblWriterOperations.class
-artemis-4.0/nsdb/EmblWriterHelper.class
-artemis-4.0/nsdb/NucFeature.class
-artemis-4.0/nsdb/NucFeatureOperations.class
-artemis-4.0/nsdb/EmblSeqWriter.class
-artemis-4.0/nsdb/EmblSeqWriterOperations.class
-artemis-4.0/nsdb/LocationParse.class
-artemis-4.0/nsdb/InvalidKey.class
-artemis-4.0/nsdb/ReadOnlyException.class
-artemis-4.0/nsdb/CommitFailed.class
-artemis-4.0/nsdb/NucFeatureWriter.class
-artemis-4.0/nsdb/NucFeatureWriterOperations.class
-artemis-4.0/nsdb/QualifierParse.class
-artemis-4.0/nsdb/InvalidQualifier.class
-artemis-4.0/nsdb/OutOfDate.class
-artemis-4.0/nsdb/EmblHelper.class
-artemis-4.0/nsdb/Location.class
-artemis-4.0/nsdb/LocationOperations.class
-artemis-4.0/nsdb/InexactLocationHelper.class
-artemis-4.0/nsdb/_EmblWriterStub.class
-artemis-4.0/nsdb/FeatureLocation.class
-artemis-4.0/nsdb/FeatureLocationOperations.class
-artemis-4.0/nsdb/Datestamp.class
-artemis-4.0/nsdb/_EmblStub.class
-artemis-4.0/nsdb/LocationParseHelper.class
-artemis-4.0/nsdb/CommitFailedHelper.class
-artemis-4.0/nsdb/EmblSeqWriterHelper.class
-artemis-4.0/nsdb/NucFeatureWriterHelper.class
-artemis-4.0/nsdb/QualifierParseHelper.class
-artemis-4.0/nsdb/ServerInfoHelper.class
-artemis-4.0/nsdb/EmblSeqHelper.class
-artemis-4.0/nsdb/_EmblSeqWriterStub.class
-artemis-4.0/nsdb/_NucFeatureWriterStub.class
-artemis-4.0/nsdb/EntryStatsHelper.class
-artemis-4.0/nsdb/_EmblSeqStub.class
-artemis-4.0/nsdb/NucFeatureListHelper.class
-artemis-4.0/nsdb/DatestampHelper.class
-artemis-4.0/nsdb/NucFeatureHelper.class
-artemis-4.0/nsdb/ReadOnlyExceptionHelper.class
-artemis-4.0/nsdb/LocationHelper.class
-artemis-4.0/nsdb/InvalidKeyHelper.class
-artemis-4.0/nsdb/InvalidQualifierHelper.class
-artemis-4.0/nsdb/OutOfDateHelper.class
-artemis-4.0/nsdb/FeatureLocationHelper.class
-artemis-4.0/nsdb/_NucFeatureStub.class
-artemis-4.0/nsdb/_LocationStub.class
-artemis-4.0/nsdb/_FeatureLocationStub.class
-artemis-4.0/seqdb/BioSeq.java
-artemis-4.0/seqdb/BioSeqOperations.java
-artemis-4.0/seqdb/BioSeqHelper.java
-artemis-4.0/seqdb/BioSeqHolder.java
-artemis-4.0/seqdb/_BioSeqStub.java
-artemis-4.0/seqdb/BioSeqPOA.java
-artemis-4.0/seqdb/BioSeqPOATie.java
-artemis-4.0/seqdb/Feature.java
-artemis-4.0/seqdb/FeatureOperations.java
-artemis-4.0/seqdb/FeatureHelper.java
-artemis-4.0/seqdb/FeatureHolder.java
-artemis-4.0/seqdb/_FeatureStub.java
-artemis-4.0/seqdb/FeaturePOA.java
-artemis-4.0/seqdb/FeaturePOATie.java
-artemis-4.0/seqdb/SeqInfo.java
-artemis-4.0/seqdb/SeqInfoOperations.java
-artemis-4.0/seqdb/SeqInfoHelper.java
-artemis-4.0/seqdb/SeqInfoPOA.java
-artemis-4.0/seqdb/SeqInfoHolder.java
-artemis-4.0/seqdb/_SeqInfoStub.java
-artemis-4.0/seqdb/SeqInfoPOATie.java
-artemis-4.0/seqdb/SeqInfo.class
-artemis-4.0/seqdb/SeqInfoOperations.class
-artemis-4.0/seqdb/BioSeqOperations.class
-artemis-4.0/seqdb/BioSeq.class
-artemis-4.0/seqdb/Feature.class
-artemis-4.0/seqdb/FeatureOperations.class
-artemis-4.0/Ensembl/artemis/RequestedSequenceTooLong.java
-artemis-4.0/Ensembl/artemis/RequestedSequenceTooLongHolder.java
-artemis-4.0/Ensembl/artemis/RequestedSequenceTooLongHelper.java
-artemis-4.0/Ensembl/artemis/NoEntry.java
-artemis-4.0/Ensembl/artemis/NoEntryHolder.java
-artemis-4.0/Ensembl/artemis/NoEntryHelper.java
-artemis-4.0/Ensembl/artemis/BioSequence.java
-artemis-4.0/Ensembl/artemis/BioSequenceOperations.java
-artemis-4.0/Ensembl/artemis/BioSequenceHelper.java
-artemis-4.0/Ensembl/artemis/BioSequenceHolder.java
-artemis-4.0/Ensembl/artemis/_BioSequenceStub.java
-artemis-4.0/Ensembl/artemis/BioSequencePOA.java
-artemis-4.0/Ensembl/artemis/BioSequencePOATie.java
-artemis-4.0/Ensembl/artemis/Qualifier.java
-artemis-4.0/Ensembl/artemis/QualifierHolder.java
-artemis-4.0/Ensembl/artemis/QualifierHelper.java
-artemis-4.0/Ensembl/artemis/QualifierListHolder.java
-artemis-4.0/Ensembl/artemis/QualifierListHelper.java
-artemis-4.0/Ensembl/artemis/Feature.java
-artemis-4.0/Ensembl/artemis/FeatureOperations.java
-artemis-4.0/Ensembl/artemis/FeatureHelper.java
-artemis-4.0/Ensembl/artemis/FeatureHolder.java
-artemis-4.0/Ensembl/artemis/_FeatureStub.java
-artemis-4.0/Ensembl/artemis/FeaturePOA.java
-artemis-4.0/Ensembl/artemis/DB.java
-artemis-4.0/Ensembl/artemis/FeaturePOATie.java
-artemis-4.0/Ensembl/artemis/FeatureListHolder.java
-artemis-4.0/Ensembl/artemis/FeatureListHelper.java
-artemis-4.0/Ensembl/artemis/Entry.java
-artemis-4.0/Ensembl/artemis/EntryOperations.java
-artemis-4.0/Ensembl/artemis/EntryHelper.java
-artemis-4.0/Ensembl/artemis/EntryHolder.java
-artemis-4.0/Ensembl/artemis/_EntryStub.java
-artemis-4.0/Ensembl/artemis/EntryPOA.java
-artemis-4.0/Ensembl/artemis/EntryPOATie.java
-artemis-4.0/Ensembl/artemis/QualifierDefinitionListHolder.java
-artemis-4.0/Ensembl/artemis/QualifierDefinitionListHelper.java
-artemis-4.0/Ensembl/artemis/FeatureDefinition.java
-artemis-4.0/Ensembl/artemis/FeatureDefinitionHolder.java
-artemis-4.0/Ensembl/artemis/FeatureDefinitionHelper.java
-artemis-4.0/Ensembl/artemis/FeatureDefinitionListHolder.java
-artemis-4.0/Ensembl/artemis/FeatureDefinitionListHelper.java
-artemis-4.0/Ensembl/artemis/EntryNameListHolder.java
-artemis-4.0/Ensembl/artemis/EntryNameListHelper.java
-artemis-4.0/Ensembl/artemis/DBOperations.java
-artemis-4.0/Ensembl/artemis/DBHelper.java
-artemis-4.0/Ensembl/artemis/DBHolder.java
-artemis-4.0/Ensembl/artemis/_DBStub.java
-artemis-4.0/Ensembl/artemis/DBPOA.java
-artemis-4.0/Ensembl/artemis/DBPOATie.java
-artemis-4.0/Diana.class
-artemis-4.0/AppGlobal.class
+artemis-%%PORTVERSION%%/images/icon.gif
+artemis-%%PORTVERSION%%/images/helix.gif
+artemis-%%PORTVERSION%%/images/sanger-centre.gif
+artemis-%%PORTVERSION%%/README
+artemis-%%PORTVERSION%%/act
+artemis-%%PORTVERSION%%/art
+artemis-%%PORTVERSION%%/etc/CVS/Root
+artemis-%%PORTVERSION%%/etc/CVS/Repository
+artemis-%%PORTVERSION%%/etc/CVS/Entries
+artemis-%%PORTVERSION%%/etc/af063097.embl
+artemis-%%PORTVERSION%%/etc/af063097.fasta
+artemis-%%PORTVERSION%%/etc/af063097_v_b132222.crunch
+artemis-%%PORTVERSION%%/etc/b132222.embl
+artemis-%%PORTVERSION%%/etc/b132222.fasta
+artemis-%%PORTVERSION%%/etc/c1215.blastn.crunch
+artemis-%%PORTVERSION%%/etc/c1215.blastn.tab
+artemis-%%PORTVERSION%%/etc/c1215.embl
+artemis-%%PORTVERSION%%/etc/c1215.genbank
+artemis-%%PORTVERSION%%/etc/c1215.seq
+artemis-%%PORTVERSION%%/etc/feature_keys
+artemis-%%PORTVERSION%%/etc/options
+artemis-%%PORTVERSION%%/etc/pombe.usage
+artemis-%%PORTVERSION%%/etc/qualifier_types
+artemis-%%PORTVERSION%%/etc/results_to_netscape
+artemis-%%PORTVERSION%%/etc/run_blastn
+artemis-%%PORTVERSION%%/etc/run_blastp
+artemis-%%PORTVERSION%%/etc/run_blastx
+artemis-%%PORTVERSION%%/etc/run_clustalx
+artemis-%%PORTVERSION%%/etc/run_fasta
+artemis-%%PORTVERSION%%/etc/run_fastx
+artemis-%%PORTVERSION%%/etc/run_hth
+artemis-%%PORTVERSION%%/etc/run_jalview
+artemis-%%PORTVERSION%%/etc/run_pepstats
+artemis-%%PORTVERSION%%/etc/run_sigcleave
+artemis-%%PORTVERSION%%/etc/run_smart
+artemis-%%PORTVERSION%%/etc/run_tblastn
+artemis-%%PORTVERSION%%/etc/run_tblastx
+artemis-%%PORTVERSION%%/uk/CVS/Root
+artemis-%%PORTVERSION%%/uk/CVS/Repository
+artemis-%%PORTVERSION%%/uk/CVS/Entries
+artemis-%%PORTVERSION%%/uk/CVS/Entries.Log
+artemis-%%PORTVERSION%%/uk/ac/CVS/Root
+artemis-%%PORTVERSION%%/uk/ac/CVS/Repository
+artemis-%%PORTVERSION%%/uk/ac/CVS/Entries
+artemis-%%PORTVERSION%%/uk/ac/CVS/Entries.Log
+artemis-%%PORTVERSION%%/uk/ac/sanger/CVS/Root
+artemis-%%PORTVERSION%%/uk/ac/sanger/CVS/Repository
+artemis-%%PORTVERSION%%/uk/ac/sanger/CVS/Entries
+artemis-%%PORTVERSION%%/uk/ac/sanger/CVS/Entries.Log
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/CVS/Root
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/CVS/Repository
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/CVS/Entries
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/CVS/Entries.Log
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/CVS/Root
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/CVS/Repository
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/CVS/Entries
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/Splash$1.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/ActMain.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/AddMenu.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/AlignMatchViewer.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/AlignmentEvent.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/AlignmentListener.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/AlignmentViewer.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/ArtemisCheckboxMenuItem.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/ArtemisMain.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/BasePlot.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/BasePlotGroup.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/BioJavaEntrySource.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/CanvasPanel.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/ChoiceFrame.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/ComparatorDialog.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/ComparatorGlue.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/CorbaEntrySource.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/DbfetchEntrySource.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/DisplayAdjustmentEvent.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/DisplayAdjustmentListener.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/DisplayComponent.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/EMBLCorbaEntrySource.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/EditMenu.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/EntryActionListener.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/EntryEdit.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/EntryEditVector.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/EntryFileDialog.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/EntryGroupDisplay.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/EntryGroupInfoDisplay.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/EntryGroupMenu.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/EntryGroupPanel.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/FeatureDisplay.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/EntryHeaderEdit.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/ExternalProgramOptions.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/FeatureAminoAcidViewer.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/FeatureBaseViewer.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/FeatureEdit.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/FileNode.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/FeatureInfo.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/FeatureList.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/FeatureListFrame.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/FeaturePlot.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/FeaturePlotGroup.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/FeaturePopup.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/FeatureViewer.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/FileDialogEntrySource.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/FileManager.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/FileTree.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/FileViewer.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/GotoMenu.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/GraphMenu.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/KeyChoice.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/InputStreamProgressDialog.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/KeyChooser.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/ListDialog.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/LogReadListener.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/LogViewer.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/MarkerRangeRequester.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/MarkerRangeRequesterEvent.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/MarkerRangeRequesterListener.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/MessageDialog.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/MessageFrame.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/MultiComparator.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/Navigator.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/Plot.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/PlotMouseListener.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/ProcessWatcher.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/ProcessWatcherEvent.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/ProcessWatcherListener.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/ProgressThread.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/QualifierChoice.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/QualifierEditor.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/QualifierTextArea.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/RunMenu.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/ScoreChangeEvent.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/ScoreChangeListener.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/ScoreChanger.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/ScoreScrollbar.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/SearchResultViewer.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/SelectMenu.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/SelectionInfoDisplay.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/SelectionMenu.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/Splash.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/SelectionViewer.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/Selector.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/SequenceViewer.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/StickyFileChooser.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/SwingWorker.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/TaskViewerFrame.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/TextDialog.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/TextFieldSink.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/TextRequester.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/TextRequesterEvent.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/TextRequesterListener.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/Utilities.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/ViewMenu.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/WritableEMBLCorbaEntrySource.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/WriteMenu.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/YesNoDialog.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/ArtemisMain$1.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/ArtemisMain$2.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/ArtemisMain$3.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/ArtemisMain$4.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/ArtemisMain$5.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/ArtemisMain.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/Plot.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/Splash$2.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/Splash$4.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/Splash$5.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/Splash$6.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/Splash$7.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/Splash$8.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/Splash$9.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/Splash$10.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/Splash$3.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/Splash.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/EntryEditVector.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/FileManager$2.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/FileManager$1.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/EntryEdit.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/FileManager$3.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/FileManager$4.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/FileManager$5.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/FileManager$6.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/FileManager$7.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/FileManager$8.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/FileManager$9.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/FileManager$10.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/FileManager$11.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/FileManager$12.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/FileManager$13.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/FileManager$14.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/FileManager$15.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/FileManager.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/ProgressThread.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/EntryEdit$1.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/EntryEdit$2.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/EntryEdit$3.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/EntryEdit$4.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/EntryEdit$5.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/EntryEdit$6.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/EntryEdit$7.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/EntryEdit$8.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/EntryEdit$9.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/EntryEdit$10.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/EntryEdit$11.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/EntryEdit$12.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/EntryEdit$13.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/EntryEdit$14.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/LogViewer$1.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/LogViewer.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/FileTree$1.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/FileTree$2.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/FileTree$3.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/FileTree$4.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/FileTree$5.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/FileTree$PopupListener.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/FileTree.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/EntryGroupDisplay$1.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/EntryGroupDisplay$2.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/EntryGroupDisplay.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/FeatureDisplay$1.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/FeatureDisplay$2.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/FeatureDisplay$3.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/FeatureDisplay$4.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/FeatureDisplay$5.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/FeatureDisplay$6.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/FeatureDisplay$7.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/FeatureDisplay.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/EntryGroupPanel$1.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/CanvasPanel$1.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/EntryGroupPanel.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/CanvasPanel.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/DisplayComponent.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/DisplayAdjustmentListener.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/BasePlotGroup.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/FeatureList$1.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/FeatureList$2.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/FeatureList$3.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/FeatureList$4.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/FeatureList.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/FileViewer$1.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/FileViewer$2.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/FileViewer$3.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/FileViewer.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/FileNode.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/DisplayAdjustmentEvent.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/BasePlot$1.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/BasePlot.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/Plot$1.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/Plot$2.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/Plot$3.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/Plot$5.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/Plot$6.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/Plot$4.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/Plot$7.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/PlotMouseListener.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/ReadFeaturesActionListener.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/EntryActionListener.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/SaveEntryActionListener.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/MessageDialog.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/SaveEntryAsActionListener.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/SaveEntryAsEMBLActionListener.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/SaveEntryAsGenbankActionListener.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/SaveEntryAsGFFActionListener.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/SaveEntryAsSubmissionActionListener.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/MessageDialog$1.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/MessageDialog$2.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/MessageDialog$3.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/Utilities.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/EntryFileDialog$1.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/EntryFileDialog$2.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/EntryFileDialog$3.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/EntryFileDialog.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/StickyFileChooser.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/SwingWorker$ThreadVar.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/SwingWorker$1.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/SwingWorker$2.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/SwingWorker.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/SelectionInfoDisplay$1.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/SelectionInfoDisplay.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/YesNoDialog$1.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/YesNoDialog$2.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/YesNoDialog.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/ViewMenu$1.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/ViewMenu$2.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/ViewMenu$3.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/ViewMenu$4.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/ViewMenu$5.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/ViewMenu$6.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/ViewMenu$7.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/ViewMenu$8.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/ViewMenu$9.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/ViewMenu$10.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/ViewMenu$11.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/ViewMenu$12.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/ViewMenu$13.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/ViewMenu$14.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/ViewMenu$15.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/ViewMenu$16.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/ViewMenu$17.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/ViewMenu$18.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/ViewMenu$19.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/ViewMenu$20.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/ViewMenu$21.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/ViewMenu$22.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/ViewMenu$23.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/ViewMenu$24.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/ViewMenu$25.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/ViewMenu$26.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/ViewMenu$27.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/ViewMenu$28.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/ViewMenu$29.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/ViewMenu$30.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/ViewMenu$31.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/ViewMenu$32.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/ViewMenu$33.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/ViewMenu.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/SelectionMenu.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/EntryGroupMenu$1.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/EntryGroupMenu$2.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/EntryGroupMenu$3.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/EntryGroupMenu$4.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/EntryGroupMenu$5.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/EntryGroupMenu$6.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/EntryGroupMenu$7.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/EntryGroupMenu.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/SelectMenu$1.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/SelectMenu$2.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/SelectMenu$3.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/SelectMenu$4.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/SelectMenu$5.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/SelectMenu$6.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/SelectMenu$7.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/SelectMenu$8.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/SelectMenu$9.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/SelectMenu$10.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/SelectMenu$11.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/SelectMenu$12.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/SelectMenu$13.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/SelectMenu$14.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/SelectMenu$15.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/SelectMenu$16.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/SelectMenu$1SelectListener.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/SelectMenu$17.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/SelectMenu$18.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/SelectMenu$19.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/SelectMenu$20.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/SelectMenu.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/GotoMenu$1.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/GotoMenu$2.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/GotoMenu$3.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/GotoMenu$4.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/GotoMenu$5.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/GotoMenu$6.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/GotoMenu$7.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/GotoMenu$8.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/GotoMenu$9.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/GotoMenu$10.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/GotoMenu.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/EditMenu$1.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/EditMenu$2.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/EditMenu$3.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/EditMenu$4.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/EditMenu$5.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/EditMenu$6.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/EditMenu$7.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/EditMenu$8.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/EditMenu$9.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/EditMenu$10.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/EditMenu$11.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/EditMenu$12.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/EditMenu$13.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/EditMenu$14.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/EditMenu$15.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/EditMenu$16.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/EditMenu$17.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/EditMenu$18.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/EditMenu$19.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/EditMenu$20.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/EditMenu$21.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/EditMenu$22.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/EditMenu$23.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/EditMenu$24.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/EditMenu$25.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/EditMenu$26.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/EditMenu$27.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/EditMenu$28.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/EditMenu$29.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/EditMenu$30.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/EditMenu.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/AddMenu$1.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/AddMenu$2.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/AddMenu$3.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/AddMenu$4.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/AddMenu$5.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/AddMenu$6.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/AddMenu$7.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/AddMenu$8.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/AddMenu$9.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/AddMenu$10.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/AddMenu$11.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/AddMenu$12.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/AddMenu$13.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/AddMenu$14.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/AddMenu$15.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/AddMenu$16.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/AddMenu$17.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/AddMenu$18.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/AddMenu.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/WriteMenu$1.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/WriteMenu$2.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/WriteMenu$3.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/WriteMenu$4.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/WriteMenu$5.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/WriteMenu$6.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/WriteMenu$7.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/WriteMenu$8.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/WriteMenu$9.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/WriteMenu$10.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/WriteMenu$11.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/WriteMenu$12.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/WriteMenu$13.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/WriteMenu$14.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/WriteMenu$15.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/WriteMenu$16.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/WriteMenu$17.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/WriteMenu$18.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/WriteMenu$19.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/WriteMenu$20.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/WriteMenu$21.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/WriteMenu.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/RunMenu$2.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/RunMenu$1.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/RunMenu$3.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/RunMenu.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/GraphMenu$1.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/GraphMenu$2.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/GraphMenu$3.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/GraphMenu$4.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/GraphMenu.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/EntryGroupInfoDisplay$1.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/EntryGroupInfoDisplay$2.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/EntryGroupInfoDisplay$3.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/EntryGroupInfoDisplay.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/FeaturePopup$1.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/FeaturePopup$2.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/FeaturePopup$3.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/FeaturePopup$4.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/FeaturePopup$5.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/FeaturePopup$6.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/FeaturePopup$7.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/FeaturePopup$8.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/FeaturePopup$9.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/FeaturePopup$10.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/FeaturePopup$11.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/FeaturePopup$12.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/FeaturePopup$13.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/FeaturePopup$15.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/FeaturePopup$16.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/FeaturePopup$14.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/KeyChoice.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/FeaturePopup$17.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/FeaturePopup$18.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/FeaturePopup$19.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/FeaturePopup$20.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/FeaturePopup$21.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/FeaturePopup$22.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/FeaturePopup$23.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/FeaturePopup$24.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/FeaturePopup$25.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/FeaturePopup$26.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/FeaturePopup.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/FeatureEdit$1.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/FeatureEdit$2.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/FeatureEdit$3.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/FeatureEdit$4.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/FeatureEdit$5.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/FeatureEdit$6.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/FeatureEdit$7.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/FeatureEdit$8.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/FeatureEdit$9.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/FeatureEdit$10.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/FeatureEdit$11.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/FeatureEdit$12.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/FeatureEdit$13.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/FeatureEdit$14.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/FeatureEdit$15.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/FeatureEdit$16.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/FeatureEdit.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/QualifierChoice.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/QualifierTextArea.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/FileDialogEntrySource.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/DbfetchEntrySource.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/EMBLCorbaEntrySource.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/CorbaEntrySource.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/WritableEMBLCorbaEntrySource$1.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/WritableEMBLCorbaEntrySource.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/LogReadListener.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/KeyChooser$1.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/InputStreamProgressDialog$1.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/InputStreamProgressDialog$2.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/InputStreamProgressDialog$3.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/InputStreamProgressDialog.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/SelectionViewer$1.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/SelectionViewer.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/FeatureListFrame$1.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/FeatureListFrame$2.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/FeatureListFrame$3.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/FeatureListFrame.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/KeyChooser$2.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/KeyChooser$3.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/KeyChooser.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/FeatureViewer$1.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/FeatureViewer.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/FeaturePlotGroup$1.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/FeaturePlotGroup$2.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/FeaturePlotGroup$3.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/FeaturePlotGroup$4.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/FeaturePlotGroup.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/SearchResultViewer$1.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/SearchResultViewer.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/FeatureInfo$1.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/FeatureInfo$2.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/FeatureInfo.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/FeatureBaseViewer$1.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/FeatureBaseViewer.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/SequenceViewer.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/FeatureAminoAcidViewer$1.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/FeatureAminoAcidViewer.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/TextRequester$1.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/TextRequester$2.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/TextRequester$3.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/TextRequester.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/TextRequesterListener.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/TextRequesterEvent.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/Selector$1.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/Selector$2.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/Selector$3.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/Selector$4.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/Selector$5.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/Selector$6.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/Selector$7.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/Selector$8.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/Selector$9.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/Selector$10.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/Selector$11.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/Selector$12.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/Selector$13.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/Selector$14.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/Selector$15.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/Selector$16.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/Selector.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/ChoiceFrame$1.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/ChoiceFrame$2.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/ChoiceFrame$3.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/ChoiceFrame.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/MarkerRangeRequester.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/MarkerRangeRequesterListener.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/MarkerRangeRequesterEvent.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/Navigator$1.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/Navigator$2.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/Navigator$3.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/Navigator$4.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/Navigator$5.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/Navigator$6.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/Navigator$7.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/Navigator$8.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/Navigator$9.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/Navigator$10.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/Navigator.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/EntryHeaderEdit$1.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/EntryHeaderEdit.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/QualifierEditor$1.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/QualifierEditor$2.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/ActMain$1.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/QualifierEditor$3.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/QualifierEditor$4.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/QualifierEditor$5.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/QualifierEditor.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/TextDialog$1.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/TextDialog$2.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/TextDialog$3.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/TextDialog.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/MessageFrame$1.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/MessageFrame$2.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/MessageFrame$3.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/MessageFrame.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/ExternalProgramOptions$1.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/ExternalProgramOptions.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/ScoreChangeListener.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/ScoreChangeEvent.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/ScoreChanger$1.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/ScoreChanger$2.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/ScoreChanger$3.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/ScoreChanger$4.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/ScoreChanger$5.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/ScoreChanger.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/ActMain$2.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/ScoreScrollbar.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/ArtemisCheckboxMenuItem.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/ProcessWatcher.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/ProcessWatcherListener.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/ProcessWatcherEvent.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/ListDialog$1.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/ListDialog$2.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/ListDialog.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/FeaturePlot.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/ActMain$3.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/ActMain.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/MultiComparator$1.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/MultiComparator$2.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/MultiComparator$3.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/MultiComparator$4.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/MultiComparator$5.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/MultiComparator$6.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/MultiComparator$7.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/MultiComparator$8.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/MultiComparator$9.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/MultiComparator$10.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/MultiComparator$11.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/MultiComparator$12.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/MultiComparator$13.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/MultiComparator$14.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/MultiComparator$15.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/MultiComparator.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/AlignmentViewer$1.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/AlignmentViewer$2.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/AlignmentViewer$3.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/AlignmentViewer$4.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/AlignmentViewer$5.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/AlignmentViewer$6.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/AlignmentViewer$7.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/AlignmentViewer$8.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/AlignmentViewer$9.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/AlignmentViewer$10.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/AlignmentViewer$12.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/AlignmentViewer$13.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/AlignmentViewer$11.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/AlignmentViewer$15.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/AlignmentViewer$16.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/AlignmentViewer$14.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/AlignmentViewer$17.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/AlignmentViewer$18.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/TextFieldSink.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/AlignmentViewer.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/AlignmentListener.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/AlignmentEvent.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/ComparatorGlue$1.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/ComparatorGlue$2.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/ComparatorGlue$3.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/ComparatorGlue$4.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/ComparatorGlue$5.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/ComparatorGlue.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/ComparatorDialog$1.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/ComparatorDialog$2.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/ComparatorDialog$3.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/ComparatorDialog$4.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/ComparatorDialog$5.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/ComparatorDialog.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/AlignMatchViewer$1.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/AlignMatchViewer$2.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/AlignMatchViewer$3.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/AlignMatchViewer$4.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/AlignMatchViewer$5.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/AlignMatchViewer$6.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/AlignMatchViewer$7.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/AlignMatchViewer$8.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/AlignMatchViewer$9.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/AlignMatchViewer$10.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/AlignMatchViewer$11.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/AlignMatchViewer$12.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/AlignMatchViewer$13.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/AlignMatchViewer.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/TextFieldSink$1.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/BioJavaEntrySource.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/Action.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/ActionController.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/ActionVector.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/AlignMatch.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/AlignMatchVector.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/AlignmentSelectionChangeEvent.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/AlignmentSelectionChangeListener.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/BlastM8ComparisonData.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/ChangeEvent.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/ChangeEventVector.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/io/CVS/Root
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/io/CVS/Repository
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/io/CVS/Entries
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/io/Key.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/io/BetweenRange.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/io/BioJavaEntry.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/io/BioJavaFeature.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/io/BioJavaSequence.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/io/BlastDocumentEntry.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/io/BlastEntryInformation.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/io/BlastStreamFeature.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/io/ComparableFeature.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/io/CorbaEntry.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/io/CorbaFeature.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/io/CorbaSequence.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/io/DateStampFeature.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/io/DocumentEntry.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/io/DocumentEntryAutosaveThread.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/io/EMBLObject.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/io/DocumentEntryFactory.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/io/DocumentFeature.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/io/EmblDocumentEntry.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/io/EmblMisc.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/io/EmblStreamFeature.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/io/EmblStreamSequence.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/io/Entry.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/io/EntryInformation.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/io/EntryInformationException.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/io/EntryStreamEvent.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/io/FastaStreamSequence.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/io/Feature.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/io/FeatureComparator.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/io/FeatureEnumeration.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/io/FeatureHeader.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/io/FeatureTable.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/io/Key.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/io/FeatureTree.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/io/FeatureVector.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/io/FuzzyRange.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/io/GFFDocumentEntry.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/io/GFFEntryInformation.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/io/GFFMisc.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/io/GFFStreamFeature.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/io/GenbankDocumentEntry.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/io/GenbankMisc.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/io/GenbankStreamFeature.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/io/GenbankStreamSequence.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/io/InvalidKeyException.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/io/InvalidQualifierException.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/io/InvalidRelationException.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/io/KeyVector.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/io/LineGroup.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/io/LineGroupVector.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/io/Location.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/io/LocationLexer.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/io/LocationParseException.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/io/LocationParseNode.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/io/LocationParseNodeVector.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/io/LowerInteger.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/io/MSPcrunchDocumentEntry.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/io/MSPcrunchEntryInformation.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/io/MSPcrunchStreamFeature.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/io/MiscLineGroup.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/io/OutOfDateException.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/io/PublicDBDocumentEntry.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/io/PublicDBStreamFeature.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/io/Qualifier.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/io/Range.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/io/QualifierInfo.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/io/QualifierInfoException.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/io/QualifierInfoHash.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/io/QualifierInfoVector.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/io/QualifierParseException.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/io/QualifierVector.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/io/RWCorbaEntry.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/io/RWCorbaFeature.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/io/RangeVector.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/io/RawStreamSequence.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/io/ReadEvent.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/io/ReadFormatException.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/io/ReadListener.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/io/ReadOnlyEmblStreamFeature.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/io/ReadOnlyEntry.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/io/Sequence.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/io/SimpleDocumentEntry.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/io/SimpleDocumentFeature.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/io/SimpleEntryInformation.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/io/StreamFeature.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/io/StreamFeatureTable.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/io/StreamQualifier.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/io/StreamSequence.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/io/KeyVector.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/io/StreamSequenceFactory.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/io/UpperInteger.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/io/EntryInformation.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/io/QualifierInfo.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/io/QualifierInfoException.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/io/QualifierInfoHash.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/io/EntryInformationException.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/io/Feature.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/io/Location.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/io/QualifierVector.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/io/OutOfDateException.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/io/Qualifier.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/io/Range.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/io/InvalidRelationException.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/io/Entry.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/io/LocationParseException.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/io/ReadFormatException.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/io/RangeVector.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/io/LocationParseNode.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/io/EMBLObject.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/io/LocationLexer$TokenEnumeration.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/io/LocationLexer.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/io/FeatureEnumeration.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/io/FeatureVector.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/io/Sequence.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/io/LocationParseNodeVector.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/io/QualifierInfoVector.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/io/SimpleEntryInformation.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/io/DocumentEntry.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/io/DateStampFeature.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/io/EmblStreamFeature.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/io/PublicDBStreamFeature.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/io/SimpleDocumentFeature.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/io/LineGroup.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/io/DocumentFeature.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/io/StreamFeature.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/io/ComparableFeature.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/io/QualifierParseException.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/io/FastaStreamSequence.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/io/RawStreamSequence.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/io/StreamSequence.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/io/EmblDocumentEntry.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/io/PublicDBDocumentEntry.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/io/SimpleDocumentEntry$1.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/io/SimpleDocumentEntry.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/io/ReadListener.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/io/LineGroupVector.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/io/FeatureTable.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/io/ReadEvent.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/io/FeatureTree$1.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/io/FeatureTree$FeatureEnumerator.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/io/FeatureTree.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/io/InvalidKeyException.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/io/DocumentEntryFactory.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/io/EmblMisc.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/io/FuzzyRange.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/io/EmblStreamSequence.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/io/UpperInteger.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/io/LowerInteger.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/io/BetweenRange.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/io/InvalidQualifierException.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/io/StreamSequenceFactory.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/io/FeatureHeader.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/io/MiscLineGroup.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/io/GenbankStreamFeature.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/io/GFFStreamFeature.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/io/BlastStreamFeature.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/io/MSPcrunchStreamFeature.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/io/GenbankMisc.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/io/GFFMisc.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/io/StreamQualifier.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/io/ReadOnlyEmblStreamFeature.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/io/StreamFeatureTable.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/io/GenbankDocumentEntry.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/io/GenbankStreamSequence.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/io/FeatureComparator.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/io/GFFDocumentEntry.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/io/MSPcrunchDocumentEntry.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/io/BlastDocumentEntry.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/io/GFFEntryInformation.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/io/MSPcrunchEntryInformation.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/io/BlastEntryInformation.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/io/BioJavaEntry.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/io/BioJavaFeature.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/io/BioJavaSequence.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/io/CorbaEntry.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/io/ReadOnlyEntry.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/io/CorbaSequence.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/io/RWCorbaEntry$1.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/io/RWCorbaEntry.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/io/RWCorbaFeature.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/io/NucFeatureHasher.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/io/CorbaFeature.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/ChangeListener.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/ClipBoard.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/ComparisonData.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/ComparisonDataFactory.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/ComparisonDataParseException.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/Entry.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/EntryChangeEvent.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/EntryChangeListener.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/EntryGroup.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/EntryGroupChangeEvent.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/EntryGroupChangeListener.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/EntrySource.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/EntrySourceVector.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/EntryVector.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/ExternalProgram.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/ExternalProgramEvent.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/ExternalProgramException.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/ExternalProgramListener.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/ExternalProgramMonitor.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/ExternalProgramThread.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/ExternalProgramUtils.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/ExternalProgramVector.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/Feature.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/FeatureChangeEvent.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/FeatureChangeListener.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/FeatureEnumeration.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/FeatureFromVectorPredicate.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/FeatureKeyPredicate.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/FeatureKeyQualifierPredicate.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/FeaturePatternPredicate.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/FeaturePredicate.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/FeaturePredicateConjunction.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/FeaturePredicateVector.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/FeatureSegment.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/FeatureSegmentVector.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/FeatureVector.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/Logger.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/FilteredEntryGroup.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/GotoEvent.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/GotoEventSource.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/GotoListener.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/LastSegmentException.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/MSPcrunchComparisonData.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/MegaBlastComparisonData.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/OptionChangeEvent.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/OptionChangeListener.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/Options.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/ProcessMonitor.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/SSAHAComparisonData.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/editor/CVS/Root
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/editor/CVS/Repository
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/editor/CVS/Entries
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/editor/Annotation.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/editor/BigPane.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/editor/BrowserControl.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/editor/CommonMenu.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/editor/DBViewer.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/editor/DataCollectionPane.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/editor/DataViewInternalFrame.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/editor/ExternalApplication.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/editor/FastaListener.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/editor/FastaTextPane.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/editor/HitInfo.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/editor/MultiLineToolTipUI.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/editor/PlafMacros.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/editor/ScrollPanel.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/Selectable.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/Selection.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/SelectionChangeEvent.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/SelectionChangeListener.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/SimpleComparisonData.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/SimpleEntryGroup.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/SimpleExternalProgramMonitor.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/SimpleGotoEventSource.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/TaskMonitor.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/plot/CVS/Root
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/plot/CVS/Repository
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/plot/CVS/Entries
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/plot/Algorithm.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/plot/AGWindowAlgorithm.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/plot/ATDeviationAlgorithm.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/plot/Algorithm.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/plot/BaseAlgorithm.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/plot/Codon12CorrelationAlgorithm.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/plot/CodonUsageAlgorithm.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/plot/CodonUsageFormatException.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/plot/CodonUsageWeight.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/plot/CodonWeight.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/plot/CoilFeatureAlgorithm.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/plot/FeatureAlgorithm.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/plot/GCDeviationAlgorithm.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/plot/GCFrameAlgorithm.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/plot/GCSDWindowAlgorithm.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/plot/GCWindowAlgorithm.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/plot/HydroAlgorithm.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/plot/HydrophilicityAlgorithm.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/plot/HydrophobicityAlgorithm.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/plot/KarlinSigAlgorithm.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/plot/UserDataAlgorithm.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/plot/Codon12CorrelationAlgorithm.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/plot/BaseAlgorithm.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/plot/CodonUsageAlgorithm.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/plot/CodonUsageWeight.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/plot/CodonWeight.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/plot/GCWindowAlgorithm.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/plot/GCSDWindowAlgorithm.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/plot/AGWindowAlgorithm.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/plot/GCFrameAlgorithm.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/plot/GCDeviationAlgorithm.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/plot/ATDeviationAlgorithm.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/plot/KarlinSigAlgorithm.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/plot/CodonUsageFormatException.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/plot/UserDataAlgorithm.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/plot/FeatureAlgorithm.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/plot/HydrophobicityAlgorithm.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/plot/HydroAlgorithm.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/plot/HydrophilicityAlgorithm.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/plot/CoilFeatureAlgorithm.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/sequence/CVS/Root
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/sequence/CVS/Repository
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/sequence/CVS/Entries
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/sequence/Marker.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/sequence/AminoAcidSequence.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/sequence/BasePattern.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/sequence/BasePatternFormatException.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/sequence/Bases.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/sequence/Marker.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/sequence/MarkerChangeEvent.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/sequence/MarkerChangeListener.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/sequence/MarkerRange.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/sequence/MarkerRangeVector.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/sequence/NoSequenceException.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/sequence/Strand.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/sequence/SequenceChangeEvent.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/sequence/SequenceChangeListener.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/sequence/SequenceChangeListener.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/sequence/MarkerChangeListener.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/sequence/MarkerChangeEvent.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/sequence/SequenceChangeEvent.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/sequence/AminoAcidSequence.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/sequence/Strand.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/sequence/Bases.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/sequence/NoSequenceException.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/sequence/MarkerRange.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/sequence/MarkerInternal.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/sequence/BasePattern.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/sequence/BasePatternFormatException.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/sequence/MarkerRangeVector.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/util/CVS/Root
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/util/CVS/Repository
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/util/CVS/Entries
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/util/Document.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/util/Document.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/util/DocumentFactory.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/util/FastVector.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/util/FileDocument.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/util/InputStreamProgressEvent.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/util/InputStreamProgressListener.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/util/InputStreamProgressListenerVector.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/util/LinePushBackReader.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/util/OutOfRangeException.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/util/PushBackException.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/util/ProgressInputStream.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/util/ReadOnlyException.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/util/StringVector.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/util/URLDocument.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/util/WorkingGZIPInputStream.java
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/util/StringVector$1.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/util/StringVector.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/util/FastVector.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/util/OutOfRangeException.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/util/ReadOnlyException.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/util/LinePushBackReader.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/util/InputStreamProgressListener.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/util/InputStreamProgressListenerVector.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/util/PushBackException.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/util/InputStreamProgressEvent.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/util/FileDocument.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/util/ProgressInputStream.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/util/URLDocument.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/util/WorkingGZIPInputStream.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/util/DocumentFactory.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/OptionChangeListener.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/ChangeListener.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/OptionChangeEvent.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/ChangeEvent.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/Options.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/ExternalProgramVector.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/ExternalProgram.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/FeatureVector.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/Feature.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/EntryChangeListener.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/Selectable.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/EntryChangeEvent.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/Entry$FeatureEnumerator.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/Entry.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/FeatureChangeListener.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/FeatureSegmentVector.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/FeatureSegment.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/LastSegmentException.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/FeatureEnumeration.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/FeatureChangeEvent.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/Logger.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/ExternalProgramMonitor.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/ExternalProgramListener.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/ExternalProgramEvent.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/ExternalProgramException.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/Selection.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/ProcessMonitor.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/SimpleExternalProgramMonitor.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/FeatureKeyQualifierPredicate.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/FeaturePredicate.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/SelectionChangeListener.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/SelectionChangeEvent.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/EntryGroupChangeListener.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/EntrySource.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/EntrySourceVector.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/EntryGroup.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/GotoEventSource.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/GotoListener.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/EntryGroupChangeEvent.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/EntryVector.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/ActionController.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/GotoEvent.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/Action.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/ActionVector.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/ChangeEventVector.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/SimpleEntryGroup$FeatureEnumerator.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/SimpleEntryGroup.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/SimpleGotoEventSource.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/FilteredEntryGroup$1.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/ComparisonData.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/FilteredEntryGroup$2.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/FilteredEntryGroup$3.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/FilteredEntryGroup$FeatureEnumerator.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/FilteredEntryGroup.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/FeatureKeyPredicate.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/FeatureFromVectorPredicate.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/FeaturePredicateVector.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/FeaturePredicateConjunction.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/FeaturePatternPredicate.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/AlignMatch.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/ComparisonDataFactory.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/AlignmentSelectionChangeListener.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/AlignMatchVector.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/AlignmentSelectionChangeEvent.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/MSPcrunchComparisonData.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/SimpleComparisonData.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/SSAHAComparisonData.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/BlastM8ComparisonData.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/MegaBlastComparisonData.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/ComparisonDataParseException.class
+artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/TaskMonitor.class
+artemis-%%PORTVERSION%%/nsdb/NucSeqListHolder.java
+artemis-%%PORTVERSION%%/nsdb/NucSeqListHelper.java
+artemis-%%PORTVERSION%%/nsdb/NucFeatureListHolder.java
+artemis-%%PORTVERSION%%/nsdb/NucFeatureListHelper.java
+artemis-%%PORTVERSION%%/nsdb/LocationListHolder.java
+artemis-%%PORTVERSION%%/nsdb/LocationListHelper.java
+artemis-%%PORTVERSION%%/nsdb/FeatureLocationListHolder.java
+artemis-%%PORTVERSION%%/nsdb/FeatureLocationListHelper.java
+artemis-%%PORTVERSION%%/nsdb/EntryInfoListHolder.java
+artemis-%%PORTVERSION%%/nsdb/EntryInfoListHelper.java
+artemis-%%PORTVERSION%%/nsdb/InexactLocation.java
+artemis-%%PORTVERSION%%/nsdb/InexactLocationHelper.java
+artemis-%%PORTVERSION%%/nsdb/InexactLocationHolder.java
+artemis-%%PORTVERSION%%/nsdb/_EntryInfoStub.java
+artemis-%%PORTVERSION%%/nsdb/EntryInfoHolder.java
+artemis-%%PORTVERSION%%/nsdb/EntryInfoHelper.java
+artemis-%%PORTVERSION%%/nsdb/EntryInfo.java
+artemis-%%PORTVERSION%%/nsdb/EntryInfoOperations.java
+artemis-%%PORTVERSION%%/nsdb/_LocationStub.java
+artemis-%%PORTVERSION%%/nsdb/LocationHolder.java
+artemis-%%PORTVERSION%%/nsdb/LocationHelper.java
+artemis-%%PORTVERSION%%/nsdb/Location.java
+artemis-%%PORTVERSION%%/nsdb/LocationPackage/IdListHolder.java
+artemis-%%PORTVERSION%%/nsdb/LocationPackage/IdListHelper.java
+artemis-%%PORTVERSION%%/nsdb/LocationPackage/LocNodeTypeCodeHelper.java
+artemis-%%PORTVERSION%%/nsdb/LocationPackage/LocVirtualSegmentHelper.java
+artemis-%%PORTVERSION%%/nsdb/LocationPackage/LocVirtualSegmentHolder.java
+artemis-%%PORTVERSION%%/nsdb/LocationPackage/LocVirtualSegment.java
+artemis-%%PORTVERSION%%/nsdb/LocationPackage/LocGapHelper.java
+artemis-%%PORTVERSION%%/nsdb/LocationPackage/LocPhysicalSegmentHelper.java
+artemis-%%PORTVERSION%%/nsdb/LocationPackage/LocOperatorHelper.java
+artemis-%%PORTVERSION%%/nsdb/LocationPackage/LocOperatorHolder.java
+artemis-%%PORTVERSION%%/nsdb/LocationPackage/LocOperator.java
+artemis-%%PORTVERSION%%/nsdb/LocationPackage/LocationNode_uHelper.java
+artemis-%%PORTVERSION%%/nsdb/LocationPackage/LocationNode_uHolder.java
+artemis-%%PORTVERSION%%/nsdb/LocationPackage/LocationNode_u.java
+artemis-%%PORTVERSION%%/nsdb/LocationPackage/LocationNodeListHolder.java
+artemis-%%PORTVERSION%%/nsdb/LocationPackage/LocationNodeListHelper.java
+artemis-%%PORTVERSION%%/nsdb/LocationPackage/LocationNode_u.class
+artemis-%%PORTVERSION%%/nsdb/LocationPackage/LocVirtualSegment.class
+artemis-%%PORTVERSION%%/nsdb/LocationPackage/LocOperator.class
+artemis-%%PORTVERSION%%/nsdb/LocationPackage/LocationNodeListHelper.class
+artemis-%%PORTVERSION%%/nsdb/LocationPackage/LocationNode_uHelper.class
+artemis-%%PORTVERSION%%/nsdb/LocationPackage/LocNodeTypeCodeHelper.class
+artemis-%%PORTVERSION%%/nsdb/LocationPackage/LocVirtualSegmentHelper.class
+artemis-%%PORTVERSION%%/nsdb/LocationPackage/LocPhysicalSegmentHelper.class
+artemis-%%PORTVERSION%%/nsdb/LocationPackage/LocGapHelper.class
+artemis-%%PORTVERSION%%/nsdb/LocationPackage/LocOperatorHelper.class
+artemis-%%PORTVERSION%%/nsdb/LocationPackage/IdListHelper.class
+artemis-%%PORTVERSION%%/nsdb/LocationOperations.java
+artemis-%%PORTVERSION%%/nsdb/_FeatureLocationStub.java
+artemis-%%PORTVERSION%%/nsdb/FeatureLocationHolder.java
+artemis-%%PORTVERSION%%/nsdb/FeatureLocationHelper.java
+artemis-%%PORTVERSION%%/nsdb/FeatureLocation.java
+artemis-%%PORTVERSION%%/nsdb/FeatureLocationOperations.java
+artemis-%%PORTVERSION%%/nsdb/_NucFeatureStub.java
+artemis-%%PORTVERSION%%/nsdb/NucFeatureHolder.java
+artemis-%%PORTVERSION%%/nsdb/NucFeatureHelper.java
+artemis-%%PORTVERSION%%/nsdb/NucFeature.java
+artemis-%%PORTVERSION%%/nsdb/NucFeaturePackage/QualifierTypeCodeHelper.java
+artemis-%%PORTVERSION%%/nsdb/NucFeaturePackage/QualifierValue_uHelper.java
+artemis-%%PORTVERSION%%/nsdb/NucFeaturePackage/QualifierValue_uHolder.java
+artemis-%%PORTVERSION%%/nsdb/NucFeaturePackage/QualifierValue_u.java
+artemis-%%PORTVERSION%%/nsdb/NucFeaturePackage/QualifierValueListHolder.java
+artemis-%%PORTVERSION%%/nsdb/NucFeaturePackage/QualifierValueListHelper.java
+artemis-%%PORTVERSION%%/nsdb/NucFeaturePackage/QualifierHelper.java
+artemis-%%PORTVERSION%%/nsdb/NucFeaturePackage/QualifierHolder.java
+artemis-%%PORTVERSION%%/nsdb/NucFeaturePackage/Qualifier.java
+artemis-%%PORTVERSION%%/nsdb/NucFeaturePackage/QualifierListHolder.java
+artemis-%%PORTVERSION%%/nsdb/NucFeaturePackage/QualifierListHelper.java
+artemis-%%PORTVERSION%%/nsdb/NucFeaturePackage/Qualifier.class
+artemis-%%PORTVERSION%%/nsdb/NucFeaturePackage/QualifierValue_u.class
+artemis-%%PORTVERSION%%/nsdb/NucFeaturePackage/QualifierListHelper.class
+artemis-%%PORTVERSION%%/nsdb/NucFeaturePackage/QualifierHelper.class
+artemis-%%PORTVERSION%%/nsdb/NucFeaturePackage/QualifierValue_uHelper.class
+artemis-%%PORTVERSION%%/nsdb/NucFeaturePackage/QualifierValueListHelper.class
+artemis-%%PORTVERSION%%/nsdb/NucFeaturePackage/QualifierTypeCodeHelper.class
+artemis-%%PORTVERSION%%/nsdb/NucFeatureOperations.java
+artemis-%%PORTVERSION%%/nsdb/_NucSeqStub.java
+artemis-%%PORTVERSION%%/nsdb/NucSeqHolder.java
+artemis-%%PORTVERSION%%/nsdb/NucSeqHelper.java
+artemis-%%PORTVERSION%%/nsdb/NucSeq.java
+artemis-%%PORTVERSION%%/nsdb/NucSeqOperations.java
+artemis-%%PORTVERSION%%/nsdb/_EmblSeqStub.java
+artemis-%%PORTVERSION%%/nsdb/EmblSeqHolder.java
+artemis-%%PORTVERSION%%/nsdb/EmblSeqHelper.java
+artemis-%%PORTVERSION%%/nsdb/EmblSeq.java
+artemis-%%PORTVERSION%%/nsdb/EmblSeqOperations.java
+artemis-%%PORTVERSION%%/nsdb/_EmblStub.java
+artemis-%%PORTVERSION%%/nsdb/EmblHolder.java
+artemis-%%PORTVERSION%%/nsdb/EmblHelper.java
+artemis-%%PORTVERSION%%/nsdb/Embl.java
+artemis-%%PORTVERSION%%/nsdb/EmblPackage/SupercededHelper.java
+artemis-%%PORTVERSION%%/nsdb/EmblPackage/SupercededHolder.java
+artemis-%%PORTVERSION%%/nsdb/EmblPackage/Superceded.java
+artemis-%%PORTVERSION%%/nsdb/EmblPackage/Superceded.class
+artemis-%%PORTVERSION%%/nsdb/EmblPackage/SupercededHelper.class
+artemis-%%PORTVERSION%%/nsdb/EmblOperations.java
+artemis-%%PORTVERSION%%/nsdb/OutOfDateHelper.java
+artemis-%%PORTVERSION%%/nsdb/OutOfDateHolder.java
+artemis-%%PORTVERSION%%/nsdb/OutOfDate.java
+artemis-%%PORTVERSION%%/nsdb/ReadOnlyExceptionHelper.java
+artemis-%%PORTVERSION%%/nsdb/ReadOnlyExceptionHolder.java
+artemis-%%PORTVERSION%%/nsdb/ReadOnlyException.java
+artemis-%%PORTVERSION%%/nsdb/LocationParseHelper.java
+artemis-%%PORTVERSION%%/nsdb/LocationParseHolder.java
+artemis-%%PORTVERSION%%/nsdb/LocationParse.java
+artemis-%%PORTVERSION%%/nsdb/QualifierParseHelper.java
+artemis-%%PORTVERSION%%/nsdb/QualifierParseHolder.java
+artemis-%%PORTVERSION%%/nsdb/QualifierParse.java
+artemis-%%PORTVERSION%%/nsdb/InvalidQualifierHelper.java
+artemis-%%PORTVERSION%%/nsdb/InvalidQualifierHolder.java
+artemis-%%PORTVERSION%%/nsdb/InvalidQualifier.java
+artemis-%%PORTVERSION%%/nsdb/NucFeatureWriterListHolder.java
+artemis-%%PORTVERSION%%/nsdb/NucFeatureWriterListHelper.java
+artemis-%%PORTVERSION%%/nsdb/datestamp_tHelper.java
+artemis-%%PORTVERSION%%/nsdb/DatestampHelper.java
+artemis-%%PORTVERSION%%/nsdb/DatestampHolder.java
+artemis-%%PORTVERSION%%/nsdb/Datestamp.java
+artemis-%%PORTVERSION%%/nsdb/EntryStatsHelper.java
+artemis-%%PORTVERSION%%/nsdb/EntryStatsHolder.java
+artemis-%%PORTVERSION%%/nsdb/EntryStats.java
+artemis-%%PORTVERSION%%/nsdb/ServerInfoHelper.java
+artemis-%%PORTVERSION%%/nsdb/ServerInfoHolder.java
+artemis-%%PORTVERSION%%/nsdb/ServerInfo.java
+artemis-%%PORTVERSION%%/nsdb/_EmblWriterStub.java
+artemis-%%PORTVERSION%%/nsdb/EmblWriterHolder.java
+artemis-%%PORTVERSION%%/nsdb/EmblWriterHelper.java
+artemis-%%PORTVERSION%%/nsdb/EmblWriter.java
+artemis-%%PORTVERSION%%/nsdb/EmblWriterOperations.java
+artemis-%%PORTVERSION%%/nsdb/InvalidKeyHelper.java
+artemis-%%PORTVERSION%%/nsdb/InvalidKeyHolder.java
+artemis-%%PORTVERSION%%/nsdb/InvalidKey.java
+artemis-%%PORTVERSION%%/nsdb/CommitFailedHelper.java
+artemis-%%PORTVERSION%%/nsdb/CommitFailedHolder.java
+artemis-%%PORTVERSION%%/nsdb/CommitFailed.java
+artemis-%%PORTVERSION%%/nsdb/_EmblSeqWriterStub.java
+artemis-%%PORTVERSION%%/nsdb/EmblSeqWriterHolder.java
+artemis-%%PORTVERSION%%/nsdb/EmblSeqWriterHelper.java
+artemis-%%PORTVERSION%%/nsdb/EmblSeqWriter.java
+artemis-%%PORTVERSION%%/nsdb/EmblSeqWriterOperations.java
+artemis-%%PORTVERSION%%/nsdb/_NucFeatureWriterStub.java
+artemis-%%PORTVERSION%%/nsdb/NucFeatureWriter.java
+artemis-%%PORTVERSION%%/nsdb/NucFeatureWriterHolder.java
+artemis-%%PORTVERSION%%/nsdb/NucFeatureWriterHelper.java
+artemis-%%PORTVERSION%%/nsdb/NucFeatureWriterOperations.java
+artemis-%%PORTVERSION%%/nsdb/Embl.class
+artemis-%%PORTVERSION%%/nsdb/EmblOperations.class
+artemis-%%PORTVERSION%%/nsdb/EmblSeq.class
+artemis-%%PORTVERSION%%/nsdb/EmblSeqOperations.class
+artemis-%%PORTVERSION%%/nsdb/NucSeqOperations.class
+artemis-%%PORTVERSION%%/nsdb/EntryInfoOperations.class
+artemis-%%PORTVERSION%%/nsdb/NucSeq.class
+artemis-%%PORTVERSION%%/nsdb/EntryInfo.class
+artemis-%%PORTVERSION%%/nsdb/NucFeature.class
+artemis-%%PORTVERSION%%/nsdb/NucFeatureOperations.class
+artemis-%%PORTVERSION%%/nsdb/Location.class
+artemis-%%PORTVERSION%%/nsdb/LocationOperations.class
+artemis-%%PORTVERSION%%/nsdb/InexactLocation.class
+artemis-%%PORTVERSION%%/nsdb/FeatureLocation.class
+artemis-%%PORTVERSION%%/nsdb/FeatureLocationOperations.class
+artemis-%%PORTVERSION%%/nsdb/EntryStats.class
+artemis-%%PORTVERSION%%/nsdb/ServerInfo.class
+artemis-%%PORTVERSION%%/nsdb/EmblWriter.class
+artemis-%%PORTVERSION%%/nsdb/EmblWriterOperations.class
+artemis-%%PORTVERSION%%/nsdb/EmblSeqWriter.class
+artemis-%%PORTVERSION%%/nsdb/EmblSeqWriterOperations.class
+artemis-%%PORTVERSION%%/nsdb/NucFeatureWriter.class
+artemis-%%PORTVERSION%%/nsdb/NucFeatureWriterOperations.class
+artemis-%%PORTVERSION%%/nsdb/Datestamp.class
+artemis-%%PORTVERSION%%/nsdb/InvalidKey.class
+artemis-%%PORTVERSION%%/nsdb/LocationParse.class
+artemis-%%PORTVERSION%%/nsdb/OutOfDate.class
+artemis-%%PORTVERSION%%/nsdb/QualifierParse.class
+artemis-%%PORTVERSION%%/nsdb/InvalidQualifier.class
+artemis-%%PORTVERSION%%/nsdb/ReadOnlyException.class
+artemis-%%PORTVERSION%%/nsdb/CommitFailed.class
+artemis-%%PORTVERSION%%/nsdb/EmblWriterHelper.class
+artemis-%%PORTVERSION%%/nsdb/EmblHelper.class
+artemis-%%PORTVERSION%%/nsdb/InexactLocationHelper.class
+artemis-%%PORTVERSION%%/nsdb/InvalidKeyHelper.class
+artemis-%%PORTVERSION%%/nsdb/LocationParseHelper.class
+artemis-%%PORTVERSION%%/nsdb/QualifierParseHelper.class
+artemis-%%PORTVERSION%%/nsdb/InvalidQualifierHelper.class
+artemis-%%PORTVERSION%%/nsdb/OutOfDateHelper.class
+artemis-%%PORTVERSION%%/nsdb/ReadOnlyExceptionHelper.class
+artemis-%%PORTVERSION%%/nsdb/CommitFailedHelper.class
+artemis-%%PORTVERSION%%/nsdb/_EmblWriterStub.class
+artemis-%%PORTVERSION%%/nsdb/EmblSeqWriterHelper.class
+artemis-%%PORTVERSION%%/nsdb/_EmblStub.class
+artemis-%%PORTVERSION%%/nsdb/NucFeatureWriterHelper.class
+artemis-%%PORTVERSION%%/nsdb/ServerInfoHelper.class
+artemis-%%PORTVERSION%%/nsdb/EmblSeqHelper.class
+artemis-%%PORTVERSION%%/nsdb/_EmblSeqWriterStub.class
+artemis-%%PORTVERSION%%/nsdb/_NucFeatureWriterStub.class
+artemis-%%PORTVERSION%%/nsdb/EntryStatsHelper.class
+artemis-%%PORTVERSION%%/nsdb/_EmblSeqStub.class
+artemis-%%PORTVERSION%%/nsdb/NucFeatureHelper.class
+artemis-%%PORTVERSION%%/nsdb/NucFeatureListHelper.class
+artemis-%%PORTVERSION%%/nsdb/DatestampHelper.class
+artemis-%%PORTVERSION%%/nsdb/LocationHelper.class
+artemis-%%PORTVERSION%%/nsdb/FeatureLocationHelper.class
+artemis-%%PORTVERSION%%/nsdb/datestamp_tHelper.class
+artemis-%%PORTVERSION%%/nsdb/_NucFeatureStub.class
+artemis-%%PORTVERSION%%/nsdb/_LocationStub.class
+artemis-%%PORTVERSION%%/nsdb/_FeatureLocationStub.class
+artemis-%%PORTVERSION%%/type/stringListHolder.java
+artemis-%%PORTVERSION%%/type/stringListHelper.java
+artemis-%%PORTVERSION%%/type/longListHolder.java
+artemis-%%PORTVERSION%%/type/longListHelper.java
+artemis-%%PORTVERSION%%/type/ulongListHolder.java
+artemis-%%PORTVERSION%%/type/ulongListHelper.java
+artemis-%%PORTVERSION%%/type/NoResultHelper.java
+artemis-%%PORTVERSION%%/type/NoResultHolder.java
+artemis-%%PORTVERSION%%/type/NoResult.java
+artemis-%%PORTVERSION%%/type/NoWritePermissionHelper.java
+artemis-%%PORTVERSION%%/type/NoWritePermissionHolder.java
+artemis-%%PORTVERSION%%/type/NoWritePermission.java
+artemis-%%PORTVERSION%%/type/InvalidRelationHelper.java
+artemis-%%PORTVERSION%%/type/InvalidRelationHolder.java
+artemis-%%PORTVERSION%%/type/InvalidRelation.java
+artemis-%%PORTVERSION%%/type/IndexOutOfRangeHelper.java
+artemis-%%PORTVERSION%%/type/IndexOutOfRangeHolder.java
+artemis-%%PORTVERSION%%/type/IndexOutOfRange.java
+artemis-%%PORTVERSION%%/type/InvalidArgumentValueHelper.java
+artemis-%%PORTVERSION%%/type/InvalidArgumentValueHolder.java
+artemis-%%PORTVERSION%%/type/InvalidArgumentValue.java
+artemis-%%PORTVERSION%%/type/ParseErrorHelper.java
+artemis-%%PORTVERSION%%/type/ParseErrorHolder.java
+artemis-%%PORTVERSION%%/type/ParseError.java
+artemis-%%PORTVERSION%%/type/DateHelper.java
+artemis-%%PORTVERSION%%/type/DateHolder.java
+artemis-%%PORTVERSION%%/type/Date.java
+artemis-%%PORTVERSION%%/type/DateListHolder.java
+artemis-%%PORTVERSION%%/type/DateListHelper.java
+artemis-%%PORTVERSION%%/type/PersonHelper.java
+artemis-%%PORTVERSION%%/type/PersonHolder.java
+artemis-%%PORTVERSION%%/type/Person.java
+artemis-%%PORTVERSION%%/type/PersonListHolder.java
+artemis-%%PORTVERSION%%/type/PersonListHelper.java
+artemis-%%PORTVERSION%%/type/RevisionHelper.java
+artemis-%%PORTVERSION%%/type/RevisionHolder.java
+artemis-%%PORTVERSION%%/type/Revision.java
+artemis-%%PORTVERSION%%/type/RevisionListHolder.java
+artemis-%%PORTVERSION%%/type/RevisionListHelper.java
+artemis-%%PORTVERSION%%/type/DbXrefHelper.java
+artemis-%%PORTVERSION%%/type/DbXrefHolder.java
+artemis-%%PORTVERSION%%/type/DbXref.java
+artemis-%%PORTVERSION%%/type/DbXrefListHolder.java
+artemis-%%PORTVERSION%%/type/DbXrefListHelper.java
+artemis-%%PORTVERSION%%/type/AminoAcidHelper.java
+artemis-%%PORTVERSION%%/type/AminoAcidHolder.java
+artemis-%%PORTVERSION%%/type/AminoAcid.java
+artemis-%%PORTVERSION%%/type/AminoAcidListHolder.java
+artemis-%%PORTVERSION%%/type/AminoAcidListHelper.java
+artemis-%%PORTVERSION%%/type/CodonTranslationHelper.java
+artemis-%%PORTVERSION%%/type/CodonTranslationHolder.java
+artemis-%%PORTVERSION%%/type/CodonTranslation.java
+artemis-%%PORTVERSION%%/type/CodonTranslationListHolder.java
+artemis-%%PORTVERSION%%/type/CodonTranslationListHelper.java
+artemis-%%PORTVERSION%%/type/AntiCodonHelper.java
+artemis-%%PORTVERSION%%/type/AntiCodonHolder.java
+artemis-%%PORTVERSION%%/type/AntiCodon.java
+artemis-%%PORTVERSION%%/type/AntiCodonListHolder.java
+artemis-%%PORTVERSION%%/type/AntiCodonListHelper.java
+artemis-%%PORTVERSION%%/type/TranslationExceptionHelper.java
+artemis-%%PORTVERSION%%/type/TranslationExceptionHolder.java
+artemis-%%PORTVERSION%%/type/TranslationException.java
+artemis-%%PORTVERSION%%/type/RepeatUnit.java
+artemis-%%PORTVERSION%%/type/Exact_ftc.java
+artemis-%%PORTVERSION%%/type/TranslationExceptionListHolder.java
+artemis-%%PORTVERSION%%/type/TranslationExceptionListHelper.java
+artemis-%%PORTVERSION%%/type/SpliceConsensusHelper.java
+artemis-%%PORTVERSION%%/type/SpliceConsensusHolder.java
+artemis-%%PORTVERSION%%/type/SpliceConsensus.java
+artemis-%%PORTVERSION%%/type/SpliceConsensusListHolder.java
+artemis-%%PORTVERSION%%/type/SpliceConsensusListHelper.java
+artemis-%%PORTVERSION%%/type/RepeatUnitHelper.java
+artemis-%%PORTVERSION%%/type/RepeatUnitHolder.java
+artemis-%%PORTVERSION%%/type/RepeatUnitListHolder.java
+artemis-%%PORTVERSION%%/type/RepeatUnitListHelper.java
+artemis-%%PORTVERSION%%/type/FuzzyTypeCodeHelper.java
+artemis-%%PORTVERSION%%/type/In_ftc.java
+artemis-%%PORTVERSION%%/type/Between_ftc.java
+artemis-%%PORTVERSION%%/type/Fuzzy.java
+artemis-%%PORTVERSION%%/type/Less_ftc.java
+artemis-%%PORTVERSION%%/type/Greater_ftc.java
+artemis-%%PORTVERSION%%/type/FuzzyHelper.java
+artemis-%%PORTVERSION%%/type/FuzzyHolder.java
+artemis-%%PORTVERSION%%/type/FuzzyListHolder.java
+artemis-%%PORTVERSION%%/type/FuzzyListHelper.java
+artemis-%%PORTVERSION%%/type/NoResult.class
+artemis-%%PORTVERSION%%/type/InvalidRelation.class
+artemis-%%PORTVERSION%%/type/DbXref.class
+artemis-%%PORTVERSION%%/type/InvalidArgumentValue.class
+artemis-%%PORTVERSION%%/type/IndexOutOfRange.class
+artemis-%%PORTVERSION%%/type/Revision.class
+artemis-%%PORTVERSION%%/type/Date.class
+artemis-%%PORTVERSION%%/type/Fuzzy.class
+artemis-%%PORTVERSION%%/type/TranslationException.class
+artemis-%%PORTVERSION%%/type/CodonTranslation.class
+artemis-%%PORTVERSION%%/type/AntiCodon.class
+artemis-%%PORTVERSION%%/type/SpliceConsensus.class
+artemis-%%PORTVERSION%%/type/RepeatUnit.class
+artemis-%%PORTVERSION%%/type/AminoAcid.class
+artemis-%%PORTVERSION%%/type/NoResultHelper.class
+artemis-%%PORTVERSION%%/type/InvalidRelationHelper.class
+artemis-%%PORTVERSION%%/type/InvalidArgumentValueHelper.class
+artemis-%%PORTVERSION%%/type/IndexOutOfRangeHelper.class
+artemis-%%PORTVERSION%%/type/stringListHelper.class
+artemis-%%PORTVERSION%%/type/DbXrefListHelper.class
+artemis-%%PORTVERSION%%/type/RevisionListHelper.class
+artemis-%%PORTVERSION%%/type/DbXrefHelper.class
+artemis-%%PORTVERSION%%/type/RevisionHelper.class
+artemis-%%PORTVERSION%%/type/DateHelper.class
+artemis-%%PORTVERSION%%/type/TranslationExceptionHelper.class
+artemis-%%PORTVERSION%%/type/CodonTranslationHelper.class
+artemis-%%PORTVERSION%%/type/AntiCodonHelper.class
+artemis-%%PORTVERSION%%/type/RepeatUnitHelper.class
+artemis-%%PORTVERSION%%/type/SpliceConsensusHelper.class
+artemis-%%PORTVERSION%%/type/AminoAcidHelper.class
+artemis-%%PORTVERSION%%/type/FuzzyHelper.class
+artemis-%%PORTVERSION%%/type/FuzzyTypeCodeHelper.class
+artemis-%%PORTVERSION%%/seqdb/_BioSeqStub.java
+artemis-%%PORTVERSION%%/seqdb/BioSeqHolder.java
+artemis-%%PORTVERSION%%/seqdb/BioSeqHelper.java
+artemis-%%PORTVERSION%%/seqdb/BioSeq.java
+artemis-%%PORTVERSION%%/seqdb/BioSeqOperations.java
+artemis-%%PORTVERSION%%/seqdb/_FeatureStub.java
+artemis-%%PORTVERSION%%/seqdb/FeatureHolder.java
+artemis-%%PORTVERSION%%/seqdb/FeatureHelper.java
+artemis-%%PORTVERSION%%/seqdb/Feature.java
+artemis-%%PORTVERSION%%/seqdb/FeatureOperations.java
+artemis-%%PORTVERSION%%/seqdb/_SeqInfoStub.java
+artemis-%%PORTVERSION%%/seqdb/SeqInfoHolder.java
+artemis-%%PORTVERSION%%/seqdb/SeqInfoHelper.java
+artemis-%%PORTVERSION%%/seqdb/SeqInfo.java
+artemis-%%PORTVERSION%%/seqdb/SeqInfoOperations.java
+artemis-%%PORTVERSION%%/seqdb/BioSeqOperations.class
+artemis-%%PORTVERSION%%/seqdb/SeqInfoOperations.class
+artemis-%%PORTVERSION%%/seqdb/BioSeq.class
+artemis-%%PORTVERSION%%/seqdb/SeqInfo.class
+artemis-%%PORTVERSION%%/seqdb/FeatureOperations.class
+artemis-%%PORTVERSION%%/seqdb/Feature.class
+artemis-%%PORTVERSION%%/lib/CVS/Root
+artemis-%%PORTVERSION%%/lib/CVS/Repository
+artemis-%%PORTVERSION%%/lib/CVS/Entries
+artemis-%%PORTVERSION%%/lib/LICENSE.Apache
+artemis-%%PORTVERSION%%/lib/README
+artemis-%%PORTVERSION%%/lib/biojava.jar
+artemis-%%PORTVERSION%%/lib/jakarta-regexp-1.2.jar
+artemis-%%PORTVERSION%%/lib/jemAlign.jar
+artemis-%%PORTVERSION%%/lib/jobcontrol.jar
+bin/act
 bin/art
- at dirrm artemis-4.0/META-INF/CVS
- at dirrm artemis-4.0/META-INF
- at dirrm artemis-4.0/collections/CVS
- at dirrm artemis-4.0/collections
- at dirrm artemis-4.0/corba/CVS
- at dirrm artemis-4.0/corba
- at dirrm artemis-4.0/diana/CVS
- at dirrm artemis-4.0/diana/plot/CVS
- at dirrm artemis-4.0/diana/plot
- at dirrm artemis-4.0/diana/components/CVS
- at dirrm artemis-4.0/diana/components
- at dirrm artemis-4.0/diana/sequence/CVS
- at dirrm artemis-4.0/diana/sequence
- at dirrm artemis-4.0/diana
- at dirrm artemis-4.0/docs/CVS
- at dirrm artemis-4.0/docs
- at dirrm artemis-4.0/embl/CVS
- at dirrm artemis-4.0/embl
- at dirrm artemis-4.0/etc/CVS
- at dirrm artemis-4.0/etc
- at dirrm artemis-4.0/lib/CVS
- at dirrm artemis-4.0/lib
- at dirrm artemis-4.0/uk/CVS
- at dirrm artemis-4.0/uk/ac/sanger/CVS
- at dirrm artemis-4.0/uk/ac/sanger/pathogens/CVS
- at dirrm artemis-4.0/uk/ac/sanger/pathogens/embl/CVS
- at dirrm artemis-4.0/uk/ac/sanger/pathogens/embl
- at dirrm artemis-4.0/uk/ac/sanger/pathogens
- at dirrm artemis-4.0/uk/ac/CVS
- at dirrm artemis-4.0/uk/ac/sanger
- at dirrm artemis-4.0/uk/ac
- at dirrm artemis-4.0/uk
- at dirrm artemis-4.0/type
- at dirrm artemis-4.0/nsdb/LocationPackage
- at dirrm artemis-4.0/nsdb/NucFeaturePackage
- at dirrm artemis-4.0/nsdb/EmblPackage
- at dirrm artemis-4.0/nsdb
- at dirrm artemis-4.0/seqdb
- at dirrm artemis-4.0/Ensembl/artemis
- at dirrm artemis-4.0/Ensembl
- at dirrm artemis-4.0/CVS
- at dirrm artemis-4.0
+ at dirrm artemis-%%PORTVERSION%%/images
+ at dirrm artemis-%%PORTVERSION%%/etc/CVS
+ at dirrm artemis-%%PORTVERSION%%/etc
+ at dirrm artemis-%%PORTVERSION%%/uk/CVS
+ at dirrm artemis-%%PORTVERSION%%/uk/ac/CVS
+ at dirrm artemis-%%PORTVERSION%%/uk/ac/sanger/CVS
+ at dirrm artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/CVS
+ at dirrm artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components/CVS
+ at dirrm artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/components
+ at dirrm artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/io/CVS
+ at dirrm artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/io
+ at dirrm artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/editor/CVS
+ at dirrm artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/editor
+ at dirrm artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/plot/CVS
+ at dirrm artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/plot
+ at dirrm artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/sequence/CVS
+ at dirrm artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/sequence
+ at dirrm artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/util/CVS
+ at dirrm artemis-%%PORTVERSION%%/uk/ac/sanger/artemis/util
+ at dirrm artemis-%%PORTVERSION%%/uk/ac/sanger/artemis
+ at dirrm artemis-%%PORTVERSION%%/uk/ac/sanger
+ at dirrm artemis-%%PORTVERSION%%/uk/ac
+ at dirrm artemis-%%PORTVERSION%%/uk
+ at dirrm artemis-%%PORTVERSION%%/nsdb/LocationPackage
+ at dirrm artemis-%%PORTVERSION%%/nsdb/NucFeaturePackage
+ at dirrm artemis-%%PORTVERSION%%/nsdb/EmblPackage
+ at dirrm artemis-%%PORTVERSION%%/nsdb
+ at dirrm artemis-%%PORTVERSION%%/type
+ at dirrm artemis-%%PORTVERSION%%/seqdb
+ at dirrm artemis-%%PORTVERSION%%/lib/CVS
+ at dirrm artemis-%%PORTVERSION%%/lib
+ at dirrm artemis-%%PORTVERSION%%
--- artemis.diff ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list