You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stanbol.apache.org by fc...@apache.org on 2013/02/14 15:21:06 UTC

svn commit: r1446199 [2/2] - in /stanbol/branches/STANBOL-913: ./ celi/ dbpedia-spotlight/ entityhublinking/ entitylinking/ entitylinking/engine/ entitylinking/labeltokenizer-lucene/ entitylinking/labeltokenizer-opennlp/ entitylinking/labeltokenizer-pa...

Modified: stanbol/branches/STANBOL-913/uima/uimatotriples/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/STANBOL-913/uima/uimatotriples/pom.xml?rev=1446199&r1=1446198&r2=1446199&view=diff
==============================================================================
--- stanbol/branches/STANBOL-913/uima/uimatotriples/pom.xml (original)
+++ stanbol/branches/STANBOL-913/uima/uimatotriples/pom.xml Thu Feb 14 14:21:05 2013
@@ -15,7 +15,8 @@
    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/xsd/maven-4.0.0.xsd">
+<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/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
@@ -148,23 +149,23 @@
                 <configuration>
                   <target>
                     <pathconvert property="plugins.jars" pathsep="${path.separator}">
-                      <path refid="maven.runtime.classpath" />
-                      <map from="${project.build.directory}${file.separator}classes" to="" />
+                      <path refid="maven.runtime.classpath"/>
+                      <map from="${project.build.directory}${file.separator}classes" to=""/>
                     </pathconvert>
                     <pathconvert pathsep=" " property="bundles">
-                      <path path="${plugins.jars}" />
+                      <path path="${plugins.jars}"/>
                       <mapper>
                         <chainedmapper>
-                          <flattenmapper />
-                          <globmapper from="*" to="file:modules/*" casesensitive="no" />
+                          <flattenmapper/>
+                          <globmapper from="*" to="file:modules/*" casesensitive="no"/>
                         </chainedmapper>
                       </mapper>
                     </pathconvert>
                     <propertyfile file="${project.build.directory}/config.properties">
-                      <entry key="felix.auto.start" value="${bundles} file:modules/${project.build.finalName}.jar" />
-                      <entry key="org.osgi.framework.bootdelegation" value="*" />
+                      <entry key="felix.auto.start" value="${bundles} file:modules/${project.build.finalName}.jar"/>
+                      <entry key="org.osgi.framework.bootdelegation" value="*"/>
                     </propertyfile>
-                    <copy file="${maven.dependency.org.apache.felix.org.apache.felix.main.jar.path}" tofile="${project.build.directory}/felix.jar" />
+                    <copy file="${maven.dependency.org.apache.felix.org.apache.felix.main.jar.path}" tofile="${project.build.directory}/felix.jar"/>
                   </target>
                 </configuration>
               </execution>
@@ -212,25 +213,25 @@
             <version>1.6</version>
             <configuration>
               <target>
-                <property name="vm.args" value="" />
+                <property name="vm.args" value=""/>
                 <pathconvert property="plugins.jars" pathsep="${path.separator}">
-                  <path refid="maven.runtime.classpath" />
-                  <map from="${project.build.directory}${file.separator}classes" to="" />
+                  <path refid="maven.runtime.classpath"/>
+                  <map from="${project.build.directory}${file.separator}classes" to=""/>
                 </pathconvert>
                 <makeurl property="urls" separator=" ">
-                  <path path="${plugins.jars}" />
-                  <path location="${project.build.directory}/${project.build.finalName}.jar" />
+                  <path path="${plugins.jars}"/>
+                  <path location="${project.build.directory}/${project.build.finalName}.jar"/>
                 </makeurl>
                 <propertyfile file="${project.build.directory}/run.properties">
-                  <entry key="felix.auto.start" value="${urls}" />
-                  <entry key="felix.auto.deploy.action" value="uninstall,install,update,start" />
-                  <entry key="org.osgi.framework.storage" value="${project.build.directory}${file.separator}felix-cache" />
-                  <entry key="org.osgi.framework.bootdelegation" value="*" />
+                  <entry key="felix.auto.start" value="${urls}"/>
+                  <entry key="felix.auto.deploy.action" value="uninstall,install,update,start"/>
+                  <entry key="org.osgi.framework.storage" value="${project.build.directory}${file.separator}felix-cache"/>
+                  <entry key="org.osgi.framework.bootdelegation" value="*"/>
                 </propertyfile>
-                <makeurl property="run.properties.url" file="${project.build.directory}/run.properties" />
+                <makeurl property="run.properties.url" file="${project.build.directory}/run.properties"/>
                 <java fork="true" jar="${maven.dependency.org.apache.felix.org.apache.felix.main.jar.path}">
-                  <sysproperty key="felix.config.properties" value="${run.properties.url}" />
-                  <jvmarg line="${vm.args}" />
+                  <sysproperty key="felix.config.properties" value="${run.properties.url}"/>
+                  <jvmarg line="${vm.args}"/>
                 </java>
               </target>
             </configuration>

Modified: stanbol/branches/STANBOL-913/xmpextractor/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/STANBOL-913/xmpextractor/pom.xml?rev=1446199&r1=1446198&r2=1446199&view=diff
==============================================================================
--- stanbol/branches/STANBOL-913/xmpextractor/pom.xml (original)
+++ stanbol/branches/STANBOL-913/xmpextractor/pom.xml Thu Feb 14 14:21:05 2013
@@ -15,7 +15,8 @@
    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/xsd/maven-4.0.0.xsd">
+<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/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>org.apache.stanbol</groupId>
@@ -26,7 +27,7 @@
 
   <groupId>org.apache.stanbol</groupId>
   <artifactId>org.apache.stanbol.enhancer.engines.xmpextractor</artifactId>
-  <version>0.10.0</version>
+  <version>0.10.0-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <name>Apache Stanbol Enhancement Engine : XMP Extractor</name>

Modified: stanbol/branches/STANBOL-913/zemanta/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/STANBOL-913/zemanta/pom.xml?rev=1446199&r1=1446198&r2=1446199&view=diff
==============================================================================
--- stanbol/branches/STANBOL-913/zemanta/pom.xml (original)
+++ stanbol/branches/STANBOL-913/zemanta/pom.xml Thu Feb 14 14:21:05 2013
@@ -15,7 +15,8 @@
    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">
+<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>
 
@@ -28,11 +29,11 @@
 
   <groupId>org.apache.stanbol</groupId>
   <artifactId>org.apache.stanbol.enhancer.engines.zemanta</artifactId>
-  <version>0.10.0</version>
+  <version>0.10.0-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <name>Apache Stanbol Enhancement Engine : Zemanta</name>
-  <description />
+  <description></description>
   <inceptionYear>2010</inceptionYear>
 
   <scm>