From 3cd136861c68b8c24cc653c903c620d55be4b294 Mon Sep 17 00:00:00 2001 From: Andreas Maunz Date: Mon, 2 Apr 2012 09:18:14 +0200 Subject: Remove PC descriptor --- java/joelib2/io/types/cml/CDKConvention.class | Bin 2674 -> 0 bytes java/joelib2/io/types/cml/CDOAcceptedObjects.class | Bin 536 -> 0 bytes java/joelib2/io/types/cml/CDOInterface.class | Bin 433 -> 0 bytes java/joelib2/io/types/cml/CMLCoreModule.class | Bin 23204 -> 0 bytes java/joelib2/io/types/cml/CMLErrorHandler.class | Bin 1389 -> 0 bytes java/joelib2/io/types/cml/CMLHandler.class | Bin 3679 -> 0 bytes java/joelib2/io/types/cml/CMLIDCreator.class | Bin 2398 -> 0 bytes java/joelib2/io/types/cml/CMLMoleculeWriter.class | Bin 164 -> 0 bytes .../io/types/cml/CMLMoleculeWriterBase.class | Bin 11186 -> 0 bytes java/joelib2/io/types/cml/CMLPropertyWriter.class | Bin 8771 -> 0 bytes java/joelib2/io/types/cml/CMLReactionModule.class | Bin 2307 -> 0 bytes java/joelib2/io/types/cml/CMLResolver.class | Bin 2214 -> 0 bytes .../io/types/cml/CMLSequentialSAXReader.class | Bin 2837 -> 0 bytes java/joelib2/io/types/cml/CMLStack.class | Bin 803 -> 0 bytes java/joelib2/io/types/cml/CMLSymmetryWriter.class | Bin 4132 -> 0 bytes .../joelib2/io/types/cml/CMLWriterProperties.class | Bin 392 -> 0 bytes .../joelib2/io/types/cml/ConventionInterface.class | Bin 136 -> 0 bytes java/joelib2/io/types/cml/ModuleInterface.class | Bin 577 -> 0 bytes java/joelib2/io/types/cml/MoleculeArray.class | Bin 5902 -> 0 bytes .../io/types/cml/MoleculeAttributeArray.class | Bin 5093 -> 0 bytes java/joelib2/io/types/cml/MoleculeFileCDO.class | Bin 11310 -> 0 bytes java/joelib2/io/types/cml/MoleculeHuge.class | Bin 3569 -> 0 bytes java/joelib2/io/types/cml/MoleculeLarge.class | Bin 4281 -> 0 bytes .../joelib2/io/types/cml/ResultCMLProperties.class | Bin 375 -> 0 bytes java/joelib2/io/types/cml/XMLHandler.class | Bin 890 -> 0 bytes .../joelib2/io/types/cml/XMLSpecialCharacter.class | Bin 842 -> 0 bytes java/joelib2/io/types/cml/data/cml1_0.dtd | 429 ------------------ java/joelib2/io/types/cml/data/cml1_0_1.dtd | 485 --------------------- java/joelib2/io/types/cml/elements/ArrayCML.class | Bin 4129 -> 0 bytes .../joelib2/io/types/cml/elements/ElementCML.class | Bin 248 -> 0 bytes java/joelib2/io/types/cml/elements/Elements.class | Bin 1743 -> 0 bytes java/joelib2/io/types/cml/elements/MatrixCML.class | Bin 3944 -> 0 bytes java/joelib2/io/types/cml/elements/ScalarCML.class | Bin 4362 -> 0 bytes 33 files changed, 914 deletions(-) delete mode 100644 java/joelib2/io/types/cml/CDKConvention.class delete mode 100644 java/joelib2/io/types/cml/CDOAcceptedObjects.class delete mode 100644 java/joelib2/io/types/cml/CDOInterface.class delete mode 100644 java/joelib2/io/types/cml/CMLCoreModule.class delete mode 100644 java/joelib2/io/types/cml/CMLErrorHandler.class delete mode 100644 java/joelib2/io/types/cml/CMLHandler.class delete mode 100644 java/joelib2/io/types/cml/CMLIDCreator.class delete mode 100644 java/joelib2/io/types/cml/CMLMoleculeWriter.class delete mode 100644 java/joelib2/io/types/cml/CMLMoleculeWriterBase.class delete mode 100644 java/joelib2/io/types/cml/CMLPropertyWriter.class delete mode 100644 java/joelib2/io/types/cml/CMLReactionModule.class delete mode 100644 java/joelib2/io/types/cml/CMLResolver.class delete mode 100644 java/joelib2/io/types/cml/CMLSequentialSAXReader.class delete mode 100644 java/joelib2/io/types/cml/CMLStack.class delete mode 100644 java/joelib2/io/types/cml/CMLSymmetryWriter.class delete mode 100644 java/joelib2/io/types/cml/CMLWriterProperties.class delete mode 100644 java/joelib2/io/types/cml/ConventionInterface.class delete mode 100644 java/joelib2/io/types/cml/ModuleInterface.class delete mode 100644 java/joelib2/io/types/cml/MoleculeArray.class delete mode 100644 java/joelib2/io/types/cml/MoleculeAttributeArray.class delete mode 100644 java/joelib2/io/types/cml/MoleculeFileCDO.class delete mode 100644 java/joelib2/io/types/cml/MoleculeHuge.class delete mode 100644 java/joelib2/io/types/cml/MoleculeLarge.class delete mode 100644 java/joelib2/io/types/cml/ResultCMLProperties.class delete mode 100644 java/joelib2/io/types/cml/XMLHandler.class delete mode 100644 java/joelib2/io/types/cml/XMLSpecialCharacter.class delete mode 100644 java/joelib2/io/types/cml/data/cml1_0.dtd delete mode 100644 java/joelib2/io/types/cml/data/cml1_0_1.dtd delete mode 100644 java/joelib2/io/types/cml/elements/ArrayCML.class delete mode 100644 java/joelib2/io/types/cml/elements/ElementCML.class delete mode 100644 java/joelib2/io/types/cml/elements/Elements.class delete mode 100644 java/joelib2/io/types/cml/elements/MatrixCML.class delete mode 100644 java/joelib2/io/types/cml/elements/ScalarCML.class (limited to 'java/joelib2/io/types/cml') diff --git a/java/joelib2/io/types/cml/CDKConvention.class b/java/joelib2/io/types/cml/CDKConvention.class deleted file mode 100644 index 403adfc..0000000 Binary files a/java/joelib2/io/types/cml/CDKConvention.class and /dev/null differ diff --git a/java/joelib2/io/types/cml/CDOAcceptedObjects.class b/java/joelib2/io/types/cml/CDOAcceptedObjects.class deleted file mode 100644 index e8e23d7..0000000 Binary files a/java/joelib2/io/types/cml/CDOAcceptedObjects.class and /dev/null differ diff --git a/java/joelib2/io/types/cml/CDOInterface.class b/java/joelib2/io/types/cml/CDOInterface.class deleted file mode 100644 index cd30c77..0000000 Binary files a/java/joelib2/io/types/cml/CDOInterface.class and /dev/null differ diff --git a/java/joelib2/io/types/cml/CMLCoreModule.class b/java/joelib2/io/types/cml/CMLCoreModule.class deleted file mode 100644 index 7c29f82..0000000 Binary files a/java/joelib2/io/types/cml/CMLCoreModule.class and /dev/null differ diff --git a/java/joelib2/io/types/cml/CMLErrorHandler.class b/java/joelib2/io/types/cml/CMLErrorHandler.class deleted file mode 100644 index 65e5e2a..0000000 Binary files a/java/joelib2/io/types/cml/CMLErrorHandler.class and /dev/null differ diff --git a/java/joelib2/io/types/cml/CMLHandler.class b/java/joelib2/io/types/cml/CMLHandler.class deleted file mode 100644 index dc179b7..0000000 Binary files a/java/joelib2/io/types/cml/CMLHandler.class and /dev/null differ diff --git a/java/joelib2/io/types/cml/CMLIDCreator.class b/java/joelib2/io/types/cml/CMLIDCreator.class deleted file mode 100644 index c4d7421..0000000 Binary files a/java/joelib2/io/types/cml/CMLIDCreator.class and /dev/null differ diff --git a/java/joelib2/io/types/cml/CMLMoleculeWriter.class b/java/joelib2/io/types/cml/CMLMoleculeWriter.class deleted file mode 100644 index 772fb97..0000000 Binary files a/java/joelib2/io/types/cml/CMLMoleculeWriter.class and /dev/null differ diff --git a/java/joelib2/io/types/cml/CMLMoleculeWriterBase.class b/java/joelib2/io/types/cml/CMLMoleculeWriterBase.class deleted file mode 100644 index b065968..0000000 Binary files a/java/joelib2/io/types/cml/CMLMoleculeWriterBase.class and /dev/null differ diff --git a/java/joelib2/io/types/cml/CMLPropertyWriter.class b/java/joelib2/io/types/cml/CMLPropertyWriter.class deleted file mode 100644 index 4ce4b96..0000000 Binary files a/java/joelib2/io/types/cml/CMLPropertyWriter.class and /dev/null differ diff --git a/java/joelib2/io/types/cml/CMLReactionModule.class b/java/joelib2/io/types/cml/CMLReactionModule.class deleted file mode 100644 index 84c8fb4..0000000 Binary files a/java/joelib2/io/types/cml/CMLReactionModule.class and /dev/null differ diff --git a/java/joelib2/io/types/cml/CMLResolver.class b/java/joelib2/io/types/cml/CMLResolver.class deleted file mode 100644 index bd6714e..0000000 Binary files a/java/joelib2/io/types/cml/CMLResolver.class and /dev/null differ diff --git a/java/joelib2/io/types/cml/CMLSequentialSAXReader.class b/java/joelib2/io/types/cml/CMLSequentialSAXReader.class deleted file mode 100644 index 8b1d387..0000000 Binary files a/java/joelib2/io/types/cml/CMLSequentialSAXReader.class and /dev/null differ diff --git a/java/joelib2/io/types/cml/CMLStack.class b/java/joelib2/io/types/cml/CMLStack.class deleted file mode 100644 index 97eaed1..0000000 Binary files a/java/joelib2/io/types/cml/CMLStack.class and /dev/null differ diff --git a/java/joelib2/io/types/cml/CMLSymmetryWriter.class b/java/joelib2/io/types/cml/CMLSymmetryWriter.class deleted file mode 100644 index 60297d4..0000000 Binary files a/java/joelib2/io/types/cml/CMLSymmetryWriter.class and /dev/null differ diff --git a/java/joelib2/io/types/cml/CMLWriterProperties.class b/java/joelib2/io/types/cml/CMLWriterProperties.class deleted file mode 100644 index 1198763..0000000 Binary files a/java/joelib2/io/types/cml/CMLWriterProperties.class and /dev/null differ diff --git a/java/joelib2/io/types/cml/ConventionInterface.class b/java/joelib2/io/types/cml/ConventionInterface.class deleted file mode 100644 index 997260b..0000000 Binary files a/java/joelib2/io/types/cml/ConventionInterface.class and /dev/null differ diff --git a/java/joelib2/io/types/cml/ModuleInterface.class b/java/joelib2/io/types/cml/ModuleInterface.class deleted file mode 100644 index 71c9681..0000000 Binary files a/java/joelib2/io/types/cml/ModuleInterface.class and /dev/null differ diff --git a/java/joelib2/io/types/cml/MoleculeArray.class b/java/joelib2/io/types/cml/MoleculeArray.class deleted file mode 100644 index ebaa789..0000000 Binary files a/java/joelib2/io/types/cml/MoleculeArray.class and /dev/null differ diff --git a/java/joelib2/io/types/cml/MoleculeAttributeArray.class b/java/joelib2/io/types/cml/MoleculeAttributeArray.class deleted file mode 100644 index 7d3f8db..0000000 Binary files a/java/joelib2/io/types/cml/MoleculeAttributeArray.class and /dev/null differ diff --git a/java/joelib2/io/types/cml/MoleculeFileCDO.class b/java/joelib2/io/types/cml/MoleculeFileCDO.class deleted file mode 100644 index 7ba0a4b..0000000 Binary files a/java/joelib2/io/types/cml/MoleculeFileCDO.class and /dev/null differ diff --git a/java/joelib2/io/types/cml/MoleculeHuge.class b/java/joelib2/io/types/cml/MoleculeHuge.class deleted file mode 100644 index 4c4dc88..0000000 Binary files a/java/joelib2/io/types/cml/MoleculeHuge.class and /dev/null differ diff --git a/java/joelib2/io/types/cml/MoleculeLarge.class b/java/joelib2/io/types/cml/MoleculeLarge.class deleted file mode 100644 index 6bc2226..0000000 Binary files a/java/joelib2/io/types/cml/MoleculeLarge.class and /dev/null differ diff --git a/java/joelib2/io/types/cml/ResultCMLProperties.class b/java/joelib2/io/types/cml/ResultCMLProperties.class deleted file mode 100644 index 99a9b69..0000000 Binary files a/java/joelib2/io/types/cml/ResultCMLProperties.class and /dev/null differ diff --git a/java/joelib2/io/types/cml/XMLHandler.class b/java/joelib2/io/types/cml/XMLHandler.class deleted file mode 100644 index 02333b2..0000000 Binary files a/java/joelib2/io/types/cml/XMLHandler.class and /dev/null differ diff --git a/java/joelib2/io/types/cml/XMLSpecialCharacter.class b/java/joelib2/io/types/cml/XMLSpecialCharacter.class deleted file mode 100644 index a03039e..0000000 Binary files a/java/joelib2/io/types/cml/XMLSpecialCharacter.class and /dev/null differ diff --git a/java/joelib2/io/types/cml/data/cml1_0.dtd b/java/joelib2/io/types/cml/data/cml1_0.dtd deleted file mode 100644 index 6cafefe..0000000 --- a/java/joelib2/io/types/cml/data/cml1_0.dtd +++ /dev/null @@ -1,429 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/java/joelib2/io/types/cml/data/cml1_0_1.dtd b/java/joelib2/io/types/cml/data/cml1_0_1.dtd deleted file mode 100644 index 706b1ab..0000000 --- a/java/joelib2/io/types/cml/data/cml1_0_1.dtd +++ /dev/null @@ -1,485 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -]]> - - - - - - - - - - - - - - - -]]> - - - - - - - - - - - - - - - - - - - - - - - -]]> - - - - - - - - - - - - - - - - - - - - - - -]]> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -]]> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -]]> - - - - - - - - - - - -]]> - - - - - - -]]> - - - - - - -]]> - - - - - - -]]> - - - - - - -]]> - - - -]]> - - - - -]]> - - - - - - - -]]> - - - - -]]> - diff --git a/java/joelib2/io/types/cml/elements/ArrayCML.class b/java/joelib2/io/types/cml/elements/ArrayCML.class deleted file mode 100644 index 3daf3ae..0000000 Binary files a/java/joelib2/io/types/cml/elements/ArrayCML.class and /dev/null differ diff --git a/java/joelib2/io/types/cml/elements/ElementCML.class b/java/joelib2/io/types/cml/elements/ElementCML.class deleted file mode 100644 index 6e298ff..0000000 Binary files a/java/joelib2/io/types/cml/elements/ElementCML.class and /dev/null differ diff --git a/java/joelib2/io/types/cml/elements/Elements.class b/java/joelib2/io/types/cml/elements/Elements.class deleted file mode 100644 index d9eb6fe..0000000 Binary files a/java/joelib2/io/types/cml/elements/Elements.class and /dev/null differ diff --git a/java/joelib2/io/types/cml/elements/MatrixCML.class b/java/joelib2/io/types/cml/elements/MatrixCML.class deleted file mode 100644 index 13cfcb2..0000000 Binary files a/java/joelib2/io/types/cml/elements/MatrixCML.class and /dev/null differ diff --git a/java/joelib2/io/types/cml/elements/ScalarCML.class b/java/joelib2/io/types/cml/elements/ScalarCML.class deleted file mode 100644 index b1165a8..0000000 Binary files a/java/joelib2/io/types/cml/elements/ScalarCML.class and /dev/null differ -- cgit v1.2.3