Skip to content
This repository has been archived by the owner on Apr 5, 2020. It is now read-only.

Commit

Permalink
- update nsca build
Browse files Browse the repository at this point in the history
  • Loading branch information
kiesel committed Jul 4, 2011
1 parent f49bf78 commit 0064209
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
1 change: 1 addition & 0 deletions nsca/build.xml
@@ -1,5 +1,6 @@
<?xml version="1.0"?>
<project name="xp-nagios">
<property name="xp.publish.resolver" value="public-authenticated"/>
<import file="${user.home}/.ant/xp-build/build-loader.xml"/>

<property name="build.testPackage" value="org.nagios.unittest.**"/>
Expand Down
15 changes: 8 additions & 7 deletions nsca/ivy.xml
Expand Up @@ -6,9 +6,9 @@
>
<info
organisation="net.xp_framework"
module="nagios"
status="release"
revision="5.8.1"
module="nsca"
status="integration"
revision="5.8.2"
>
<license name="BSD"/>
<description homepage="http://xp-framework.net/">
Expand All @@ -18,17 +18,18 @@
</info>
<configurations>
<conf name="default" visibility="public"/>
<conf name="test" visibility="public"/>
<conf name="test" visibility="private"/>
</configurations>
<publications>
<artifact name="nagios" type="xar" ext="xar" conf="default"/>
<artifact name="nagios-test" type="xar" ext="xar" conf="test"/>
<artifact name="nsca" type="xar" ext="xar" conf="default"/>
<artifact name="nsca-test" type="xar" ext="xar" conf="test"/>
</publications>
<dependencies>
<dependency
org="net.xp_framework"
name="core"
rev="5.8.1"
rev="latest.integration"
revConstraint="5.8.2"
/>
</dependencies>
</ivy-module>

0 comments on commit 0064209

Please sign in to comment.