You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by do...@apache.org on 2008/11/14 11:26:32 UTC

svn commit: r713969 - in /felix/sandbox/donsez/monitor.bundles: ./ pom.xml

Author: donsez
Date: Fri Nov 14 02:26:32 2008
New Revision: 713969

URL: http://svn.apache.org/viewvc?rev=713969&view=rev
Log:
create a project to build all MonitorAdmin bundles

Added:
    felix/sandbox/donsez/monitor.bundles/
    felix/sandbox/donsez/monitor.bundles/pom.xml   (with props)

Added: felix/sandbox/donsez/monitor.bundles/pom.xml
URL: http://svn.apache.org/viewvc/felix/sandbox/donsez/monitor.bundles/pom.xml?rev=713969&view=auto
==============================================================================
--- felix/sandbox/donsez/monitor.bundles/pom.xml (added)
+++ felix/sandbox/donsez/monitor.bundles/pom.xml Fri Nov 14 02:26:32 2008
@@ -0,0 +1,55 @@
+<!--
+ 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 xmlns="http://maven.apache.org/POM/4.0.0" 
+	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
+	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+
+	<properties>
+		<repositoryLocation>http://www.apache.org/~donsez/dev/osgi/</repositoryLocation>
+		<description>bundles of Monitor Admin.</description>
+	</properties>  
+
+<!--
+  <parent>
+    <groupId>org.apache.felix.sandbox</groupId>
+    <artifactId>sandbox</artifactId>
+    <version>0.1.0-SNAPSHOT</version>
+  </parent>
+-->
+
+  <modelVersion>4.0.0</modelVersion>
+  <packaging>pom</packaging>
+
+  <name>Apache Felix MonitorAdmin Bundles</name>
+
+  <artifactId>org.apache.felix.sandbox.monitor.bundles</artifactId>
+  <groupId>org.apache.felix.sandbox</groupId>
+  <version>0.1.0-SNAPSHOT</version>
+
+    <modules>
+        <module>../monitoradmin</module>
+        <module>../monitor.jobcmd</module>
+        <module>../monitor.sample.memorymonitor</module>
+        <module>../monitor.sample.usagemonitor</module>
+        <module>../monitor.sample.memorymonitorjob</module>
+        <!-- <module>../monitoradmin.ipojo.mahandler</module> -->
+    </modules>
+	
+</project>
\ No newline at end of file

Propchange: felix/sandbox/donsez/monitor.bundles/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native