Changeset 17919
- Timestamp:
- 2008-11-25 18:09:06 (2 months ago)
- Files:
-
- release-kits/shared/windows/wrapper/wrapper.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
release-kits/shared/windows/wrapper/wrapper.cpp
r17905 r17919 343 343 344 344 //extract the jar 345 string jarLocation = " "; jarLocation.append( tempdir ); jarLocation.append( "\\greenstone.jar" );346 345 string jarLocation = "greenstone.jar"; 346 347 347 set_splash_step( "XJAR" ); 348 348 extractResource( "JAR", "JAR", (char*) jarLocation.c_str() );
