Author: rwesten
Date: Thu Mar 21 14:11:44 2013
New Revision: 1459325

URL: http://svn.apache.org/r1459325
Log:
STANBOL-991: updated README.md to reflect the changed name(s) of the runable 
jars

Modified:
    stanbol/trunk/entityhub/indexing/dblp/README.md
    stanbol/trunk/entityhub/indexing/dbpedia/README.md
    stanbol/trunk/entityhub/indexing/genericrdf/README.md

Modified: stanbol/trunk/entityhub/indexing/dblp/README.md
URL: 
http://svn.apache.org/viewvc/stanbol/trunk/entityhub/indexing/dblp/README.md?rev=1459325&r1=1459324&r2=1459325&view=diff
==============================================================================
--- stanbol/trunk/entityhub/indexing/dblp/README.md (original)
+++ stanbol/trunk/entityhub/indexing/dblp/README.md Thu Mar 21 14:11:44 2013
@@ -24,15 +24,11 @@ If not yet build by the built process of
 
     mvn install
 
-in this directory and than
-
-    mvn assembly:single
-    
 to build the jar with all the dependencies used later for indexing.
 
 If the build succeeds go to the /target directory and copy the
 
-    org.apache.stanbol.entityhub.indexing.dblp-*-jar-with-dependencies.jar
+    org.apache.stanbol.entityhub.indexing.dblp-*.jar
 
 to the directory you would like to start the indexing.
 
@@ -42,7 +38,7 @@ to the directory you would like to start
 
 The default configuration is initialized by calling
 
-    java -jar 
org.apache.stanbol.entityhub.indexing.dblp-*-jar-with-dependencies.jar init
+    java -jar org.apache.stanbol.entityhub.indexing.dblp-*.jar init
 
 This will create a sub-folder with the name indexing in the current directory.
 Within this folder all the
@@ -66,7 +62,7 @@ You can use the following two commands t
 
 ### (3) Start the indexing by calling
 
-    java -Xmx1024m -jar 
org.apache.stanbol.entityhub.indexing.dblp-*-jar-with-dependencies.jar index
+    java -Xmx1024m -jar org.apache.stanbol.entityhub.indexing.dblp-*.jar index
 
 Note that calling the utility with the option -h will print the help.
 

Modified: stanbol/trunk/entityhub/indexing/dbpedia/README.md
URL: 
http://svn.apache.org/viewvc/stanbol/trunk/entityhub/indexing/dbpedia/README.md?rev=1459325&r1=1459324&r2=1459325&view=diff
==============================================================================
--- stanbol/trunk/entityhub/indexing/dbpedia/README.md (original)
+++ stanbol/trunk/entityhub/indexing/dbpedia/README.md Thu Mar 21 14:11:44 2013
@@ -25,15 +25,11 @@ If not yet build by the built process of
 
     mvn install
 
-in this directory and than
-
-    mvn assembly:single
-
 to build the jar with all the dependencies used later for indexing.
 
 If the build succeeds go to the /target directory and copy the
 
-    org.apache.stanbol.entityhub.indexing.dbpedia-*-jar-with-dependencies.jar
+    org.apache.stanbol.entityhub.indexing.dbpedia-*.jar
 
 to the directory you would like to start the indexing.
 
@@ -43,7 +39,7 @@ to the directory you would like to start
 
 The configuration can be initialized with the defaults by calling
 
-    java -jar 
org.apache.stanbol.entityhub.indexing.dbpedia-*-jar-with-dependencies.jar init
+    java -jar org.apache.stanbol.entityhub.indexing.dbpedia-*.jar init
 
 This will create a sub-folder with the name indexing in the current directory.
 Within this folder all the
@@ -57,7 +53,7 @@ will be located.
 
 The indexing itself can be started by
 
-    java -jar 
org.apache.stanbol.entityhub.indexing.dbpedia-*-jar-with-dependencies.jar index
+    java -jar org.apache.stanbol.entityhub.indexing.dbpedia-*.jar index
 
 but before doing this please note the points (2), (3) and (4)
 

Modified: stanbol/trunk/entityhub/indexing/genericrdf/README.md
URL: 
http://svn.apache.org/viewvc/stanbol/trunk/entityhub/indexing/genericrdf/README.md?rev=1459325&r1=1459324&r2=1459325&view=diff
==============================================================================
--- stanbol/trunk/entityhub/indexing/genericrdf/README.md (original)
+++ stanbol/trunk/entityhub/indexing/genericrdf/README.md Thu Mar 21 14:11:44 
2013
@@ -24,15 +24,11 @@ If not yet built during the build proces
 
     mvn install
 
-in this directory and than
-
-    mvn assembly:single
-    
 to build the jar with all the dependencies used later for indexing.
 
 If the build succeeds go to the /target directory and copy the
 
-    
org.apache.stanbol.entityhub.indexing.genericrdf-*-jar-with-dependencies.jar
+    org.apache.stanbol.entityhub.indexing.genericrdf-*.jar
 
 to the directory you would like to start the indexing.
 
@@ -42,7 +38,7 @@ to the directory you would like to start
 
 The default configuration is initialized by calling
 
-    java -jar 
org.apache.stanbol.entityhub.indexing.genericrdf-*-jar-with-dependencies.jar 
init
+    java -jar org.apache.stanbol.entityhub.indexing.genericrdf-*.jar init
 
 This will create a sub-folder "indexing" in the current directory.
 Within this folder all the
@@ -196,7 +192,7 @@ will be imported.
 
 ### (4) Create the Index
 
-    java -Xmx1024m -jar 
org.apache.stanbol.entityhub.indexing.dblp-*-jar-with-dependencies.jar index
+    java -Xmx1024m -jar org.apache.stanbol.entityhub.indexing.genericrdf-*.jar 
index
 
 Note that calling the utility with the option -h will print the help.
 


Reply via email to