You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stanbol.apache.org by fl...@apache.org on 2012/06/19 00:01:31 UTC

svn commit: r1351508 - in /incubator/stanbol/branches/cameltrial/flow/chainjobmanager: ./ pom.xml

Author: florent
Date: Mon Jun 18 22:01:30 2012
New Revision: 1351508

URL: http://svn.apache.org/viewvc?rev=1351508&view=rev
Log:
resolve svn boilerplate...

Added:
    incubator/stanbol/branches/cameltrial/flow/chainjobmanager/   (props changed)
      - copied from r1234887, incubator/stanbol/branches/cameltrial/enhancer/jobmanager/cameljobmanager/chainjobmanager/
Modified:
    incubator/stanbol/branches/cameltrial/flow/chainjobmanager/pom.xml

Propchange: incubator/stanbol/branches/cameltrial/flow/chainjobmanager/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Mon Jun 18 22:01:30 2012
@@ -0,0 +1,11 @@
+target
+bin
+*.iml
+*.ipr
+*.iws
+.settings
+.project
+.classpath
+.externalToolBuilders
+maven-eclipse.xml
+.metadata

Modified: incubator/stanbol/branches/cameltrial/flow/chainjobmanager/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/branches/cameltrial/flow/chainjobmanager/pom.xml?rev=1351508&r1=1234887&r2=1351508&view=diff
==============================================================================
--- incubator/stanbol/branches/cameltrial/flow/chainjobmanager/pom.xml (original)
+++ incubator/stanbol/branches/cameltrial/flow/chainjobmanager/pom.xml Mon Jun 18 22:01:30 2012
@@ -1,190 +1,164 @@
 <?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.jobmanager.cameljobmanager.reactor</artifactId>
-    <version>0.9.0-incubating-SNAPSHOT</version>
-    <relativePath>../</relativePath>
-  </parent>
-  
-  <groupId>org.apache.stanbol</groupId>
-  <artifactId>org.apache.stanbol.enhancer.jobmanager.chainjobmanager</artifactId>
-  <packaging>bundle</packaging>
-  <!-- TODO : remove the version -->
-  <!--<version>1.0-SNAPSHOT</version>-->
-  
-  <name>Apache Stanbol Enhancer Jobmanager : chain Implementation </name>
-  <description>
-    Implementation of the Jobmanager with the Apache Camel lib.
-    This librairy bring to the Jobmanager to power of the "route" concept and a lot of build-in endpoints.
-  </description>
-  
-  <inceptionYear>2011</inceptionYear>
-  
-  <!-- TODO : update and uncomment this -->
-  <scm>
-       <connection>
+<!-- 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.jobmanager.cameljobmanager.reactor</artifactId>
+		<version>0.9.0-incubating-SNAPSHOT</version>
+		<relativePath>../</relativePath>
+	</parent>
+
+	<artifactId>org.apache.stanbol.flow.cameljobmanager</artifactId>
+	<packaging>bundle</packaging>
+
+	<name>Apache Stanbol Flow : Camel integration </name>
+	<description>
+    	Contains all base classes for defining Stanbol-Camel protocols, transformer,...
+	TODO : rename is module with a more accurate name.
+  	</description>
+
+	<inceptionYear>2011</inceptionYear>
+
+	<!-- TODO : update and uncomment this -->
+	<scm>
+		<connection>
       scm:svn:http://svn.apache.org/repos/asf/incubator/stanbol/trunk/enhancer/jobmanager/cameljobmanager/chainjobmanager
        </connection>
-       <developerConnection>
+		<developerConnection>
 	 scm:svn:https://svn.apache.org/repos/asf/incubator/stanbol/trunk/enhancer/jobmanager/cameljobmanager/chainjobmanager
        </developerConnection>
