Author: rwesten
Date: Tue Jan 24 11:44:02 2012
New Revision: 1235214

URL: http://svn.apache.org/viewvc?rev=1235214&view=rev
Log:
STANBOL-431: Added missing POM, added ignores

Added:
    incubator/stanbol/trunk/enhancer/jobmanager/event/pom.xml   (with props)
Modified:
    incubator/stanbol/trunk/enhancer/jobmanager/event/   (props changed)

Propchange: incubator/stanbol/trunk/enhancer/jobmanager/event/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Tue Jan 24 11:44:02 2012
@@ -0,0 +1,5 @@
+.project
+
+.classpath
+
+target

Added: incubator/stanbol/trunk/enhancer/jobmanager/event/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/trunk/enhancer/jobmanager/event/pom.xml?rev=1235214&view=auto
==============================================================================
--- incubator/stanbol/trunk/enhancer/jobmanager/event/pom.xml (added)
+++ incubator/stanbol/trunk/enhancer/jobmanager/event/pom.xml Tue Jan 24 
11:44:02 2012
@@ -0,0 +1,102 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  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.stanbol</groupId>
+               <artifactId>org.apache.stanbol.enhancer.parent</artifactId>
+               <version>0.9.0-incubating-SNAPSHOT</version>
+               <relativePath>../../parent</relativePath>
+       </parent>
+
+       <groupId>org.apache.stanbol</groupId>
+       <artifactId>org.apache.stanbol.enhancer.eventjobmanager</artifactId>
+       <packaging>bundle</packaging>
+
+       <name>Apache Stanbol Enhancer Event Jobmanager</name>
+       <description>
+        Implementation of the EnhancementJobManager that supports
+        an asynchronous enhancement process by using the
+        "org.osgi.services.event" framework.
+    </description>
+
+       <inceptionYear>2012</inceptionYear>
+
+    <scm>
+        <connection>
+            
scm:svn:http://svn.apache.org/repos/asf/incubator/stanbol/trunk/enhancer/jobmanager/event/
+        </connection>
+        <developerConnection>
+            
scm:svn:https://svn.apache.org/repos/asf/incubator/stanbol/trunk/enhancer/jobmanager/event/
+        </developerConnection>
+        <url>http://incubator.apache.org/stanbol/</url>
+    </scm>
+
+       <build>
+               <plugins>
+                       <plugin>
+                               <groupId>org.apache.felix</groupId>
+                               <artifactId>maven-bundle-plugin</artifactId>
+                               <extensions>true</extensions>
+                               <configuration>
+                                       <instructions>
+                                               <Export-Package>
+                                                       
org.apache.stanbol.enhancer.jobmanager.event;version=${project.version}
+                                   </Export-Package>
+                                               <Private-Package>
+                            
org.apache.stanbol.enhancer.jobmanager.event.impl;version=${project.version}
+                               </Private-Package>
+                                       </instructions>
+                               </configuration>
+                       </plugin>
+            <plugin>
+                <groupId>org.apache.felix</groupId>
+                   <artifactId>maven-scr-plugin</artifactId>
+            </plugin>
+               </plugins>
+       </build>
+
+       <dependencies>
+        <!-- Stanbol Enhancer dependencies -->
+               <dependency>
+                       <groupId>org.apache.stanbol</groupId>
+                       
<artifactId>org.apache.stanbol.enhancer.servicesapi</artifactId>
+               </dependency>
+        <dependency>
+                       <groupId>org.apache.clerezza</groupId>
+                       <artifactId>rdf.core</artifactId>
+               </dependency>
+<!--           <dependency>
+                       <groupId>commons-io</groupId>
+                       <artifactId>commons-io</artifactId>
+               </dependency>  -->
+               <!-- for tests -->
+               <dependency>
+                       <groupId>junit</groupId>
+                       <artifactId>junit</artifactId>
+               </dependency>
+               <dependency>
+                       <groupId>org.slf4j</groupId>
+                       <artifactId>slf4j-simple</artifactId>
+               </dependency>
+       </dependencies>
+
+</project>

Propchange: incubator/stanbol/trunk/enhancer/jobmanager/event/pom.xml
------------------------------------------------------------------------------
    svn:mime-type = text/plain


Reply via email to