From 7c39fef9abbfb9443c9d4922824a46ded119c00b Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Wed, 20 Aug 2008 19:36:12 +0200 Subject: fixed license, distribution and web page, adjusted to version 0.0.1 --- LICENSE.txt | 2 +- create_dist.sh | 2 ++ dist/index.html | 8 ++++---- src/main/java/org/dyndns/andreasbaumann/LuceneAnalyzer.java | 2 +- 4 files changed, 8 insertions(+), 6 deletions(-) diff --git a/LICENSE.txt b/LICENSE.txt index d645695..5a4b8c3 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -187,7 +187,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright [yyyy] [name of copyright owner] + Copyright 2008 Andreas Baumann (abaumann at yahoo dot com) Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/create_dist.sh b/create_dist.sh index 408d05e..065fab2 100755 --- a/create_dist.sh +++ b/create_dist.sh @@ -4,6 +4,8 @@ mkdir luceneanalyzer-0.0.1 mkdir luceneanalyzer-0.0.1/lib cp target/luceneanalyzer-0.0.1.jar luceneanalyzer-0.0.1/lib/. cp target/lib/* luceneanalyzer-0.0.1/lib/. +cp run.sh luceneanalyzer-0.0.1/. +cp LICENSE.txt luceneanalyzer-0.0.1/. tar zcvf luceneanalyzer-0.0.1.tgz luceneanalyzer-0.0.1 rm -rf luceneanalyzer-0.0.1 diff --git a/dist/index.html b/dist/index.html index c0dfd31..683407d 100644 --- a/dist/index.html +++ b/dist/index.html @@ -5,13 +5,13 @@ -

LuceneAnalyzer is a small shell tool (in Java) which - allows dump and inspecting a Lucene index. Something for - the 'sort-uniq-cut-awk' guys out there. :-) +

+LuceneAnalyzer is a quick hack for dumping and inspecting a Lucene index. +Something for the 'sort-uniq-cut-awk' guys out there. :-)

- binaries version 0.0.1 + binaries version 0.0.1
Sources version 0.0.1

diff --git a/src/main/java/org/dyndns/andreasbaumann/LuceneAnalyzer.java b/src/main/java/org/dyndns/andreasbaumann/LuceneAnalyzer.java index aab2862..af0562b 100644 --- a/src/main/java/org/dyndns/andreasbaumann/LuceneAnalyzer.java +++ b/src/main/java/org/dyndns/andreasbaumann/LuceneAnalyzer.java @@ -55,7 +55,7 @@ import org.apache.lucene.document.Field; public class LuceneAnalyzer { - private static final String versionString = "0.0.2"; + private static final String versionString = "0.0.1"; private static void printGlobalInfo( IndexReader indexReader ) throws IOException { -- cgit v1.2.3-54-g00ecf