aboutsummaryrefslogtreecommitdiffstats
path: root/src/classes/build.xml
Commit message (Collapse)AuthorAgeFilesLines
* j3dcore: remove an old ant build file in the source treeHarvey Harrison2015-04-191-416/+0
| | | | Signed-off-by: Harvey Harrison <[email protected]>
* Update source code for GPLv2 licenseKevin Rushforth2008-02-281-21/+25
| | | | git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@892 ba19aa83-45c5-6ac9-afd3-db810772062c
* Add generated sources to nbproject file so NB6 will find them.Kevin Rushforth2007-08-011-0/+2
| | | | git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@867 ba19aa83-45c5-6ac9-afd3-db810772062c
* Fixed version number (per Legal)Kevin Rushforth2007-06-251-1/+1
| | | | | | | Fixed dist-common target for fcs builds git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@859 ba19aa83-45c5-6ac9-afd3-db810772062c
* Run signing script from "dist-common" target for milestone buildsKevin Rushforth2007-05-291-1/+11
| | | | git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@847 ba19aa83-45c5-6ac9-afd3-db810772062c
* Final changes for issue 491: Refactor platform-specific classes to use ↵Kevin Rushforth2007-05-231-10/+26
| | | | | | | | | non-overlapping class names We now build a common j3dcore.jar file for all platforms. git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@845 ba19aa83-45c5-6ac9-afd3-db810772062c
* install-debug target should use debug vecmath.jarKevin Rushforth2007-04-171-1/+1
| | | | git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@824 ba19aa83-45c5-6ac9-afd3-db810772062c
* Add install-opt targetpaulby2007-04-131-0/+10
| | | | | | | | | | Issue number: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@819 ba19aa83-45c5-6ac9-afd3-db810772062c
* Update copyright to 2007Kevin Rushforth2007-02-091-2/+2
| | | | git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@773 ba19aa83-45c5-6ac9-afd3-db810772062c
* Merged dev-1_5 branch back to MAIN trunkKevin Rushforth2006-09-291-18/+51
| | | | git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@701 ba19aa83-45c5-6ac9-afd3-db810772062c
* 1. Include pre-FCS spec license.Kevin Rushforth2006-01-051-4/+1
| | | | | | | 2. Move debug print statement in d3d init code to be inside "if (debug)" test git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@496 ba19aa83-45c5-6ac9-afd3-db810772062c
* Updated Copyright date to 2006Kevin Rushforth2006-01-051-3/+3
| | | | git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@492 ba19aa83-45c5-6ac9-afd3-db810772062c
* Fixed Issue 217 : Compile j3d with "-g:lines,source" to provide line numbers ↵Kevin Rushforth2006-01-031-2/+3
| | | | | | on stack traces git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@489 ba19aa83-45c5-6ac9-afd3-db810772062c
* 1. Added package description.Kevin Rushforth2005-10-261-6/+20
| | | | | | | | | 2. Added introductory material from former specification guide (since that is no longer being maintained). 3. Put copyright notice at bottom of all javadoc pages. git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@450 ba19aa83-45c5-6ac9-afd3-db810772062c
* Merged changes from dev-1_4 branch into the main trunk.Kevin Rushforth2005-10-171-4/+24
| | | | | | | NOTE: all 1.4 development will now proceed on the main trunk. The dev-1_4 branch is closed. git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@445 ba19aa83-45c5-6ac9-afd3-db810772062c
* Bumped Copyright date to 2005Kevin Rushforth2005-02-181-1/+1
| | | | git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@127 ba19aa83-45c5-6ac9-afd3-db810772062c
* Updated build numbering scheme for beta and fcs builds in preparation forKevin Rushforth2004-11-161-10/+16
| | | | | | | beta1 release git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@78 ba19aa83-45c5-6ac9-afd3-db810772062c
* Remove implementation specific scenegraph io packages from public javadocpaulby2004-11-011-0/+2
| | | | | | | | | | Issue number: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@65 ba19aa83-45c5-6ac9-afd3-db810772062c
* More updates in use of ant tagsKevin Rushforth2004-09-171-2/+6
| | | | git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@41 ba19aa83-45c5-6ac9-afd3-db810772062c
* Issue number:paulby2004-09-171-42/+52
| | | | | | | | | | | | Obtained from: Submitted by: Reviewed by: Update to build system and source files so that the build version number (and other related information) is maintained exclusively in the top level build.xml script. git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@40 ba19aa83-45c5-6ac9-afd3-db810772062c
* Initial creation of j3d-core-utils sources in CVS repositoryKevin Rushforth2004-06-091-0/+287
git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@7 ba19aa83-45c5-6ac9-afd3-db810772062c