Moved addjob.xml to make examples working
authorlechat <ctpeko3a-github@gmail.com>
Tue, 9 Jul 2013 17:11:39 +0000 (01:11 +0800)
committerlechat <ctpeko3a-github@gmail.com>
Tue, 9 Jul 2013 17:11:39 +0000 (01:11 +0800)
examples/addjob.xml [new file with mode: 0644]
examples/how_to/addjob.xml [deleted file]

diff --git a/examples/addjob.xml b/examples/addjob.xml
new file mode 100644 (file)
index 0000000..3f98ef9
--- /dev/null
@@ -0,0 +1,17 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<project>
+  <actions/>
+  <description></description>
+  <keepDependencies>false</keepDependencies>
+  <properties/>
+  <scm class="hudson.scm.NullSCM"/>
+  <canRoam>true</canRoam>
+  <disabled>false</disabled>
+  <blockBuildWhenDownstreamBuilding>false</blockBuildWhenDownstreamBuilding>
+  <blockBuildWhenUpstreamBuilding>false</blockBuildWhenUpstreamBuilding>
+  <triggers class="vector"/>
+  <concurrentBuild>false</concurrentBuild>
+  <builders/>
+  <publishers/>
+  <buildWrappers/>
+</project>
diff --git a/examples/how_to/addjob.xml b/examples/how_to/addjob.xml
deleted file mode 100644 (file)
index 3f98ef9..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version='1.0' encoding='UTF-8'?>
-<project>
-  <actions/>
-  <description></description>
-  <keepDependencies>false</keepDependencies>
-  <properties/>
-  <scm class="hudson.scm.NullSCM"/>
-  <canRoam>true</canRoam>
-  <disabled>false</disabled>
-  <blockBuildWhenDownstreamBuilding>false</blockBuildWhenDownstreamBuilding>
-  <blockBuildWhenUpstreamBuilding>false</blockBuildWhenUpstreamBuilding>
-  <triggers class="vector"/>
-  <concurrentBuild>false</concurrentBuild>
-  <builders/>
-  <publishers/>
-  <buildWrappers/>
-</project>