Quick fix to test Jenkins.
| | |
| | | </ciManagement> |
| | | <properties> |
| | | <ant.home>ext/ant</ant.home> |
| | | <BUILD_NUMBER>0</BUILD_NUMBER> |
| | | </properties> |
| | | <build> |
| | | <directory>build</directory> |
| | |
| | | <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> |
| | |
| | | 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> |