cleanup and formatting
diff --git a/releng.control/cc_config.xml b/releng.control/cc_config.xml
index 25c20da..ac1e09a 100644
--- a/releng.control/cc_config.xml
+++ b/releng.control/cc_config.xml
@@ -212,7 +212,6 @@
</ant>
</schedule>
</project>
-
<project
forceOnly="false"
requireModification="true"
@@ -1009,32 +1008,4 @@
</ant>
</schedule>
</project>
- <!--
- <project forceOnly="false" requireModification="true"
- name="wtp-R3.2.0G-I"> <modificationset quietperiod="120"> <cvs
- module="${env.RELENGCOMMON}" reallyquiet="${env.CVS_QUIET}"/>
- <cvs module="${env.RELENGEJBTOOLS}"
- reallyquiet="${env.CVS_QUIET}"/> <cvs
- module="${env.RELENGJEETOOLS}" reallyquiet="${env.CVS_QUIET}"/>
- <cvs module="${env.RELENGSERVERTOOLS}"
- reallyquiet="${env.CVS_QUIET}"/> <cvs
- module="${env.RELENGSOURCEEDITING}"
- reallyquiet="${env.CVS_QUIET}"/> <cvs module="${env.RELENGJSDT}"
- reallyquiet="${env.CVS_QUIET}"/> <cvs
- module="${env.RELENGWEBSERVICES}"
- reallyquiet="${env.CVS_QUIET}"/> <cvs module="${env.RELENGJSF}"
- reallyquiet="${env.CVS_QUIET}"/> <cvs module="${env.RELENGDALI}"
- reallyquiet="${env.CVS_QUIET}"/> </modificationset> <schedule
- interval="${time.fortyEightHours}"> <ant
- antscript="${env.RELENG_CONTROL}/ant_low_priority_galileo.sh">
- <property name="buildType" value="I"/> <property name="buildId"
- value="3.2.0G"/> <property name="buildBranch" value="R3.2.0"/>
- <property name="mapVersionTag" value="HEAD"/> <property
- name="releng.dali-mapVersionTag" value="HEAD"/> <property
- name="releng.jsf-mapVersionTag" value="HEAD"/> <property
- name="build.distribution" value="wtp"/> <property
- name="SKIP_JAR_SIGNING" value="true"/> <property
- name="normalizeJarFiles" value="false"/> </ant> </schedule>
- </project>
- -->
</cruisecontrol>
\ No newline at end of file
diff --git a/releng.control/cc_copyArtifacts.xml b/releng.control/cc_copyArtifacts.xml
index cea9f7b..f26e80a 100644
--- a/releng.control/cc_copyArtifacts.xml
+++ b/releng.control/cc_copyArtifacts.xml
@@ -19,7 +19,7 @@
<property
file="${env.LOCAL_BUILD_PROPERTIES_DIR}/${ant.project.name}.properties"/>
- <!-- = = = end standard properties pattern = = = -->
+ <!-- = = = end standard properties pattern = = = -->
<target
name="copyArtifacts"
depends="init"
@@ -34,7 +34,7 @@
failonerror="false">
<fileset
dir="${env.PROJECT_PROJECTS}/${projectname}/workdir/${buildLabel}"
- excludes="**/*.bak,**/*.temp" />
+ excludes="**/*.bak,**/*.temp"/>
<fileset
file="${env.ANT_WORKING}/${projectname}/antBuilderOutput.log"/>
</copy>
diff --git a/releng.control/checkout.xml b/releng.control/checkout.xml
index 8c0072f..25b60b4 100644
--- a/releng.control/checkout.xml
+++ b/releng.control/checkout.xml
@@ -18,7 +18,6 @@
-->
<property
file="${env.LOCAL_BUILD_PROPERTIES_DIR}/${ant.project.name}.properties"/>
-
<fail
unless="projectname"
message="a projectname is required"/>