You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@clerezza.apache.org by mi...@apache.org on 2013/09/21 13:35:14 UTC

svn commit: r1525225 - /clerezza/trunk/ext/pom.xml

Author: misl
Date: Sat Sep 21 11:35:14 2013
New Revision: 1525225

URL: http://svn.apache.org/r1525225
Log:
CLEREZZA-824: Created Ext reactor to build all new style ext bundles.

Added:
    clerezza/trunk/ext/pom.xml

Added: clerezza/trunk/ext/pom.xml
URL: http://svn.apache.org/viewvc/clerezza/trunk/ext/pom.xml?rev=1525225&view=auto
==============================================================================
--- clerezza/trunk/ext/pom.xml (added)
+++ clerezza/trunk/ext/pom.xml Sat Sep 21 11:35:14 2013
@@ -0,0 +1,46 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<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">
+
+    <!--
+
+        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.
+    -->
+
+    <!-- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+         !!!!!!                                !!!!!!
+         !!!!!!    This pom is only provided   !!!!!!
+         !!!!!!   for build convenience and    !!!!!!
+         !!!!!!   should not be released       !!!!!!
+         !!!!!!                                !!!!!!
+         !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
+
+    <modelVersion>4.0.0</modelVersion>
+
+    <groupId>org.apache.clerezza.ext</groupId>
+    <artifactId>org.apache.clerezza.ext.reactor</artifactId>
+    <version>1-SNAPSHOT</version>
+    <packaging>pom</packaging>
+    <name>Apache Clerezza :: Ext Bundles</name>
+
+    <modules>
+        <module>src-assembly</module>
+        <module>jena-iri</module>
+        <module>jena-core</module>
+        <module>jena-arq</module>
+        <module>jena-tdb</module>
+    </modules>
+
+</project>
\ No newline at end of file