Skip to content

Commit

Permalink
Removed more traces of Java3D
Browse files Browse the repository at this point in the history
git-svn-id: https://cdk.svn.sourceforge.net/svnroot/cdk/trunk/cdk@6390 eb4e18e3-b210-0410-a6ab-dec725e4b171
  • Loading branch information
egonw committed Jun 8, 2006
1 parent 72b59fa commit 320baea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions build.xml
Expand Up @@ -11,8 +11,7 @@

<!-- patches to apply -->

<!-- where to find Java3D -->
<property name="pathtojava3d" value="" />
<!-- where to find some libraries -->
<property name="pathtojoelib" value="../../JoeLib/joelib/" />


Expand Down Expand Up @@ -78,7 +77,6 @@
<echo message=" --- optional libraries ---" />
<echo message=" Jmol found: ${jmol.present}" />
<echo message=" JOELib found: ${joelib.present}" />
<echo message=" Java3D found: ${java3D.present}" />
<echo message=" R/SJava found: ${rispresent}"/>
<echo message="" />
<echo message="Compiling:" />
Expand Down Expand Up @@ -159,8 +157,6 @@
<available file="${lib}/jai_core.jar"/>
</and>
</condition>
<available property="java3D.present"
classname="javax.media.j3d.Canvas3D"/>
<available property="javahelp.present"
file="${lib}/jh.jar"/>
<available property="joelib.present"
Expand Down
2 changes: 1 addition & 1 deletion src/org/openscience/cdk/renderer/Triangle3D.java
Expand Up @@ -35,7 +35,7 @@
import javax.vecmath.Vector3f;

/**
* @cdk.module java3d
* @cdk.module experimental
*
* @author Stephan Michels <stephan@vern.chem.tu-berlin.de>
* @cdk.created 2001-06-09
Expand Down

0 comments on commit 320baea

Please sign in to comment.