Sha256: 211ce492a7d60eaeabfe192c064ee3bbac174fc91be2dc103d9300aaacc0170b
Contents?: true
Size: 1.6 KB
Versions: 1
Compression:
Stored size: 1.6 KB
Contents
<?xml version='1.0' encoding='UTF-8'?> <project> <actions/> <description></description> <logRotator> <daysToKeep>-1</daysToKeep> <numToKeep>-1</numToKeep> <artifactDaysToKeep>-1</artifactDaysToKeep> <artifactNumToKeep>-1</artifactNumToKeep> </logRotator> <keepDependencies>false</keepDependencies> <properties> <hudson.plugins.disk__usage.DiskUsageProperty/> </properties> <scm class="hudson.scm.SubversionSCM"> <locations> <hudson.scm.SubversionSCM_-ModuleLocation> <remote>https://svn.gluegent.com/repos/dazaifu/vision/trunk/ope_tool/import_jce_policy</remote> </hudson.scm.SubversionSCM_-ModuleLocation> </locations> <excludedRegions></excludedRegions> <includedRegions></includedRegions> <excludedUsers></excludedUsers> <excludedRevprop></excludedRevprop> <excludedCommitMessages></excludedCommitMessages> <workspaceUpdater class="hudson.scm.subversion.UpdateUpdater"/> </scm> <canRoam>true</canRoam> <disabled>false</disabled> <blockBuildWhenDownstreamBuilding>false</blockBuildWhenDownstreamBuilding> <blockBuildWhenUpstreamBuilding>false</blockBuildWhenUpstreamBuilding> <jdk>sun-jdk1.6.0_24</jdk> <triggers class="vector"/> <concurrentBuild>false</concurrentBuild> <builders> <hudson.tasks.Shell> <command>echo $JAVA_HOME chmod +w $JAVA_HOME/jre/lib/security/*.jar rm -rf /tmp/jce unzip import_jce_policy/jce_policy-6.zip -d /tmp cp /tmp/jce/*.jar $JAVA_HOME/jre/lib/security chmod -w $JAVA_HOME/jre/lib/security/*.jar</command> </hudson.tasks.Shell> </builders> <publishers/> <buildWrappers/> </project>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
domo-0.0.5 | test/import-jce-policy.xml |