https://github.com/Kitware/CMake
Revision 4cd5a8a69030151596d28c3a54fee60eef789f1b authored by David Cole on 13 March 2008, 18:29:26 UTC, committed by David Cole on 13 March 2008, 18:29:26 UTC
1 parent fb02966
Raw File
Tip revision: 4cd5a8a69030151596d28c3a54fee60eef789f1b authored by David Cole on 13 March 2008, 18:29:26 UTC
BUG: Fix the Java test for Visual Studio builds. Before this, it had been 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.
Tip revision: 4cd5a8a
configure
#! /bin/sh
cmake_source_dir=`echo $0 | sed -n '/\//{s/\/[^\/]*$//;p;}'`
exec "${cmake_source_dir}/bootstrap" "$@"
back to top