Author: pauls
Date: Mon Aug  7 07:09:17 2017
New Revision: 1804291

URL: http://svn.apache.org/viewvc?rev=1804291&view=rev
Log:
Add builder pom

Added:
    sling/whiteboard/cziegeler/pom.xml

Added: sling/whiteboard/cziegeler/pom.xml
URL: 
http://svn.apache.org/viewvc/sling/whiteboard/cziegeler/pom.xml?rev=1804291&view=auto
==============================================================================
--- sling/whiteboard/cziegeler/pom.xml (added)
+++ sling/whiteboard/cziegeler/pom.xml Mon Aug  7 07:09:17 2017
@@ -0,0 +1,68 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!--
+  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>
+        <groupId>org.apache</groupId>
+        <artifactId>apache</artifactId>
+        <version>17</version>
+    </parent>
+
+    <groupId>org.apache.sling</groupId>
+    <artifactId>sling-feature-builder</artifactId>
+    <packaging>pom</packaging>
+    <version>1-SNAPSHOT</version>
+
+    <name>Apache Sling Feature (Builder)</name>
+    <description>
+        Pseudo project to build the complete Apache Sling Feature project.
+    </description>
+
+    <inceptionYear>2007</inceptionYear>
+
+    <issueManagement>
+        <system>Jira</system>
+        <url>http://issues.apache.org/jira/browse/SLING</url>
+    </issueManagement>
+
+
+    <scm>
+        <connection>
+            scm:svn:http://svn.apache.org/repos/asf/sling/whiteboard/cziegeler
+        </connection>
+        <developerConnection>
+            scm:svn:https://svn.apache.org/repos/asf/sling/whiteboard/cziegeler
+        </developerConnection>
+        <url>http://svn.apache.org/viewvc/sling/whiteboard/cziegeler</url>
+    </scm>
+
+    <modules>
+        <module>feature</module> 
+        <module>feature-karaf</module>
+        <module>feature-modelconverter</module>
+        <module>osgifeature-maven-plugin</module>
+        <module>feature-analyser</module>
+        <module>feature-launcher</module>
+        <module>feature-support</module>       
+    </modules>
+
+</project>


Reply via email to