You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by zo...@apache.org on 2009/10/30 16:12:35 UTC

svn commit: r831322 - /incubator/aries/trunk/blueprint/blueprint-helloworld/pom.xml

Author: zoe
Date: Fri Oct 30 15:12:35 2009
New Revision: 831322

URL: http://svn.apache.org/viewvc?rev=831322&view=rev
Log:
ARIES-45

Modified:
    incubator/aries/trunk/blueprint/blueprint-helloworld/pom.xml

Modified: incubator/aries/trunk/blueprint/blueprint-helloworld/pom.xml
URL: http://svn.apache.org/viewvc/incubator/aries/trunk/blueprint/blueprint-helloworld/pom.xml?rev=831322&r1=831321&r2=831322&view=diff
==============================================================================
--- incubator/aries/trunk/blueprint/blueprint-helloworld/pom.xml (original)
+++ incubator/aries/trunk/blueprint/blueprint-helloworld/pom.xml Fri Oct 30 15:12:35 2009
@@ -1,46 +1,35 @@
-<!--
-    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">
-    <modelVersion>4.0.0</modelVersion>
-    <parent>
-    	<artifactId>blueprint</artifactId>
-        <groupId>org.apache.aries.blueprint</groupId>
-        <version>1.0.0-incubating-SNAPSHOT</version>
-    </parent>
-    <name>Apache Aries Blueprint HelloWorld sample</name>
-    <artifactId>blueprint-helloworld</artifactId>
-    <packaging>pom</packaging>
-    <description>Example blueprint hello world application</description>
 
-    
-    <dependencies>
-        <dependency>
-            <groupId>org.eclipse</groupId>
-            <artifactId>osgi</artifactId>
-            <scope>provided</scope>
-        </dependency>
-       <dependency>
-           <groupId>org.apache.aries.blueprint</groupId>
-           <artifactId>aries-blueprint-api</artifactId>
-       </dependency>
-    </dependencies>
-    
-    <modules>
-     <module>blueprint-helloworldserver</module>
-        <module>blueprint-helloworldclient</module>
-        </modules>
+	<!--
+		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">
+	<modelVersion>4.0.0</modelVersion>
+	<parent>
+		<artifactId>blueprint</artifactId>
+		<groupId>org.apache.aries.blueprint</groupId>
+		<version>1.0.0-incubating-SNAPSHOT</version>
+	</parent>
+	<name>Apache Aries Blueprint HelloWorld</name>
+	<artifactId>blueprint-helloworld</artifactId>
+	<packaging>pom</packaging>
+	<description>Example blueprint hello world application</description>
+
+	<modules>
+		<module>blueprint-helloworld-server</module>
+		<module>blueprint-helloworld-client</module>
+		<module>blueprint-helloworld-api</module>
+	</modules>
 </project>