<?xml version='1.0' encoding='UTF-8'?>
<project>
<actions/>
<description>Create a win32 executable from the UIBranch.
This is built manually. 
</description>
<displayName>Survivor Dev UI Win32 (Win)</displayName>
<logRotator class="hudson.tasks.LogRotator">
<daysToKeep>-1</daysToKeep>
<numToKeep>5</numToKeep>
<artifactDaysToKeep>-1</artifactDaysToKeep>
<artifactNumToKeep>10</artifactNumToKeep>
</logRotator>
<keepDependencies>false</keepDependencies>
<properties>
<com.sonyericsson.rebuild.RebuildSettings plugin="rebuild@1.22">
<autoRebuild>true</autoRebuild>
</com.sonyericsson.rebuild.RebuildSettings>
<de.pellepelster.jenkins.walldisplay.WallDisplayJobProperty plugin="jenkinswalldisplay@0.6.27"/>
</properties>
<scm class="hudson.scm.SubversionSCM" plugin="subversion@2.5.1">
<locations>
<hudson.scm.SubversionSCM_-ModuleLocation>
<remote>https://svn02/vc/bne_survivor_ios/branch/UIBranch/code</remote>
<credentialsId>9deccc4c-cf60-424c-b5f2-2dee86f324a3</credentialsId>
<local>.</local>
<depthOption>infinity</depthOption>
<ignoreExternalsOption>false</ignoreExternalsOption>
</hudson.scm.SubversionSCM_-ModuleLocation>
</locations>
<additionalCredentials>
<hudson.scm.SubversionSCM_-AdditionalCredentials>
<realm><https://svn01:443> Version Control Mirror - bne</realm>
<credentialsId>9deccc4c-cf60-424c-b5f2-2dee86f324a3</credentialsId>
</hudson.scm.SubversionSCM_-AdditionalCredentials>
<hudson.scm.SubversionSCM_-AdditionalCredentials>
<realm><https://svn02:443> Version Control Mirror - bne</realm>
<credentialsId>9deccc4c-cf60-424c-b5f2-2dee86f324a3</credentialsId>
</hudson.scm.SubversionSCM_-AdditionalCredentials>
<hudson.scm.SubversionSCM_-AdditionalCredentials>
<realm><https://svn01:443> Subversion repository casual_core_framework</realm>
<credentialsId>9deccc4c-cf60-424c-b5f2-2dee86f324a3</credentialsId>
</hudson.scm.SubversionSCM_-AdditionalCredentials>
<hudson.scm.SubversionSCM_-AdditionalCredentials>
<realm><https://svn02:443> Subversion repository casual_core_framework</realm>
<credentialsId>9deccc4c-cf60-424c-b5f2-2dee86f324a3</credentialsId>
</hudson.scm.SubversionSCM_-AdditionalCredentials>
<hudson.scm.SubversionSCM_-AdditionalCredentials>
<realm><https://svn01:443> Subversion repository casual_core_online</realm>
<credentialsId>9deccc4c-cf60-424c-b5f2-2dee86f324a3</credentialsId>
</hudson.scm.SubversionSCM_-AdditionalCredentials>
<hudson.scm.SubversionSCM_-AdditionalCredentials>
<realm><https://svn02:443> Subversion repository bne_survivor_ios</realm>
<credentialsId>9deccc4c-cf60-424c-b5f2-2dee86f324a3</credentialsId>
</hudson.scm.SubversionSCM_-AdditionalCredentials>
</additionalCredentials>
<excludedRegions></excludedRegions>
<includedRegions></includedRegions>
<excludedUsers></excludedUsers>
<excludedRevprop></excludedRevprop>
<excludedCommitMessages></excludedCommitMessages>
<workspaceUpdater class="hudson.scm.subversion.UpdateWithCleanUpdater"/>
<ignoreDirPropChanges>false</ignoreDirPropChanges>
<filterChangelog>false</filterChangelog>
</scm>
<assignedNode>WIN</assignedNode>
<canRoam>false</canRoam>
<disabled>false</disabled>
<blockBuildWhenDownstreamBuilding>false</blockBuildWhenDownstreamBuilding>
<blockBuildWhenUpstreamBuilding>false</blockBuildWhenUpstreamBuilding>
<triggers/>
<concurrentBuild>false</concurrentBuild>
<builders>
<hudson.tasks.BatchFile>
<command>set PATH=%PATH%;c:\cygwin64\bin
cd %WORKSPACE%
svn upgrade
cd %WORKSPACE%/survivor
call install_win32.bat Release</command>
</hudson.tasks.BatchFile>
<hudson.tasks.BatchFile>
<command>set PATH=%PATH%;c:\cygwin64\bin
cd %WORKSPACE%
svn upgrade
cd %WORKSPACE%/survivor
call build_tests.bat
call regenerate_gamedb.bat commit bne.build@gameloft.com %BNEBUILDPASSWORD%</command>
</hudson.tasks.BatchFile>
</builders>
<publishers>
<hudson.tasks.ArtifactArchiver>
<artifacts>survivor\bin\Survivor.exe</artifacts>
<allowEmptyArchive>false</allowEmptyArchive>
<onlyIfSuccessful>false</onlyIfSuccessful>
<fingerprint>false</fingerprint>
<defaultExcludes>true</defaultExcludes>
</hudson.tasks.ArtifactArchiver>
<hudson.plugins.emailext.ExtendedEmailPublisher plugin="email-ext@2.38.2">
<recipientList>daniel.mietz@gameloft.com, simon.eschbach@gameloft.com, ellena.linden@gameloft.com, emmanuel.vasquez@gameloft.com, axelle.de-sousa@gameloft.com</recipientList>
<configuredTriggers>
<hudson.plugins.emailext.plugins.trigger.AlwaysTrigger>
<email>
<recipientList></recipientList>
<subject>$PROJECT_DEFAULT_SUBJECT</subject>
<body>$PROJECT_DEFAULT_CONTENT</body>
<recipientProviders>
<hudson.plugins.emailext.plugins.recipients.ListRecipientProvider/>
</recipientProviders>
<attachmentsPattern></attachmentsPattern>
<attachBuildLog>false</attachBuildLog>
<compressBuildLog>false</compressBuildLog>
<replyTo>$PROJECT_DEFAULT_REPLYTO</replyTo>
<contentType>project</contentType>
</email>
</hudson.plugins.emailext.plugins.trigger.AlwaysTrigger>
</configuredTriggers>
<contentType>default</contentType>
<defaultSubject>$DEFAULT_SUBJECT</defaultSubject>
<defaultContent>$DEFAULT_CONTENT</defaultContent>
<attachmentsPattern></attachmentsPattern>
<presendScript>$DEFAULT_PRESEND_SCRIPT</presendScript>
<attachBuildLog>false</attachBuildLog>
<compressBuildLog>false</compressBuildLog>
<replyTo></replyTo>
<saveOutput>false</saveOutput>
</hudson.plugins.emailext.ExtendedEmailPublisher>
</publishers>
<buildWrappers>
<EnvInjectPasswordWrapper plugin="envinject@1.90">
<injectGlobalPasswords>true</injectGlobalPasswords>
<maskPasswordParameters>true</maskPasswordParameters>
<passwordEntries/>
</EnvInjectPasswordWrapper>
</buildWrappers>
</project>