svnno****@sourc*****
svnno****@sourc*****
2009年 3月 20日 (金) 00:43:26 JST
Revision: 2955 http://svn.sourceforge.jp/view?root=jiemamy&view=rev&rev=2955 Author: daisuke_m Date: 2009-03-20 00:43:26 +0900 (Fri, 20 Mar 2009) Log Message: ----------- プロジェクト構成変更処理中。 Modified Paths: -------------- artemis/trunk/jiemamy-artemis/mvn_install.bat vesta/trunk/jiemamy-vesta/.checkstyle vesta/trunk/jiemamy-vesta/.project vesta/trunk/jiemamy-vesta/mvn_install.bat vesta/trunk/jiemamy-vesta/pull.bat vesta/trunk/jiemamy-vesta/pull.sh vesta/trunk/jiemamy-vesta/vesta.launch vesta/trunk/org.jiemamy.eclipse.core/pom.xml vesta/trunk/org.jiemamy.eclipse.dialect.mysql/pom.xml vesta/trunk/org.jiemamy.eclipse.dialect.postgresql/pom.xml vesta/trunk/org.jiemamy.eclipse.dialect.sql99/pom.xml vesta/trunk/org.jiemamy.eclipse.ui/pom.xml zeus/trunk/jiemamy-spec-core/.project zeus/trunk/jiemamy-spec-core/pom.xml zeus/trunk/jiemamy-spec-core/src/site/docbook/reference/index.xml zeus/trunk/jiemamy-spec-diff/.project zeus/trunk/jiemamy-spec-diff/pom.xml zeus/trunk/jiemamy-spec-view/.project zeus/trunk/jiemamy-spec-view/pom.xml zeus/trunk/jiemamy-specs/.checkstyle zeus/trunk/jiemamy-specs/.project zeus/trunk/jiemamy-specs/mvn_install.bat zeus/trunk/jiemamy-specs/pom.xml -------------- next part -------------- Modified: artemis/trunk/jiemamy-artemis/mvn_install.bat =================================================================== --- artemis/trunk/jiemamy-artemis/mvn_install.bat 2009-03-19 15:35:34 UTC (rev 2954) +++ artemis/trunk/jiemamy-artemis/mvn_install.bat 2009-03-19 15:43:26 UTC (rev 2955) @@ -1,7 +1,7 @@ @echo off :CHANGE_DIR -REM ==== change to root directory of jiemamy-specs +REM ==== change to root directory of jiemamy-artemis cd /d %~dp0 IF DEFINED JAVA6_HOME GOTO SET_JAVA_HOME Modified: vesta/trunk/jiemamy-vesta/.checkstyle =================================================================== --- vesta/trunk/jiemamy-vesta/.checkstyle 2009-03-19 15:35:34 UTC (rev 2954) +++ vesta/trunk/jiemamy-vesta/.checkstyle 2009-03-19 15:43:26 UTC (rev 2955) @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <fileset-config file-format-version="1.2.0" simple-config="false"> - <local-check-config name="Jiemamy Checks" location="/jiemamy-vesta/checkstyle.xml" type="project" description=""> + <local-check-config name="Jiemamy Checks" location="/jiemamy-hestia/checkstyle.xml" type="project" description=""> <additional-data name="protect-config-file" value="false"/> </local-check-config> <fileset name="main java" enabled="true" check-config-name="Jiemamy Checks" local="true"> Modified: vesta/trunk/jiemamy-vesta/.project =================================================================== --- vesta/trunk/jiemamy-vesta/.project 2009-03-19 15:35:34 UTC (rev 2954) +++ vesta/trunk/jiemamy-vesta/.project 2009-03-19 15:43:26 UTC (rev 2955) @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <projectDescription> - <name>jiemamy-vesta</name> + <name>jiemamy-hestia</name> <comment></comment> <projects> </projects> Modified: vesta/trunk/jiemamy-vesta/mvn_install.bat =================================================================== --- vesta/trunk/jiemamy-vesta/mvn_install.bat 2009-03-19 15:35:34 UTC (rev 2954) +++ vesta/trunk/jiemamy-vesta/mvn_install.bat 2009-03-19 15:43:26 UTC (rev 2955) @@ -1,7 +1,7 @@ @echo off :CHANGE_DIR -REM ==== change to root directory of jiemamy-specs +REM ==== change to root directory of jiemamy-hestia cd /d %~dp0 IF DEFINED JAVA6_HOME GOTO SET_JAVA_HOME Modified: vesta/trunk/jiemamy-vesta/pull.bat =================================================================== --- vesta/trunk/jiemamy-vesta/pull.bat 2009-03-19 15:35:34 UTC (rev 2954) +++ vesta/trunk/jiemamy-vesta/pull.bat 2009-03-19 15:43:26 UTC (rev 2955) @@ -1,7 +1,7 @@ @echo off :CHANGE_DIR -REM ==== change to root directory of jiemamy-specs +REM ==== change to root directory of jiemamy-hestia cd /d %~dp0 IF DEFINED JAVA6_HOME GOTO SET_JAVA_HOME @@ -27,13 +27,13 @@ SET MAVEN_OPTS=-Xmx512M ) -cd ..\jiemamy-specs\ +cd ..\jiemamy-zeus\ call mvn install -Dmaven.test.skip=true cd ..\jiemamy-artemis\ call mvn install -Dmaven.test.skip=true -cd ..\jiemamy-vesta\ +cd ..\jiemamy-hestia\ call mvn clean package -Dmaven.test.skip=true pause Modified: vesta/trunk/jiemamy-vesta/pull.sh =================================================================== --- vesta/trunk/jiemamy-vesta/pull.sh 2009-03-19 15:35:34 UTC (rev 2954) +++ vesta/trunk/jiemamy-vesta/pull.sh 2009-03-19 15:43:26 UTC (rev 2955) @@ -2,7 +2,7 @@ cd `dirname $0` -cd ../jiemamy-specs +cd ../jiemamy-zeus mvn install -Dmaven.test.skip=true @@ -10,7 +10,7 @@ mvn install -Dmaven.test.skip=true -cd ../jiemamy-vesta +cd ../jiemamy-hestia mvn clean package -Dmaven.test.skip=true Modified: vesta/trunk/jiemamy-vesta/vesta.launch =================================================================== --- vesta/trunk/jiemamy-vesta/vesta.launch 2009-03-19 15:35:34 UTC (rev 2954) +++ vesta/trunk/jiemamy-vesta/vesta.launch 2009-03-19 15:43:26 UTC (rev 2955) @@ -15,7 +15,7 @@ <booleanAttribute key="includeOptional" value="true"/> <stringAttribute key="location" value="${workspace_loc}/../runtime-jiemamy-vesta"/> <stringAttribute key="org.eclipse.debug.core.source_locator_id" value="org.eclipse.pde.ui.launcher.PDESourceLookupDirector"/> -<stringAttribute key="org.eclipse.debug.core.source_locator_memento" value="<?xml version="1.0" encoding="UTF-8" standalone="no"?> <sourceLookupDirector> <sourceContainers duplicates="false"> <container memento="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#13;&#10;&lt;javaProject name=&quot;jiemamy-spec-core&quot;/&gt;&#13;&#10;" typeId="org.eclipse.jdt.launching.sourceContainer.javaProject"/> <container memento="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#13;&#10;&lt;javaProject name=&quot;jiemamy-dialect-mysql&quot;/&gt;&#13;&#10;" typeId="org.eclipse.jdt.launching.sourceContainer.javaProject"/> <container memento="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#13;&#10;&lt;javaProject name=&quot;jiemamy-spec-view&quot;/&gt;&#13;&#10;" typeId="org.eclipse.jdt.launching.sourceContainer.javaProject"/> <container memento="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#13;&#10;&lt;javaProject name=&quot;jiemamy-spec-diff&quot;/&gt;&#13;&#10;" typeId="org.eclipse.jdt.launching.sourceContainer.javaProject"/> <container memento="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#13;&#10;&lt;javaProject name=&quot;jiemamy-vesta&quot;/&gt;&#13;&#10;" typeId="org.eclipse.jdt.launching.sourceContainer.javaProject"/> <container memento="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#13;&#10;&lt;javaProject name=&quot;jiemamy-composer&quot;/&gt;&#13;&#10;" typeId="org.eclipse.jdt.launching.sourceContainer.javaProject"/> <container memento="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#13;&#10;&lt;javaProject name=&quot;jiemamy-specs&quot;/&gt;&#13;&#10;" typeId="org.eclipse.jdt.launching.sourceContainer.javaProject"/> <container memento="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#13;&#10;&lt;javaProject name=&quot;org.jiemamy.eclipse.dialect.mysql&quot;/&gt;&#13;&#10;" typeId="org.eclipse.jdt.launching.sourceContainer.javaProject"/> <container memento="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#13;&#10;&lt;javaProject name=&quot;generic-tree&quot;/&gt;&#13;&#10;" typeId="org.eclipse.jdt.launching.sourceContainer.javaProject"/> <container memento="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#13;&#10;&lt;javaProject name=&quot;jiemamy-artemis-test&quot;/&gt;&#13;&#10;" typeId="org.eclipse.jdt.launching.sourceContainer.javaProject"/> <container memento="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#13;&#10;&lt;javaProject name=&quot;jiemamy-dialect-postgresql&quot;/&gt;&#13;&#10;" typeId="org.eclipse.jdt.launching.sourceContainer.javaProject"/> <container memento="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#13;&#10;&lt;javaProject name=&quot;jiemamy-artemis&quot;/&gt;&#13;&#10;" typeId="org.eclipse.jdt.launching.sourceContainer.javaProject"/> <container memento="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#13;&#10;&lt;javaProject name=&quot;org.jiemamy.eclipse&quot;/&gt;&#13;&#10;" typeId="org.eclipse.jdt.launching.sourceContainer.javaProject"/> <container memento="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#13;&#10;&lt;javaProject name=&quot;jiemamy-core&quot;/&gt;&#13;&#10;" typeId="org.eclipse.jdt.launching.sourceContainer.javaProject"/> <container memento="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#13;&#10;&lt;javaProject name=&quot;factory-enhancer&quot;/&gt;&#13;&#10;" typeId="org.eclipse.jdt.launching.sourceContainer.javaProject"/> <container memento="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#13;&#10;&lt;javaProject name=&quot;jiemamy-view&quot;/&gt;&#13;&#10;" typeId="org.eclipse.jdt.launching.sourceContainer.javaProject"/> <container memento="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#13;&#10;&lt;javaProject name=&quot;jiemamy-dialect-sql99&quot;/&gt;&#13;&#10;" typeId="org.eclipse.jdt.launching.sourceContainer.javaProject"/> <container memento="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#13;&#10;&lt;default/&gt;&#13;&#10;" typeId="org.eclipse.debug.core.containerType.default"/> </sourceContainers> </sourceLookupDirector> "/> +<stringAttribute key="org.eclipse.debug.core.source_locator_memento" value="<?xml version="1.0" encoding="UTF-8" standalone="no"?> <sourceLookupDirector> <sourceContainers duplicates="false"> <container memento="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#13;&#10;&lt;javaProject name=&quot;jiemamy-spec-core&quot;/&gt;&#13;&#10;" typeId="org.eclipse.jdt.launching.sourceContainer.javaProject"/> <container memento="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#13;&#10;&lt;javaProject name=&quot;jiemamy-dialect-mysql&quot;/&gt;&#13;&#10;" typeId="org.eclipse.jdt.launching.sourceContainer.javaProject"/> <container memento="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#13;&#10;&lt;javaProject name=&quot;jiemamy-spec-view&quot;/&gt;&#13;&#10;" typeId="org.eclipse.jdt.launching.sourceContainer.javaProject"/> <container memento="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#13;&#10;&lt;javaProject name=&quot;jiemamy-spec-diff&quot;/&gt;&#13;&#10;" typeId="org.eclipse.jdt.launching.sourceContainer.javaProject"/> <container memento="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#13;&#10;&lt;javaProject name=&quot;jiemamy-vesta&quot;/&gt;&#13;&#10;" typeId="org.eclipse.jdt.launching.sourceContainer.javaProject"/> <container memento="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#13;&#10;&lt;javaProject name=&quot;jiemamy-composer&quot;/&gt;&#13;&#10;" typeId="org.eclipse.jdt.launching.sourceContainer.javaProject"/> <container memento="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#13;&#10;&lt;javaProject name=&quot;jiemamy-zeus&quot;/&gt;&#13;&#10;" typeId="org.eclipse.jdt.launching.sourceContainer.javaProject"/> <container memento="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#13;&#10;&lt;javaProject name=&quot;org.jiemamy.eclipse.dialect.mysql&quot;/&gt;&#13;&#10;" typeId="org.eclipse.jdt.launching.sourceContainer.javaProject"/> <container memento="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#13;&#10;&lt;javaProject name=&quot;generic-tree&quot;/&gt;&#13;&#10;" typeId="org.eclipse.jdt.launching.sourceContainer.javaProject"/> <container memento="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#13;&#10;&lt;javaProject name=&quot;jiemamy-artemis-test&quot;/&gt;&#13;&#10;" typeId="org.eclipse.jdt.launching.sourceContainer.javaProject"/> <container memento="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#13;&#10;&lt;javaProject name=&quot;jiemamy-dialect-postgresql&quot;/&gt;&#13;&#10;" typeId="org.eclipse.jdt.launching.sourceContainer.javaProject"/> <container memento="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#13;&#10;&lt;javaProject name=&quot;jiemamy-artemis&quot;/&gt;&#13;&#10;" typeId="org.eclipse.jdt.launching.sourceContainer.javaProject"/> <container memento="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#13;&#10;&lt;javaProject name=&quot;org.jiemamy.eclipse&quot;/&gt;&#13;&#10;" typeId="org.eclipse.jdt.launching.sourceContainer.javaProject"/> <container memento="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#13;&#10;&lt;javaProject name=&quot;jiemamy-core&quot;/&gt;&#13;&#10;" typeId="org.eclipse.jdt.launching.sourceContainer.javaProject"/> <container memento="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#13;&#10;&lt;javaProject name=&quot;factory-enhancer&quot;/&gt;&#13;&#10;" typeId="org.eclipse.jdt.launching.sourceContainer.javaProject"/> <container memento="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#13;&#10;&lt;javaProject name=&quot;jiemamy-view&quot;/&gt;&#13;&#10;" typeId="org.eclipse.jdt.launching.sourceContainer.javaProject"/> <container memento="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#13;&#10;&lt;javaProject name=&quot;jiemamy-dialect-sql99&quot;/&gt;&#13;&#10;" typeId="org.eclipse.jdt.launching.sourceContainer.javaProject"/> <container memento="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#13;&#10;&lt;default/&gt;&#13;&#10;" typeId="org.eclipse.debug.core.containerType.default"/> </sourceContainers> </sourceLookupDirector> "/> <listAttribute key="org.eclipse.debug.ui.favoriteGroups"> <listEntry value="org.eclipse.debug.ui.launchGroup.debug"/> </listAttribute> Modified: vesta/trunk/org.jiemamy.eclipse.core/pom.xml =================================================================== --- vesta/trunk/org.jiemamy.eclipse.core/pom.xml 2009-03-19 15:35:34 UTC (rev 2954) +++ vesta/trunk/org.jiemamy.eclipse.core/pom.xml 2009-03-19 15:43:26 UTC (rev 2955) @@ -5,9 +5,9 @@ <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.jiemamy</groupId> - <artifactId>jiemamy-vesta</artifactId> + <artifactId>jiemamy-hestia</artifactId> <version>0.2.0-SNAPSHOT</version> - <relativePath>../jiemamy-vesta</relativePath> + <relativePath>../jiemamy-hestia</relativePath> </parent> <groupId>org.jiemamy</groupId> <artifactId>org.jiemamy.eclipse.core</artifactId> Modified: vesta/trunk/org.jiemamy.eclipse.dialect.mysql/pom.xml =================================================================== --- vesta/trunk/org.jiemamy.eclipse.dialect.mysql/pom.xml 2009-03-19 15:35:34 UTC (rev 2954) +++ vesta/trunk/org.jiemamy.eclipse.dialect.mysql/pom.xml 2009-03-19 15:43:26 UTC (rev 2955) @@ -5,9 +5,9 @@ <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.jiemamy</groupId> - <artifactId>jiemamy-vesta</artifactId> + <artifactId>jiemamy-hestia</artifactId> <version>0.2.0-SNAPSHOT</version> - <relativePath>../jiemamy-vesta</relativePath> + <relativePath>../jiemamy-hestia</relativePath> </parent> <groupId>org.jiemamy</groupId> <artifactId>org.jiemamy.eclipse.dialect.mysql</artifactId> Modified: vesta/trunk/org.jiemamy.eclipse.dialect.postgresql/pom.xml =================================================================== --- vesta/trunk/org.jiemamy.eclipse.dialect.postgresql/pom.xml 2009-03-19 15:35:34 UTC (rev 2954) +++ vesta/trunk/org.jiemamy.eclipse.dialect.postgresql/pom.xml 2009-03-19 15:43:26 UTC (rev 2955) @@ -5,9 +5,9 @@ <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.jiemamy</groupId> - <artifactId>jiemamy-vesta</artifactId> + <artifactId>jiemamy-hestia</artifactId> <version>0.2.0-SNAPSHOT</version> - <relativePath>../jiemamy-vesta</relativePath> + <relativePath>../jiemamy-hestia</relativePath> </parent> <groupId>org.jiemamy</groupId> <artifactId>org.jiemamy.eclipse.dialect.postgresql</artifactId> Modified: vesta/trunk/org.jiemamy.eclipse.dialect.sql99/pom.xml =================================================================== --- vesta/trunk/org.jiemamy.eclipse.dialect.sql99/pom.xml 2009-03-19 15:35:34 UTC (rev 2954) +++ vesta/trunk/org.jiemamy.eclipse.dialect.sql99/pom.xml 2009-03-19 15:43:26 UTC (rev 2955) @@ -5,9 +5,9 @@ <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.jiemamy</groupId> - <artifactId>jiemamy-vesta</artifactId> + <artifactId>jiemamy-hestia</artifactId> <version>0.2.0-SNAPSHOT</version> - <relativePath>../jiemamy-vesta</relativePath> + <relativePath>../jiemamy-hestia</relativePath> </parent> <groupId>org.jiemamy</groupId> <artifactId>org.jiemamy.eclipse.dialect.sql99</artifactId> Modified: vesta/trunk/org.jiemamy.eclipse.ui/pom.xml =================================================================== --- vesta/trunk/org.jiemamy.eclipse.ui/pom.xml 2009-03-19 15:35:34 UTC (rev 2954) +++ vesta/trunk/org.jiemamy.eclipse.ui/pom.xml 2009-03-19 15:43:26 UTC (rev 2955) @@ -5,9 +5,9 @@ <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.jiemamy</groupId> - <artifactId>jiemamy-vesta</artifactId> + <artifactId>jiemamy-hestia</artifactId> <version>0.2.0-SNAPSHOT</version> - <relativePath>../jiemamy-vesta</relativePath> + <relativePath>../jiemamy-hestia</relativePath> </parent> <groupId>org.jiemamy</groupId> <artifactId>org.jiemamy.eclipse.ui</artifactId> Modified: zeus/trunk/jiemamy-spec-core/.project =================================================================== --- zeus/trunk/jiemamy-spec-core/.project 2009-03-19 15:35:34 UTC (rev 2954) +++ zeus/trunk/jiemamy-spec-core/.project 2009-03-19 15:43:26 UTC (rev 2955) @@ -36,17 +36,17 @@ <link> <name>.fbprefs</name> <type>1</type> - <locationURI>DOCUMENTS/jiemamy-specs/.fbprefs</locationURI> + <locationURI>DOCUMENTS/jiemamy-zeus/.fbprefs</locationURI> </link> <link> <name>findbugs.xml</name> <type>1</type> - <locationURI>DOCUMENTS/jiemamy-specs/findbugs.xml</locationURI> + <locationURI>DOCUMENTS/jiemamy-zeus/findbugs.xml</locationURI> </link> <link> <name>.checkstyle</name> <type>1</type> - <locationURI>DOCUMENTS/jiemamy-specs/.checkstyle</locationURI> + <locationURI>DOCUMENTS/jiemamy-zeus/.checkstyle</locationURI> </link> </linkedResources> </projectDescription> Modified: zeus/trunk/jiemamy-spec-core/pom.xml =================================================================== --- zeus/trunk/jiemamy-spec-core/pom.xml 2009-03-19 15:35:34 UTC (rev 2954) +++ zeus/trunk/jiemamy-spec-core/pom.xml 2009-03-19 15:43:26 UTC (rev 2955) @@ -5,9 +5,9 @@ <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.jiemamy</groupId> - <artifactId>jiemamy-specs</artifactId> + <artifactId>jiemamy-zeus</artifactId> <version>0.2-SNAPSHOT</version> - <relativePath>../jiemamy-specs</relativePath> + <relativePath>../jiemamy-zeus</relativePath> </parent> <groupId>org.jiemamy</groupId> <artifactId>jiemamy-spec-core</artifactId> Modified: zeus/trunk/jiemamy-spec-core/src/site/docbook/reference/index.xml =================================================================== --- zeus/trunk/jiemamy-spec-core/src/site/docbook/reference/index.xml 2009-03-19 15:35:34 UTC (rev 2954) +++ zeus/trunk/jiemamy-spec-core/src/site/docbook/reference/index.xml 2009-03-19 15:43:26 UTC (rev 2955) @@ -2,7 +2,7 @@ <book xmlns="http://docbook.org/ns/docbook" version="5.0" xml:lang="ja"> <info> - <title>Jiemamy Vesta クイックスタート リファレンス</title> + <title>Jiemamy Hestia クイックスタート リファレンス</title> <author> <personname> <firstname>ダイスケ</firstname> Modified: zeus/trunk/jiemamy-spec-diff/.project =================================================================== --- zeus/trunk/jiemamy-spec-diff/.project 2009-03-19 15:35:34 UTC (rev 2954) +++ zeus/trunk/jiemamy-spec-diff/.project 2009-03-19 15:43:26 UTC (rev 2955) @@ -36,17 +36,17 @@ <link> <name>.checkstyle</name> <type>1</type> - <locationURI>DOCUMENTS/jiemamy-specs/.checkstyle</locationURI> + <locationURI>DOCUMENTS/jiemamy-zeus/.checkstyle</locationURI> </link> <link> <name>.fbprefs</name> <type>1</type> - <locationURI>DOCUMENTS/jiemamy-specs/.fbprefs</locationURI> + <locationURI>DOCUMENTS/jiemamy-zeus/.fbprefs</locationURI> </link> <link> <name>findbugs.xml</name> <type>1</type> - <locationURI>DOCUMENTS/jiemamy-specs/findbugs.xml</locationURI> + <locationURI>DOCUMENTS/jiemamy-zeus/findbugs.xml</locationURI> </link> </linkedResources> </projectDescription> Modified: zeus/trunk/jiemamy-spec-diff/pom.xml =================================================================== --- zeus/trunk/jiemamy-spec-diff/pom.xml 2009-03-19 15:35:34 UTC (rev 2954) +++ zeus/trunk/jiemamy-spec-diff/pom.xml 2009-03-19 15:43:26 UTC (rev 2955) @@ -5,9 +5,9 @@ <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.jiemamy</groupId> - <artifactId>jiemamy-specs</artifactId> + <artifactId>jiemamy-zeus</artifactId> <version>0.2-SNAPSHOT</version> - <relativePath>../jiemamy-specs</relativePath> + <relativePath>../jiemamy-zeus</relativePath> </parent> <groupId>org.jiemamy</groupId> <artifactId>jiemamy-spec-diff</artifactId> Modified: zeus/trunk/jiemamy-spec-view/.project =================================================================== --- zeus/trunk/jiemamy-spec-view/.project 2009-03-19 15:35:34 UTC (rev 2954) +++ zeus/trunk/jiemamy-spec-view/.project 2009-03-19 15:43:26 UTC (rev 2955) @@ -36,17 +36,17 @@ <link> <name>.checkstyle</name> <type>1</type> - <locationURI>DOCUMENTS/jiemamy-specs/.checkstyle</locationURI> + <locationURI>DOCUMENTS/jiemamy-zeus/.checkstyle</locationURI> </link> <link> <name>.fbprefs</name> <type>1</type> - <locationURI>DOCUMENTS/jiemamy-specs/.fbprefs</locationURI> + <locationURI>DOCUMENTS/jiemamy-zeus/.fbprefs</locationURI> </link> <link> <name>findbugs.xml</name> <type>1</type> - <locationURI>DOCUMENTS/jiemamy-specs/findbugs.xml</locationURI> + <locationURI>DOCUMENTS/jiemamy-zeus/findbugs.xml</locationURI> </link> </linkedResources> </projectDescription> Modified: zeus/trunk/jiemamy-spec-view/pom.xml =================================================================== --- zeus/trunk/jiemamy-spec-view/pom.xml 2009-03-19 15:35:34 UTC (rev 2954) +++ zeus/trunk/jiemamy-spec-view/pom.xml 2009-03-19 15:43:26 UTC (rev 2955) @@ -5,9 +5,9 @@ <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.jiemamy</groupId> - <artifactId>jiemamy-specs</artifactId> + <artifactId>jiemamy-zeus</artifactId> <version>0.2-SNAPSHOT</version> - <relativePath>../jiemamy-specs</relativePath> + <relativePath>../jiemamy-zeus</relativePath> </parent> <groupId>org.jiemamy</groupId> <artifactId>jiemamy-spec-view</artifactId> Modified: zeus/trunk/jiemamy-specs/.checkstyle =================================================================== --- zeus/trunk/jiemamy-specs/.checkstyle 2009-03-19 15:35:34 UTC (rev 2954) +++ zeus/trunk/jiemamy-specs/.checkstyle 2009-03-19 15:43:26 UTC (rev 2955) @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <fileset-config file-format-version="1.2.0" simple-config="false"> - <local-check-config name="Jiemamy Checks" location="/jiemamy-specs/checkstyle.xml" type="project" description=""> + <local-check-config name="Jiemamy Checks" location="/jiemamy-zeus/checkstyle.xml" type="project" description=""> <additional-data name="protect-config-file" value="false"/> </local-check-config> <fileset name="main java" enabled="true" check-config-name="Jiemamy Checks" local="true"> Modified: zeus/trunk/jiemamy-specs/.project =================================================================== --- zeus/trunk/jiemamy-specs/.project 2009-03-19 15:35:34 UTC (rev 2954) +++ zeus/trunk/jiemamy-specs/.project 2009-03-19 15:43:26 UTC (rev 2955) @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <projectDescription> - <name>jiemamy-specs</name> + <name>jiemamy-zeus</name> <comment></comment> <projects> </projects> Modified: zeus/trunk/jiemamy-specs/mvn_install.bat =================================================================== --- zeus/trunk/jiemamy-specs/mvn_install.bat 2009-03-19 15:35:34 UTC (rev 2954) +++ zeus/trunk/jiemamy-specs/mvn_install.bat 2009-03-19 15:43:26 UTC (rev 2955) @@ -1,7 +1,7 @@ @echo off :CHANGE_DIR -REM ==== change to root directory of jiemamy-specs +REM ==== change to root directory of jiemamy-zeus cd /d %~dp0 IF DEFINED JAVA6_HOME GOTO SET_JAVA_HOME Modified: zeus/trunk/jiemamy-specs/pom.xml =================================================================== --- zeus/trunk/jiemamy-specs/pom.xml 2009-03-19 15:35:34 UTC (rev 2954) +++ zeus/trunk/jiemamy-specs/pom.xml 2009-03-19 15:43:26 UTC (rev 2955) @@ -4,19 +4,19 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>org.jiemamy</groupId> - <artifactId>jiemamy-specs</artifactId> + <artifactId>jiemamy-zeus</artifactId> <packaging>pom</packaging> <name>Jiemamy Specifications</name> <version>0.2-SNAPSHOT</version> <description>Jiemamy Specifications</description> - <url>http://report.jiemamy.org/jiemamy-specs</url> + <url>http://report.jiemamy.org/jiemamy-zeus</url> <issueManagement> <system>JIRA</system> <url>http://jira.jiemamy.org/jira/browse/SPEC</url> </issueManagement> <ciManagement> <system>hudson</system> - <url>http://hudson.jiemamy.org/hudson/job/jiemamy-specs/</url> + <url>http://hudson.jiemamy.org/hudson/job/jiemamy-zeus/</url> <notifiers> <notifier> <sendOnSuccess>false</sendOnSuccess> @@ -72,9 +72,9 @@ </license> </licenses> <scm> - <connection>scm:svn:http://svn.sourceforge.jp/svnroot/jiemamy/zeus/trunk/jiemamy-specs</connection> - <developerConnection>scm:svn:svn+ssh://svn.sourceforge.jp/svnroot/jiemamy/zeus/trunk/jiemamy-specs</developerConnection> - <url>http://svn.sourceforge.jp/cgi-bin/viewcvs.cgi/zeus/trunk/jiemamy-specs/?root=jiemamy</url> + <connection>scm:svn:http://svn.sourceforge.jp/svnroot/jiemamy/zeus/trunk/jiemamy-zeus</connection> + <developerConnection>scm:svn:svn+ssh://svn.sourceforge.jp/svnroot/jiemamy/zeus/trunk/jiemamy-zeus</developerConnection> + <url>http://svn.sourceforge.jp/cgi-bin/viewcvs.cgi/zeus/trunk/jiemamy-zeus/?root=jiemamy</url> </scm> <modules> <module>../jiemamy-spec-core</module> @@ -275,7 +275,7 @@ <site> <id>jiemamy-report</id> <name>maven-jiemamy-plugin-site</name> - <url>scp://report.jiemamy.org/var/www/report/jiemamy-specs/${project.version}</url> + <url>scp://report.jiemamy.org/var/www/report/jiemamy-zeus/${project.version}</url> </site> <repository> <id>jiemamy-release-repository</id>