You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by rh...@apache.org on 2008/10/09 23:45:22 UTC

svn commit: r703270 - in /incubator/qpid/trunk/qpid/java: build.deps build.xml management/client/build.xml

Author: rhs
Date: Thu Oct  9 14:45:21 2008
New Revision: 703270

URL: http://svn.apache.org/viewvc?rev=703270&view=rev
Log:
QPID-1343: added build scripts for management/client

Added:
    incubator/qpid/trunk/qpid/java/management/client/build.xml   (with props)
Modified:
    incubator/qpid/trunk/qpid/java/build.deps
    incubator/qpid/trunk/qpid/java/build.xml

Modified: incubator/qpid/trunk/qpid/java/build.deps
URL: http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/java/build.deps?rev=703270&r1=703269&r2=703270&view=diff
==============================================================================
--- incubator/qpid/trunk/qpid/java/build.deps (original)
+++ incubator/qpid/trunk/qpid/java/build.deps Thu Oct  9 14:45:21 2008
@@ -6,6 +6,7 @@
 commons-configuration=lib/commons-configuration-1.2.jar
 commons-lang=lib/commons-lang-2.2.jar
 commons-logging=lib/commons-logging-1.0.4.jar
+commons-pool=lib/commons-pool-1.4.jar
 
 geronimo-jms=lib/geronimo-jms_1.1_spec-1.0.jar
 
@@ -39,6 +40,7 @@
     ${slf4j-log4j} ${xalan} ${felix.libs} ${build.lib}/${project.name}-common-${project.version}.jar
 
 broker-plugins.libs=${common.libs} ${felix.libs}
+management-client.libs=${client.libs} ${commons-pool}
 
 junit-toolkit.libs=${log4j} ${junit} ${slf4j-api}
 test.libs=${slf4j-log4j} ${junit-toolkit.libs}
@@ -83,6 +85,7 @@
 client-example.test.libs=${test.libs}
 tools.test.libs=${client.test.libs}
 testkit.test.libs=${test.libs}
+management-client.test.libs=${client.test.libs}
 management-eclipse-plugin.test.libs=${systests.libs}
 broker-plugins.test.libs=${test.libs}
 management-tools-qpid-cli.test.libs=${junit4} ${slf4j-log4j} ${log4j} ${client.libs}

Modified: incubator/qpid/trunk/qpid/java/build.xml
URL: http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/java/build.xml?rev=703270&r1=703269&r2=703270&view=diff
==============================================================================
--- incubator/qpid/trunk/qpid/java/build.xml (original)
+++ incubator/qpid/trunk/qpid/java/build.xml Thu Oct  9 14:45:21 2008
@@ -25,7 +25,7 @@
   <property name="modules.core"       value="junit-toolkit common broker client tools"/>
   <property name="modules.examples"   value="client/example"/>
   <property name="modules.tests"      value="systests perftests integrationtests testkit"/>
-  <property name="modules.management" value="management/eclipse-plugin"/>
+  <property name="modules.management" value="management/client management/eclipse-plugin"/>
   <property name="modules.plugin"     value="broker-plugins"/>
   <property name="modules.management.tools" value="management/tools/qpid-cli"/>
   <property name="modules"            value="${modules.core}

Added: incubator/qpid/trunk/qpid/java/management/client/build.xml
URL: http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/java/management/client/build.xml?rev=703270&view=auto
==============================================================================
--- incubator/qpid/trunk/qpid/java/management/client/build.xml (added)
+++ incubator/qpid/trunk/qpid/java/management/client/build.xml Thu Oct  9 14:45:21 2008
@@ -0,0 +1,27 @@
+<!--
+ -
+ - Licensed to the Apache Software Foundation (ASF) under one
+ - or more contributor license agreements.  See the NOTICE file
+ - distributed with this work for additional information
+ - regarding copyright ownership.  The ASF licenses this file
+ - to you under the Apache License, Version 2.0 (the
+ - "License"); you may not use this file except in compliance
+ - with the License.  You may obtain a copy of the License at
+ - 
+ -   http://www.apache.org/licenses/LICENSE-2.0
+ - 
+ - Unless required by applicable law or agreed to in writing,
+ - software distributed under the License is distributed on an
+ - "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ - KIND, either express or implied.  See the License for the
+ - specific language governing permissions and limitations
+ - under the License.
+ -
+ -->
+<project name="Qpid Management Client" default="build">
+
+  <property name="module.depends" value="client common"/>
+
+  <import file="../../module.xml"/>
+
+</project>

Propchange: incubator/qpid/trunk/qpid/java/management/client/build.xml
------------------------------------------------------------------------------
    svn:eol-style = native