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/src/main/assembly/descriptor.xml |    2 +-
 opends/pom.xml                          |    3 ++-
 2 files changed, 3 insertions(+), 2 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>
diff --git a/opends/src/main/assembly/descriptor.xml b/opends/src/main/assembly/descriptor.xml
index 98b8b06..3622b40 100644
--- a/opends/src/main/assembly/descriptor.xml
+++ b/opends/src/main/assembly/descriptor.xml
@@ -29,7 +29,7 @@
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2
                       http://maven.apache.org/xsd/assembly-1.1.2.xsd">
-  <id>opendj-ldap-server</id>
+  <id>opendj-server</id>
   <formats>
     <format>zip</format>
   </formats>

--
Gitblit v1.10.0