Author: anuzzolese
Date: Wed Mar 28 14:51:06 2012
New Revision: 1306385

URL: http://svn.apache.org/viewvc?rev=1306385&view=rev
Log:
[STANBOL-560] Added POM file to the adapters root.

Added:
    incubator/stanbol/trunk/rules/adapters/pom.xml

Added: incubator/stanbol/trunk/rules/adapters/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/trunk/rules/adapters/pom.xml?rev=1306385&view=auto
==============================================================================
--- incubator/stanbol/trunk/rules/adapters/pom.xml (added)
+++ incubator/stanbol/trunk/rules/adapters/pom.xml Wed Mar 28 14:51:06 2012
@@ -0,0 +1,33 @@
+<!--
+   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 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd"; 
xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
+<modelVersion>4.0.0</modelVersion>
+<groupId>org.apache.stanbol</groupId>
+<artifactId>org.apache.stanbol.rules.reactor</artifactId>
+<version>0.9.0-incubating-SNAPSHOT</version>
+<packaging>pom</packaging>
+<name>Apache Stanbol Rules reactor</name>
+<description>    Pseudo project to build the complete Apache Stanbol Rules.  
</description>
+<inceptionYear>2011</inceptionYear>
+<modules>
+<module>abstract</module>
+<module>jena</module>
+<module>sparql</module>
+<module>clerezza</module>
+<module>swrl</module>
+</modules>
+</project>


Reply via email to