Author: tommaso
Date: Mon Nov 7 23:11:46 2011
New Revision: 1198998
URL: http://svn.apache.org/viewvc?rev=1198998&view=rev
Log:
[CLEREZZA-647] - added AL headers to uima modules
Modified:
incubator/clerezza/trunk/parent/uima/pom.xml
incubator/clerezza/trunk/parent/uima/src/site/xsite/content/sitemap.xml
incubator/clerezza/trunk/parent/uima/uima.casconsumer/pom.xml
incubator/clerezza/trunk/parent/uima/uima.concept-tagging/pom.xml
incubator/clerezza/trunk/parent/uima/uima.metadata-generator/pom.xml
incubator/clerezza/trunk/parent/uima/uima.ontologies.ao/pom.xml
incubator/clerezza/trunk/parent/uima/uima.ontologies/pom.xml
incubator/clerezza/trunk/parent/uima/uima.utils/pom.xml
Modified: incubator/clerezza/trunk/parent/uima/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/clerezza/trunk/parent/uima/pom.xml?rev=1198998&r1=1198997&r2=1198998&view=diff
==============================================================================
--- incubator/clerezza/trunk/parent/uima/pom.xml (original)
+++ incubator/clerezza/trunk/parent/uima/pom.xml Mon Nov 7 23:11:46 2011
@@ -1,3 +1,24 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!--
+
+ 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>
@@ -6,7 +27,8 @@
<version>0.1-incubating-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Clerezza - Apache UIMA extension module</name>
- <description>Apache UIMA extension modules enable usage of UIMA for enhanced
metadata extraction inside Clerezza</description>
+ <description>Apache UIMA extension modules enable usage of UIMA for enhanced
metadata extraction inside Clerezza
+ </description>
<parent>
<groupId>org.apache.clerezza</groupId>
<artifactId>parent</artifactId>
@@ -22,6 +44,7 @@
<module>uima.casconsumer</module>
<module>uima.metadata-generator</module>
<module>uima.concept-tagging</module>
+ <module>uima.samples</module>
</modules>
<dependencies>
<dependency>
Modified:
incubator/clerezza/trunk/parent/uima/src/site/xsite/content/sitemap.xml
URL:
http://svn.apache.org/viewvc/incubator/clerezza/trunk/parent/uima/src/site/xsite/content/sitemap.xml?rev=1198998&r1=1198997&r2=1198998&view=diff
==============================================================================
--- incubator/clerezza/trunk/parent/uima/src/site/xsite/content/sitemap.xml
(original)
+++ incubator/clerezza/trunk/parent/uima/src/site/xsite/content/sitemap.xml Mon
Nov 7 23:11:46 2011
@@ -1,6 +1,27 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!--
+
+ 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.
+
+-->
<sitemap>
- <section>
- <name>Documentation</name>
- <page>usage.xhtml</page>
- </section>
+ <section>
+ <name>Documentation</name>
+ <page>usage.xhtml</page>
+ </section>
</sitemap>
Modified: incubator/clerezza/trunk/parent/uima/uima.casconsumer/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/clerezza/trunk/parent/uima/uima.casconsumer/pom.xml?rev=1198998&r1=1198997&r2=1198998&view=diff
==============================================================================
--- incubator/clerezza/trunk/parent/uima/uima.casconsumer/pom.xml (original)
+++ incubator/clerezza/trunk/parent/uima/uima.casconsumer/pom.xml Mon Nov 7
23:11:46 2011
@@ -1,3 +1,24 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!--
+
+ 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>
Modified: incubator/clerezza/trunk/parent/uima/uima.concept-tagging/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/clerezza/trunk/parent/uima/uima.concept-tagging/pom.xml?rev=1198998&r1=1198997&r2=1198998&view=diff
==============================================================================
--- incubator/clerezza/trunk/parent/uima/uima.concept-tagging/pom.xml (original)
+++ incubator/clerezza/trunk/parent/uima/uima.concept-tagging/pom.xml Mon Nov
7 23:11:46 2011
@@ -1,3 +1,24 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!--
+
+ 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>
@@ -5,7 +26,7 @@
<artifactId>uima.concept-tagging</artifactId>
<version>0.1-incubating-SNAPSHOT</version>
<packaging>bundle</packaging>
- <name> Clerezza - Apache UIMA extension for concept tagging</name>
+ <name>Clerezza - Apache UIMA extension for concept tagging</name>
<parent>
<groupId>org.apache.clerezza</groupId>
<artifactId>uima</artifactId>
@@ -44,7 +65,8 @@
<extensions>true</extensions>
<configuration>
<instructions>
-
<Import-Package>javax.ws.rs.*;org.osgi.service.component.*;org.apache.uima.*;org.apache.clerezza.*</Import-Package>
+ <Import-Package>javax.ws.rs.*
;org.osgi.service.component.*;org.apache.uima.*;org.apache.clerezza.*
+ </Import-Package>
<Export-Package>org.apache.clerezza.uima.concept.*</Export-Package>
</instructions>
</configuration>
Modified: incubator/clerezza/trunk/parent/uima/uima.metadata-generator/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/clerezza/trunk/parent/uima/uima.metadata-generator/pom.xml?rev=1198998&r1=1198997&r2=1198998&view=diff
==============================================================================
--- incubator/clerezza/trunk/parent/uima/uima.metadata-generator/pom.xml
(original)
+++ incubator/clerezza/trunk/parent/uima/uima.metadata-generator/pom.xml Mon
Nov 7 23:11:46 2011
@@ -1,3 +1,24 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!--
+
+ 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>
@@ -77,7 +98,9 @@
<configuration>
<instructions>
<Export-Package>org.apache.clerezza.uima.metadatagenerator.*</Export-Package>
-
<Import-Package>org.slf4j.*;com.drew.*;com.sun.syndication.*;de.l3s.*;resolution:=optional,org.apache.uima.*;org.apache.tika.*;org.apache.clerezza.*;javax.ws.rs.*</Import-Package>
+ <Import-Package>
+
org.slf4j.*;com.drew.*;com.sun.syndication.*;de.l3s.*;resolution:=optional,org.apache.uima.*;org.apache.tika.*;org.apache.clerezza.*;javax.ws.rs.*
+ </Import-Package>
<Embed-Dependency>tika-bundle</Embed-Dependency>
</instructions>
</configuration>
Modified: incubator/clerezza/trunk/parent/uima/uima.ontologies.ao/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/clerezza/trunk/parent/uima/uima.ontologies.ao/pom.xml?rev=1198998&r1=1198997&r2=1198998&view=diff
==============================================================================
--- incubator/clerezza/trunk/parent/uima/uima.ontologies.ao/pom.xml (original)
+++ incubator/clerezza/trunk/parent/uima/uima.ontologies.ao/pom.xml Mon Nov 7
23:11:46 2011
@@ -1,3 +1,24 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!--
+
+ 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>
@@ -19,50 +40,50 @@
</dependency>
</dependencies>
<build>
- <plugins>
- <plugin>
- <groupId>org.apache.clerezza</groupId>
- <artifactId>maven-ontologies-plugin</artifactId>
- <executions>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.clerezza</groupId>
+ <artifactId>maven-ontologies-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>rdf.ao</id>
+ <phase>generate-sources</phase>
+ <configuration>
+ <resourcePath>${basedir}/src/main/resources</resourcePath>
+ <sources>
+ <source>${basedir}/target/generated-sources/main/java</source>
+ </sources>
+ <namespaceOfOntology>
+ <property>
+ <name>ao.rdf</name>
+ <value>http://purl.org/ao/</value>
+ </property>
+ </namespaceOfOntology>
+ </configuration>
+ <goals>
+ <goal>generate</goal>
+ </goals>
+ </execution>
<execution>
- <id>rdf.ao</id>
- <phase>generate-sources</phase>
- <configuration>
- <resourcePath>${basedir}/src/main/resources</resourcePath>
- <sources>
-
<source>${basedir}/target/generated-sources/main/java</source>
- </sources>
- <namespaceOfOntology>
- <property>
- <name>ao.rdf</name>
- <value>http://purl.org/ao/</value>
- </property>
- </namespaceOfOntology>
- </configuration>
- <goals>
- <goal>generate</goal>
- </goals>
- </execution>
- <execution>
- <id>rdf.ao.selectors</id>
- <phase>generate-sources</phase>
- <configuration>
- <resourcePath>${basedir}/src/main/resources</resourcePath>
- <sources>
-
<source>${basedir}/target/generated-sources/main/java</source>
- </sources>
- <namespaceOfOntology>
- <property>
- <name>aoselectors.rdf</name>
- <value>http://purl.org/ao/selectors/</value>
- </property>
- </namespaceOfOntology>
- </configuration>
- <goals>
- <goal>generate</goal>
- </goals>
- </execution>
- </executions>
+ <id>rdf.ao.selectors</id>
+ <phase>generate-sources</phase>
+ <configuration>
+ <resourcePath>${basedir}/src/main/resources</resourcePath>
+ <sources>
+ <source>${basedir}/target/generated-sources/main/java</source>
+ </sources>
+ <namespaceOfOntology>
+ <property>
+ <name>aoselectors.rdf</name>
+ <value>http://purl.org/ao/selectors/</value>
+ </property>
+ </namespaceOfOntology>
+ </configuration>
+ <goals>
+ <goal>generate</goal>
+ </goals>
+ </execution>
+ </executions>
</plugin>
</plugins>
</build>
Modified: incubator/clerezza/trunk/parent/uima/uima.ontologies/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/clerezza/trunk/parent/uima/uima.ontologies/pom.xml?rev=1198998&r1=1198997&r2=1198998&view=diff
==============================================================================
--- incubator/clerezza/trunk/parent/uima/uima.ontologies/pom.xml (original)
+++ incubator/clerezza/trunk/parent/uima/uima.ontologies/pom.xml Mon Nov 7
23:11:46 2011
@@ -1,3 +1,24 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!--
+
+ 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>
@@ -19,24 +40,24 @@
</dependency>
</dependencies>
<build>
- <plugins>
- <plugin>
- <groupId>org.apache.clerezza</groupId>
- <artifactId>maven-ontologies-plugin</artifactId>
- <executions>
- <execution>
- <phase>generate-sources</phase>
- <configuration>
- <resourcePath>${basedir}/src/main/resources</resourcePath>
- <sources>
- <source>${basedir}/target/generated-sources/main/java</source>
- </sources>
- <namespaceOfOntology>
- <property>
- <name>entity.rdf</name>
- <value>http://clerezza.apache.org/2010/22/uima-entities</value>
- </property>
- </namespaceOfOntology>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.clerezza</groupId>
+ <artifactId>maven-ontologies-plugin</artifactId>
+ <executions>
+ <execution>
+ <phase>generate-sources</phase>
+ <configuration>
+ <resourcePath>${basedir}/src/main/resources</resourcePath>
+ <sources>
+ <source>${basedir}/target/generated-sources/main/java</source>
+ </sources>
+ <namespaceOfOntology>
+ <property>
+ <name>entity.rdf</name>
+
<value>http://clerezza.apache.org/2010/22/uima-entities</value>
+ </property>
+ </namespaceOfOntology>
</configuration>
<goals>
<goal>generate</goal>
Modified: incubator/clerezza/trunk/parent/uima/uima.utils/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/clerezza/trunk/parent/uima/uima.utils/pom.xml?rev=1198998&r1=1198997&r2=1198998&view=diff
==============================================================================
--- incubator/clerezza/trunk/parent/uima/uima.utils/pom.xml (original)
+++ incubator/clerezza/trunk/parent/uima/uima.utils/pom.xml Mon Nov 7 23:11:46
2011
@@ -1,5 +1,26 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!--
+
+ 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">
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.clerezza</groupId>
<artifactId>uima.utils</artifactId>
@@ -84,7 +105,8 @@
<extensions>true</extensions>
<configuration>
<instructions>
-
<Export-Package>org.apache.clerezza.uima.utils.*;version=0.1.0,org.apache.uima.*;version=2.3.0</Export-Package>
+
<Export-Package>org.apache.clerezza.uima.utils.*;version=0.1.0,org.apache.uima.*;version=2.3.0
+ </Export-Package>
<Embed-Dependency>*;scope=compile|runtime</Embed-Dependency>
<Bundle-Activator>org.apache.clerezza.uima.utils.UIMAUtilsBundleActivator</Bundle-Activator>
</instructions>