Author: rwesten
Date: Tue Jan 24 13:13:53 2012
New Revision: 1235241
URL: http://svn.apache.org/viewvc?rev=1235241&view=rev
Log:
Stanbol-431: Corrected type in the name of the metatype.properties; added svn
ignores
Modified:
incubator/stanbol/trunk/enhancer/chain/weighted/ (props changed)
incubator/stanbol/trunk/enhancer/chain/weighted/src/main/resources/OSGI-INF/metatype/metatype.properties
Propchange: incubator/stanbol/trunk/enhancer/chain/weighted/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Tue Jan 24 13:13:53 2012
@@ -3,3 +3,7 @@ target
.project
bin
+
+.settings
+
+.classpath
Modified:
incubator/stanbol/trunk/enhancer/chain/weighted/src/main/resources/OSGI-INF/metatype/metatype.properties
URL:
http://svn.apache.org/viewvc/incubator/stanbol/trunk/enhancer/chain/weighted/src/main/resources/OSGI-INF/metatype/metatype.properties?rev=1235241&r1=1235240&r2=1235241&view=diff
==============================================================================
---
incubator/stanbol/trunk/enhancer/chain/weighted/src/main/resources/OSGI-INF/metatype/metatype.properties
(original)
+++
incubator/stanbol/trunk/enhancer/chain/weighted/src/main/resources/OSGI-INF/metatype/metatype.properties
Tue Jan 24 13:13:53 2012
@@ -26,7 +26,7 @@ one with the higher ranking will be used
#Properties and Options used to configure WeightedChain
#===============================================================================
-org.apache.stanbol.enhancer.chain.weighted.impl.WeightedChain.name=Apache
Stanbol Enhancer Chain: Weighted Chain
+org.apache.stanbol.enhancer.chain.weighted.impl.WeightedChain.name=Apache
Stanbol Enhancer Chain: Weighted Chain
org.apache.stanbol.enhancer.chain.weighted.impl.WeightedChain.description=Allows
to define a enhancement \
Chain by defining a list of EnhancementEngines to be executed. The order of
the execution is \
calculated by using ordering information provided by the Engine
implementations.