From 562412a3a11f07bf9d7a30dc1aa14b467b6be614 Mon Sep 17 00:00:00 2001 From: tama3 Date: Mon, 2 Jul 2007 10:27:04 +0000 Subject: [PATCH] update mail address in help message git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/stigmata/trunk@146 acee48c3-7b26-0410-bdac-b3d0e5314bbc --- src/main/java/jp/naist/se/stigmata/Main.java | 8 +++++--- src/main/resources/resources/stigmata.xml | 22 ++++++++++++---------- src/site/apt/download.apt | 2 +- 3 files changed, 18 insertions(+), 14 deletions(-) diff --git a/src/main/java/jp/naist/se/stigmata/Main.java b/src/main/java/jp/naist/se/stigmata/Main.java index 640c071..e310683 100644 --- a/src/main/java/jp/naist/se/stigmata/Main.java +++ b/src/main/java/jp/naist/se/stigmata/Main.java @@ -68,10 +68,12 @@ public final class Main{ String mode = commandLine.getOptionValue("mode"); String format = commandLine.getOptionValue("format"); - if(format == null) + if(format == null){ format = "xml"; - if(mode == null) + } + if(mode == null){ mode = "gui"; + } boolean exitFlag = executeOption(commandLine, options); @@ -269,7 +271,7 @@ public final class Main{ } System.out.println(); System.out.println("Copyright (C) by Haruaki Tamada, Ph.D."); - System.out.println("Please notify us some bugs and requests to "); + System.out.println("Please notify us some bugs and requests to "); } private void printLicense(){ diff --git a/src/main/resources/resources/stigmata.xml b/src/main/resources/resources/stigmata.xml index 1855c70..e080643 100755 --- a/src/main/resources/resources/stigmata.xml +++ b/src/main/resources/resources/stigmata.xml @@ -75,7 +75,7 @@ $Id$ threshold all @@ -128,22 +128,24 @@ $Id$ - - + Exception Error java.lang.Throwable java.lang.ThreadDeath - + java javax org.omg @@ -174,9 +176,9 @@ $Id$ - + --> diff --git a/src/site/apt/download.apt b/src/site/apt/download.apt index d4e4f5f..f4302a3 100755 --- a/src/site/apt/download.apt +++ b/src/site/apt/download.apt @@ -36,7 +36,7 @@ permissions and limitations under the License. *{{{http://commons.cafebabe.jp/xmlcli/}XmlCli}} 1.2 - *{{{http://math.nist.gov/javanumerics/jama/}Jama}} 1.0.2 (stigmata-1.0.0 later) + *{{{http://math.nist.gov/javanumerics/jama/}Jama}} 1.0.2 (stigmata-1.0.0 or later) *{{{http://www.junit.org/}JUnit}} 4.1 -- 2.11.0