-
Notifications
You must be signed in to change notification settings - Fork 1
/
linqtordf.config
26 lines (26 loc) · 1022 Bytes
/
linqtordf.config
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<!--<ccnetconfig><configurationVersion>1.3</configurationVersion></ccnetconfig>-->
<cruisecontrol>
<project name="LinqToRdf">
<sourcecontrol type="svn">
<trunkUrl>https://linqtordf.googlecode.com/svn/trunk</trunkUrl>
<workingDirectory>C:\etc\dev\ContinuousIntegration\linqtordf</workingDirectory>
<username>matthews.andrew</username>
<password>j6s5r8x7</password>
<tagOnSuccess>True</tagOnSuccess>
<tagBaseUrl>https://linqtordf.googlecode.com/svn/tags</tagBaseUrl>
</sourcecontrol>
<triggers />
<tasks>
<devenv>
<solutionfile>C:\etc\dev\semantic-web\linqtordf\linqtordf.sln</solutionfile>
<configuration>Debug</configuration>
<buildtype>Rebuild</buildtype>
<executable>C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\devenv.exe</executable>
</devenv>
</tasks>
<publishers>
<xmllogger />
</publishers>
<labeller type="defaultlabeller" />
</project>
</cruisecontrol>