mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Matthew Swift
31.53.2011 66e01f142968a3e607701a9afe01dcc50ac8a271
Quick fix to test Jenkins.
2 files modified
5 ■■■■■ changed files
opends/pom.xml 3 ●●●● patch | view | raw | blame | history
opends/src/main/assembly/descriptor.xml 2 ●●● patch | view | raw | blame | history
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>
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>