summaryrefslogtreecommitdiffstats
path: root/Modules/CMakeJavaInformation.cmake
Commit message (Collapse)AuthorAgeFilesLines
* BUG: Go back to using "." so the Java test passes on the nightly nmake ↵David Cole2008-03-161-4/+4
| | | | dashboards again. Still need a solution that works with both nmake and Visual Studio builds.
* COMP: Conditionalize the last change so that the fix only applies to WIN32. ↵David Cole2008-03-131-4/+10
| | | | Leave it the way it was elsewhere, the new way does not work on the Mac continuous dashboard...
* BUG: Fix the Java test for Visual Studio builds. Before this, it had been ↵David Cole2008-03-131-3/+4
| | | | trying to include "BuildLog.htm" in the .jar file because it was using "." as the list of files to include in the .jar file. Use "*.class" instead of "." to prevent this silliness.
* ENH: fix java and add OBJECT_DIR supportBill Hoffman2006-04-171-2/+2
|
* ENH: fix for bug 2921, move _OVERRIDE variable to a better position to allow ↵Bill Hoffman2006-03-021-0/+13
| | | | changing _INIT variables
* ENH: add documentation support for modulesBill Hoffman2005-12-141-0/+1
|
* BUG: make sure java jar files are not libfoo.jar but are just foo.jarBill Hoffman2004-09-271-1/+0
|
* BUG: let the generator quote the pathBill Hoffman2004-09-221-1/+1
|
* ENH: major changes to support addition of languages from cmake modules ↵Bill Hoffman2004-09-221-0/+20
| | | | directory.
* ENH: more uniform approach to enable language, one step closer to being able ↵Bill Hoffman2004-08-261-0/+1
to enable a language without modifing cmake source code