From 66e01f142968a3e607701a9afe01dcc50ac8a271 Mon Sep 17 00:00:00 2001
From: Matthew Swift <matthew.swift@forgerock.com>
Date: Tue, 31 May 2011 13:53:55 +0000
Subject: [PATCH] Quick fix to test Jenkins.

---
 opends/pom.xml |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/opends/pom.xml b/opends/pom.xml
index 6923299..3007a79 100644
--- a/opends/pom.xml
+++ b/opends/pom.xml
@@ -70,6 +70,7 @@
   </ciManagement>
   <properties>
     <ant.home>ext/ant</ant.home>
+    <BUILD_NUMBER>0</BUILD_NUMBER>
   </properties>
   <build>
     <directory>build</directory>
@@ -100,7 +101,7 @@
               <target>
                 <!-- We need to significantly refactor build.xml in order
                      to split this up any more -->
-                <ant target="precommit" />
+                <ant target="package" />
               </target>
             </configuration>
           </execution>

--
Gitblit v1.10.0