diff options
author | Harvey Harrison <[email protected]> | 2015-04-19 21:07:43 -0700 |
---|---|---|
committer | Harvey Harrison <[email protected]> | 2015-04-19 21:07:43 -0700 |
commit | e884748d57128ba11b4582b66ec6663e0fc0a6bd (patch) | |
tree | fa3c881e575699ce65ce1b4f821fc25f8c0b8449 | |
parent | 1f025a8787edec6e2ae1eab3a3fd0eb59319e3c4 (diff) |
build: remove manifest template file now that it has been moved into ant build
Signed-off-by: Harvey Harrison <[email protected]>
-rw-r--r-- | src/classes/ToolsVersion | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/classes/ToolsVersion b/src/classes/ToolsVersion deleted file mode 100644 index e5f722a..0000000 --- a/src/classes/ToolsVersion +++ /dev/null @@ -1,9 +0,0 @@ -Manifest-Version: 1.0 -Specification-Title: -Specification-Version: 1.6 -Specification-Vendor: @SPEC_VENDOR@ -Implementation-Title: 3D Utilities -Implementation-Version: @VERSION_BASE@ -Implementation-Vendor: @IMPL_VENDOR@ -Extension-Name: javax.media.j3d -Implementation-Vendor-Id: @IMPL_VENDOR_ID@ |