forked from cms-sw/cmssw-config
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CORAL_bootsrc.xml
21 lines (21 loc) · 1.57 KB
/
CORAL_bootsrc.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<project name="@PROJECT_NAME@" version="@PROJECT_VERSION@">
<config dir="config"/>
<toolbox dir="file:@PROJECT_TOOL_CONF@"/>
<base url="file:@PROJECT_CONFIG_BASE@/">
<download url="file:config" name="config"/>
<download url="file:src/CoralKernel" name="src/LCG/CoralKernel"/>
<download url="file:src/CoralBase" name="src/LCG/CoralBase"/>
<download url="file:src/RelationalAccess" name="src/LCG/RelationalAccess"/>
<download url="file:src/CoralCommon" name="src/LCG/CoralCommon"/>
<download url="file:src/OracleAccess" name="src/LCG/OracleAccess"/>
<download url="file:src/SQLiteAccess" name="src/LCG/SQLiteAccess"/>
<download url="file:src/FrontierAccess" name="src/LCG/FrontierAccess"/>
<download url="file:src/RelationalService" name="src/LCG/RelationalService"/>
<download url="file:src/XMLLookupService" name="src/LCG/XMLLookupService"/>
<download url="file:src/PyCoral" name="src/LCG/PyCoral"/>
<download url="file:src/XMLAuthenticationService" name="src/LCG/XMLAuthenticationService"/>
<download url="file:src/EnvironmentAuthenticationService" name="src/LCG/EnvironmentAuthenticationService"/>
<download url="file:src/MonitoringService" name="src/LCG/MonitoringService"/>
<download url="file:src/ConnectionService" name="src/LCG/ConnectionService"/>
</base>
</project>