mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-15 22:13:08 +00:00
15 lines
622 B
Batchfile
15 lines
622 B
Batchfile
@REM ###########################################################################
|
|
@REM # The contents of this file are subject to the license and copyright
|
|
@REM # detailed in the LICENSE and NOTICE files at the root of the source
|
|
@REM # tree and available online at
|
|
@REM #
|
|
@REM # http://www.dspace.org/license/
|
|
@REM ###########################################################################
|
|
@REM # 'buildpath.bat' script
|
|
@REM # A simple Windows batch script to facilitate building a CLASSPATH dynamically
|
|
@REM # in 'dspace.bat' (and similar Windows batch scripts)
|
|
|
|
@echo off
|
|
|
|
set DSPACE_CLASSPATH=%DSPACE_CLASSPATH%;%~s1
|