-       <url>http://incubator.apache.org/stanbol/</url>
-  </scm>
-  
-  
-  
-  <properties>
-    <camel-version>2.8.1</camel-version>
-  </properties>
-
-  <dependencies>
-  
-  <dependency>
-  	<groupId>commons-io</groupId>
-<artifactId>commons-io</artifactId>
-<version>1.4</version>
-  </dependency>
-  
-  <!-- for test with @activate methods -->
-   <dependency> 
-   	<groupId>org.osgi</groupId> 
-   	<artifactId>org.osgi.compendium</artifactId> 
-   	<version>4.2.0</version>
-   	</dependency> 
-  
-   <dependency> 
-   	<groupId>org.osgi</groupId> 
-   	<artifactId>org.osgi.core</artifactId> 
-   	<version>4.2.0</version> 
-   	</dependency> 
-  
-  <!-- <dependency> 
-   	<groupId>org.osgi</groupId> 
-   	<artifactId>org.osgi.framework</artifactId> 
-   	<version>4.1.0</version> 
-   	</dependency> --> 
-  <!-- can be remove -->
-  <!-- <dependency> -->
-  <!--     <groupId>com.sun.jersey</groupId> -->
-  <!--     <artifactId>jersey-core</artifactId> -->
-  <!--   </dependency> -->
-  
-  <!-- Dependency to engine protocol -->
-  <!-- <dependency> -->
-  <!--   <groupId>org.apache.stanbol</groupId> -->
-  <!--   <artifactId>org.apache.stanbol.enhancer.jobmanager.engineProtocol</artifactId> -->
-  <!--   <version>1.0-SNAPSHOT</version> -->
-  <!-- </dependency> -->
-  
-  
-  <!-- TODO : supprimer cette dependencie lorsque test des converter ok -->
-  <dependency>
- 	<groupId>javax.mail</groupId>
-    <artifactId>mail</artifactId>
-    <version>1.4.4</version>
-  </dependency>
-  
-  <!-- dependencies for serialization -->
-  <dependency>
-      <groupId>javax.servlet</groupId>
-      <artifactId>servlet-api</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.clerezza</groupId>
-      <artifactId>rdf.core</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.stanbol</groupId>
-      <artifactId>org.apache.stanbol.commons.web.base</artifactId>
-    </dependency>
-  	<dependency>
-      <groupId>com.sun.jersey</groupId>
-      <artifactId>jersey-core</artifactId>
-    </dependency>
-    
-  <!-- Camel dependencies -->
-  <dependency>
-    <groupId>org.apache.camel</groupId>
-    <artifactId>camel-core-osgi</artifactId>
-    <version>${camel-version}</version>
-  </dependency>  
-	
-  <!-- Stanbol dependencies -->
-  <dependency>
-    <groupId>org.apache.stanbol</groupId>
-    <artifactId>org.apache.stanbol.enhancer.servicesapi</artifactId>
-  </dependency>
-  
-  <dependency>
-    <groupId>org.apache.felix</groupId>
-    <artifactId>org.apache.felix.scr.annotations</artifactId>
-  </dependency>
-    
-    <!-- for testing -->
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>   
-      <version>4.8.1</version>   
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.camel</groupId>
-      <artifactId>camel-test</artifactId>
-      <version>${camel-version}</version>      
-      <scope>test</scope>
-    </dependency>      
-  </dependencies>
-
-  <build>
-    <defaultGoal>install</defaultGoal>
-
-    <plugins>
-      <!-- <plugin>
-           <groupId>org.apache.maven.plugins</groupId>
-           <artifactId>maven-compiler-plugin</artifactId>
-           <configuration>
-             <source>1.5</source>
-             <target>1.5</target>
-           </configuration>
-      </plugin>-->
-      
-      <plugin>
-	<groupId>org.apache.felix</groupId>
-	<artifactId>maven-bundle-plugin</artifactId>
-	<extensions>true</extensions>
-	<configuration>
-	  <instructions>
-	  <DynamicImport-Package>*</DynamicImport-Package>
-	  </instructions>
-	</configuration>
-      </plugin>
-      <plugin>
-	<groupId>org.apache.felix</groupId>
-	<artifactId>maven-scr-plugin</artifactId>
-      </plugin>
-      
-    </plugins>
-  </build>
+		<url>http://incubator.apache.org/stanbol/</url>
+	</scm>
+
+
+
+	<properties>
+		<camel-version>2.8.1</camel-version>
+	</properties>
+
+	<dependencies>
+		<!-- API definition -->
+		<dependency>
+			<groupId>org.apache.stanbol</groupId>
+			<artifactId>org.apache.stanbol.flow.servicesapi</artifactId>
+			<!-- TODO : see why versions are not herited from o.a.s.flow.reactor. Remove when ok -->
+			<version>0.9.0-incubating-SNAPSHOT</version>
+		</dependency>
+		
+		
+		<dependency>
+			<groupId>commons-io</groupId>
+			<artifactId>commons-io</artifactId>
+		</dependency>
+
+		<!-- for test with @activate methods -->
+		<!-- TODO : remove version number on osgi stuff. But that version are because 
+			of the FrameworkUtil.getBundle in FromContentItemConverter -->
+		<!-- this technik to get bundle is used as @reference on the Clerezza serializer 
+			allways return null... -->
+		<dependency>
+			<groupId>org.osgi</groupId>
+			<artifactId>org.osgi.compendium</artifactId>
+			<version>4.2.0</version>
+	</dependency>
+
+		<dependency>
+			<groupId>org.osgi</groupId>
+			<artifactId>org.osgi.core</artifactId>
+			<version>4.2.0</version>
+	</dependency>
+
+		<!-- TODO : supprimer cette dependencie lorsque test des converter ok -->
+		<!-- <dependency> <groupId>javax.mail</groupId> <artifactId>mail</artifactId> 
+			<version>1.4.4</version> </dependency> -->
+
+		<!-- dependencies for serialization -->
+		<dependency>
+			<groupId>javax.servlet</groupId>
+			<artifactId>servlet-api</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>org.apache.clerezza</groupId>
+			<artifactId>rdf.core</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>org.apache.stanbol</groupId>
+			<artifactId>org.apache.stanbol.commons.web.base</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>com.sun.jersey</groupId>
+			<artifactId>jersey-core</artifactId>
+		</dependency>
+
+		<!-- Camel dependencies -->
+		<dependency>
+			<groupId>org.apache.camel</groupId>
+			<artifactId>camel-core-osgi</artifactId>
+			<version>${camel-version}</version>
+		</dependency>
+
+		<!-- Stanbol dependencies -->
+		<dependency>
+			<groupId>org.apache.stanbol</groupId>
+			<artifactId>org.apache.stanbol.enhancer.servicesapi</artifactId>
+		</dependency>
+
+		<dependency>
+			<groupId>org.apache.felix</groupId>
+			<artifactId>org.apache.felix.scr.annotations</artifactId>
+		</dependency>
+
+		<!-- for testing -->
+		<dependency>
+			<groupId>junit</groupId>
+			<artifactId>junit</artifactId>
+			<version>4.8.1</version>
+			<scope>test</scope>
+		</dependency>
+		<dependency>
+			<groupId>org.apache.camel</groupId>
+			<artifactId>camel-test</artifactId>
+			<version>${camel-version}</version>
+			<scope>test</scope>
+		</dependency>
+	</dependencies>
+
+	<build>
+		<defaultGoal>install</defaultGoal>
+
+		<plugins>
+			<!-- <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> 
+				<configuration> <source>1.5</source> <target>1.5</target> </configuration> 
+				</plugin> -->
+
+			<plugin>
+				<groupId>org.apache.felix</groupId>
+				<artifactId>maven-bundle-plugin</artifactId>
+				<extensions>true</extensions>
+				<configuration>
+					<instructions>
+						<DynamicImport-Package>*</DynamicImport-Package>
+					</instructions>
+				</configuration>
+			</plugin>
+			<plugin>
+				<groupId>org.apache.felix</groupId>
+				<artifactId>maven-scr-plugin</artifactId>
+			</plugin>
+
+		</plugins>
+	</build>
 </project>