From 88be5a5a84c47fec6b02710c2505296535751632 Mon Sep 17 00:00:00 2001 From: phil Date: Sun, 23 Dec 2018 22:47:45 +1300 Subject: outdated ant build file removed, replaced by pom.xml --- build.xml | 83 ---------------------------------------------------------- src/VECMATH.MF | 17 ------------ 2 files changed, 100 deletions(-) delete mode 100644 build.xml delete mode 100644 src/VECMATH.MF diff --git a/build.xml b/build.xml deleted file mode 100644 index f33f185..0000000 --- a/build.xml +++ /dev/null @@ -1,83 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/VECMATH.MF b/src/VECMATH.MF deleted file mode 100644 index d675a3a..0000000 --- a/src/VECMATH.MF +++ /dev/null @@ -1,17 +0,0 @@ -Manifest-Version: 1.0 -Specification-Title: @SPEC_TITLE@ -Specification-Version: 1.6 -Specification-Vendor: @SPEC_VENDOR@ -Implementation-Title: @IMPL_TITLE@ -Implementation-Version: @VERSION_BASE@ -Implementation-Vendor: @IMPL_VENDOR@ -Extension-Name: javax.vecmath -Implementation-Vendor-Id: @IMPL_VENDOR_ID@ -Bundle-ManifestVersion: 2 -Bundle-Name: Vecmath Library -Bundle-Vendor: @IMPL_VENDOR@ -Bundle-Localization: plugin -Bundle-SymbolicName: javax.vecmath; singleton:=true -Bundle-Version: @VERSION_BASE@ -Eclipse-AutoStart: true -Export-Package: javax.vecmath -- cgit v1.2.3