Author: alexdma
Date: Mon Oct 10 14:44:14 2011
New Revision: 1181004
URL: http://svn.apache.org/viewvc?rev=1181004&view=rev
Log:
Changed human-readable names of Reengineer and Rules bundles so that they are
grouped together in sorted lists (STANBOL-103).
Modified:
incubator/stanbol/trunk/reengineer/base/pom.xml
incubator/stanbol/trunk/reengineer/db/pom.xml
incubator/stanbol/trunk/reengineer/pom.xml
incubator/stanbol/trunk/reengineer/xml/pom.xml
incubator/stanbol/trunk/rules/base/pom.xml
incubator/stanbol/trunk/rules/manager/pom.xml
incubator/stanbol/trunk/rules/refactor/pom.xml
Modified: incubator/stanbol/trunk/reengineer/base/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/stanbol/trunk/reengineer/base/pom.xml?rev=1181004&r1=1181003&r2=1181004&view=diff
==============================================================================
--- incubator/stanbol/trunk/reengineer/base/pom.xml (original)
+++ incubator/stanbol/trunk/reengineer/base/pom.xml Mon Oct 10 14:44:14 2011
@@ -31,7 +31,7 @@
<artifactId>org.apache.stanbol.reengineer.base</artifactId>
<packaging>bundle</packaging>
- <name>Apache Stanbol Reengineer - Base API</name>
+ <name>Apache Stanbol Reengineer Services API</name>
<description>
Provides basic functionality for reengineering resources
into ontologies.
Modified: incubator/stanbol/trunk/reengineer/db/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/stanbol/trunk/reengineer/db/pom.xml?rev=1181004&r1=1181003&r2=1181004&view=diff
==============================================================================
--- incubator/stanbol/trunk/reengineer/db/pom.xml (original)
+++ incubator/stanbol/trunk/reengineer/db/pom.xml Mon Oct 10 14:44:14 2011
@@ -1,20 +1,20 @@
<?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
- -->
+<!--
+ 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">
@@ -31,7 +31,7 @@
<artifactId>org.apache.stanbol.reengineer.db</artifactId>
<packaging>bundle</packaging>
- <name>Apache Stanbol DB Reegineer</name>
+ <name>Apache Stanbol Reengineer : Relational Database</name>
<description>
Provides functionality for reengineering database
into ontologies.
Modified: incubator/stanbol/trunk/reengineer/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/stanbol/trunk/reengineer/pom.xml?rev=1181004&r1=1181003&r2=1181004&view=diff
==============================================================================
--- incubator/stanbol/trunk/reengineer/pom.xml (original)
+++ incubator/stanbol/trunk/reengineer/pom.xml Mon Oct 10 14:44:14 2011
@@ -33,19 +33,16 @@
<inceptionYear>2011</inceptionYear>
<modules>
- <!--module>../jersey</module>
- <module>../ontologymanager/ontonet</module>
- <module>../owl</module-->
<module>base</module>
<module>db</module>
<!--
<module>mysql</module>
-->
- <module>web</module>
<!--
<module>xerces</module>
-->
<module>xml</module>
+ <module>web</module>
</modules>
</project>
Modified: incubator/stanbol/trunk/reengineer/xml/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/stanbol/trunk/reengineer/xml/pom.xml?rev=1181004&r1=1181003&r2=1181004&view=diff
==============================================================================
--- incubator/stanbol/trunk/reengineer/xml/pom.xml (original)
+++ incubator/stanbol/trunk/reengineer/xml/pom.xml Mon Oct 10 14:44:14 2011
@@ -1,14 +1,20 @@
<?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. -->
+<!--
+ 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">
@@ -25,9 +31,9 @@
<artifactId>org.apache.stanbol.reengineer.xml</artifactId>
<packaging>bundle</packaging>
- <name>Apache Stanbol XML Reegineer</name>
+ <name>Apache Stanbol Reengineer : XML</name>
<description>
- Provides functionality for reengineering xml
+ A reengineer plugin that processes XML
into ontologies.
</description>
Modified: incubator/stanbol/trunk/rules/base/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/stanbol/trunk/rules/base/pom.xml?rev=1181004&r1=1181003&r2=1181004&view=diff
==============================================================================
--- incubator/stanbol/trunk/rules/base/pom.xml (original)
+++ incubator/stanbol/trunk/rules/base/pom.xml Mon Oct 10 14:44:14 2011
@@ -25,7 +25,7 @@
<artifactId>org.apache.stanbol.rules.base</artifactId>
<packaging>bundle</packaging>
- <name>Apache Stanbol Base Rule Engine</name>
+ <name>Apache Stanbol Rules Services API</name>
<description>
The basic Stanbol engine for rule management and execution.
</description>
Modified: incubator/stanbol/trunk/rules/manager/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/stanbol/trunk/rules/manager/pom.xml?rev=1181004&r1=1181003&r2=1181004&view=diff
==============================================================================
--- incubator/stanbol/trunk/rules/manager/pom.xml (original)
+++ incubator/stanbol/trunk/rules/manager/pom.xml Mon Oct 10 14:44:14 2011
@@ -25,7 +25,7 @@
<artifactId>org.apache.stanbol.rules.manager</artifactId>
<packaging>bundle</packaging>
- <name>Apache Stanbol Rule Manager</name>
+ <name>Apache Stanbol Rules Manager</name>
<description>
The set of functionalities for manipulating
inference rules, complete with built-in atoms.
Modified: incubator/stanbol/trunk/rules/refactor/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/stanbol/trunk/rules/refactor/pom.xml?rev=1181004&r1=1181003&r2=1181004&view=diff
==============================================================================
--- incubator/stanbol/trunk/rules/refactor/pom.xml (original)
+++ incubator/stanbol/trunk/rules/refactor/pom.xml Mon Oct 10 14:44:14 2011
@@ -25,7 +25,7 @@
<artifactId>org.apache.stanbol.rules.refactor</artifactId>
<packaging>bundle</packaging>
- <name>Apache Stanbol Refactorer</name>
+ <name>Apache Stanbol Rules Refactorer</name>
<description>
Provides basic functionality for ontology refactoring.
</description>