Skip to content

Commit

Permalink
Removal of references to removed R-CDK bridge
Browse files Browse the repository at this point in the history
Signed-off-by: Rajarshi  Guha <rajarshi.guha@gmail.com>
  • Loading branch information
egonw authored and rajarshi committed May 11, 2010
1 parent b34423d commit d3f65d0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 20 deletions.
2 changes: 0 additions & 2 deletions .classpath
Expand Up @@ -6,8 +6,6 @@
<classpathentry kind="src" path="src/test"/>
<classpathentry exported="true" kind="lib" path="jar/jgrapht-0.6.0.jar" sourcepath="cdksrc.zip"/>
<classpathentry exported="true" kind="lib" path="jar/jniinchi-0.5.jar" sourcepath="cdksrc.zip"/>
<classpathentry exported="true" kind="lib" path="jar/JRI.jar" sourcepath="cdksrc.zip"/>
<classpathentry exported="true" kind="lib" path="jar/sjava-0.68.jar" sourcepath="cdksrc.zip"/>
<classpathentry exported="true" kind="lib" path="jar/vecmath1.2-1.14.jar" sourcepath="cdksrc.zip"/>
<classpathentry exported="true" kind="lib" path="jar/xom-1.1.jar" sourcepath="cdksrc.zip"/>
<classpathentry exported="true" kind="lib" path="jar/jama-1.0.2.jar" sourcepath="cdksrc.zip"/>
Expand Down
4 changes: 0 additions & 4 deletions META-INF/MANIFEST.MF
Expand Up @@ -75,10 +75,6 @@ Export-Package: javax.vecmath,
org.openscience.cdk.qsar.descriptors.data,
org.openscience.cdk.qsar.descriptors.molecular,
org.openscience.cdk.qsar.descriptors.protein,
org.openscience.cdk.qsar.model,
org.openscience.cdk.qsar.model.R,
org.openscience.cdk.qsar.model.R2,
org.openscience.cdk.qsar.model.data,
org.openscience.cdk.qsar.result,
org.openscience.cdk.reaction,
org.openscience.cdk.reaction.mechanism,
Expand Down
16 changes: 2 additions & 14 deletions src/test/org/openscience/cdk/modulesuites/MqsarTests.java
@@ -1,9 +1,4 @@
/* $RCSfile$
* $Author$
* $Date$
* $Revision$
*
* Copyright (C) 1997-2007 The Chemistry Development Kit (CDK) project
/* Copyright (C) 1997-2007,2010 The Chemistry Development Kit (CDK) project
*
* Contact: cdk-devel@lists.sourceforge.net
*
Expand All @@ -21,17 +16,13 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
*/

package org.openscience.cdk.modulesuites;

import org.junit.runner.RunWith;
import org.junit.runners.Suite;
import org.junit.runners.Suite.SuiteClasses;
import org.openscience.cdk.coverage.QsarCoverageTest;
import org.openscience.cdk.qsar.DescriptorExceptionTest;
import org.openscience.cdk.qsar.model.R2.CNNRegressionModelTest;
import org.openscience.cdk.qsar.model.R2.LinearRegressionModelTest;
import org.openscience.cdk.qsar.model.R2.RJavaEnvironmentTest;

/**
* TestSuite that runs all the sample tests.
Expand All @@ -43,9 +34,6 @@
@RunWith(value=Suite.class)
@SuiteClasses(value={
QsarCoverageTest.class,
DescriptorExceptionTest.class,
LinearRegressionModelTest.class,
CNNRegressionModelTest.class,
RJavaEnvironmentTest.class
DescriptorExceptionTest.class
})
public class MqsarTests {}

0 comments on commit d3f65d0

Please sign in to comment.