From 2a0d71939b28fb31b44fbde10d35bc0845640e6e Mon Sep 17 00:00:00 2001 From: hq Date: Mon, 11 Jul 2005 01:58:55 +0000 Subject: Add JavaView, a 3D viewer and a mathematical visualization software This tiny version of JavaView is optimized for fast download and contains the viewer module only, without any dialogs, inspectors and geometry algorithms. The lite version is mainly used to display precomputed geometry models inside web pages. WWW: http://www.javaview.de/ PR: 83104 Submitted by: Nicola Vitale --- math/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'math/Makefile') diff --git a/math/Makefile b/math/Makefile index 879a49610fd2..35e579180589 100644 --- a/math/Makefile +++ b/math/Makefile @@ -88,6 +88,7 @@ SUBDIR += jakarta-commons-math SUBDIR += jama SUBDIR += javanns + SUBDIR += javaview SUBDIR += kaskade SUBDIR += koctave SUBDIR += kseg -- cgit