You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by cl...@apache.org on 2009/07/01 19:27:46 UTC

svn commit: r790284 - in /felix/sandbox/clement/ipojo-tutorials/dosgi: ./ pom.xml

Author: clement
Date: Wed Jul  1 17:27:46 2009
New Revision: 790284

URL: http://svn.apache.org/viewvc?rev=790284&view=rev
Log:
Reactor pom file

Added:
    felix/sandbox/clement/ipojo-tutorials/dosgi/pom.xml   (with props)
Modified:
    felix/sandbox/clement/ipojo-tutorials/dosgi/   (props changed)

Propchange: felix/sandbox/clement/ipojo-tutorials/dosgi/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Wed Jul  1 17:27:46 2009
@@ -0,0 +1 @@
+target

Added: felix/sandbox/clement/ipojo-tutorials/dosgi/pom.xml
URL: http://svn.apache.org/viewvc/felix/sandbox/clement/ipojo-tutorials/dosgi/pom.xml?rev=790284&view=auto
==============================================================================
--- felix/sandbox/clement/ipojo-tutorials/dosgi/pom.xml (added)
+++ felix/sandbox/clement/ipojo-tutorials/dosgi/pom.xml Wed Jul  1 17:27:46 2009
@@ -0,0 +1,32 @@
+<!--
+ 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>
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>ipojo.tutorial</artifactId>
+  <groupId>ipojo.examples</groupId>
+  <version>1.0.0</version>
+  <name>Apache Felix iPOJO DOSGi Tutorial</name>
+  <packaging>pom</packaging>
+  <modules>
+	<module>AdderServiceInterface</module>
+	<module>AdderServiceProvider</module>
+	<module>AdderServiceImporter</module>
+	<module>AdderServiceConsumer</module>
+  </modules>
+</project>
\ No newline at end of file

Propchange: felix/sandbox/clement/ipojo-tutorials/dosgi/pom.xml
------------------------------------------------------------------------------
    svn:executable = *

Propchange: felix/sandbox/clement/ipojo-tutorials/dosgi/pom.xml
------------------------------------------------------------------------------
    svn:mime-type = text/plain