[Jiemamy-notify:2149] commit [3225] ドキュメントの位置を移動。

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2009年 4月 13日 (月) 01:09:13 JST


Revision: 3225
          http://svn.sourceforge.jp/view?root=jiemamy&view=rev&rev=3225
Author:   daisuke_m
Date:     2009-04-13 01:09:13 +0900 (Mon, 13 Apr 2009)

Log Message:
-----------
ドキュメントの位置を移動。

Added Paths:
-----------
    metis/documents/trunk/pom.xml

Removed Paths:
-------------
    metis/trunk/pom.xml


-------------- next part --------------
Copied: metis/documents/trunk/pom.xml (from rev 3224, metis/trunk/pom.xml)
===================================================================
--- metis/documents/trunk/pom.xml	                        (rev 0)
+++ metis/documents/trunk/pom.xml	2009-04-12 16:09:13 UTC (rev 3225)
@@ -0,0 +1,273 @@
+<?xml version="1.0" encoding="UTF-8"?><project>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.jiemamy</groupId>
+  <artifactId>documents</artifactId>
+  <name>Jiemamy Documents</name>
+  <version>0.2.0-SNAPSHOT</version>
+  <description>Jiemamy Documents</description>
+  <url>http://report.jiemamy.org/document</url>
+  <inceptionYear>2009</inceptionYear>
+  <mailingLists>
+    <mailingList>
+      <name>Jiemamy-users</name>
+      <subscribe></subscribe>
+      <post>jiema****@lists*****</post>
+      <archive>http://lists.sourceforge.jp/mailman/archives/jiemamy-users/</archive>
+    </mailingList>
+    <mailingList>
+      <name>Jiemamy-dev</name>
+      <subscribe></subscribe>
+      <post>jiema****@lists*****</post>
+      <archive>http://lists.sourceforge.jp/mailman/archives/jiemamy-dev/</archive>
+    </mailingList>
+  </mailingLists>
+  <developers>
+    <developer>
+      <id>daisuke</id>
+      <name>MIYAMOTO Daisuke</name>
+      <email>daisuke_m****@users*****</email>
+      <url>http://d.hatena.ne.jp/daisuke-m/</url>
+      <timezone>+9</timezone>
+    </developer>
+  </developers>
+  <licenses>
+    <license>
+      <name>The Apache Software License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
+  <scm>
+    <connection>scm:svn:http://svn.sourceforge.jp/svnroot/jiemamy/metis/trunk/</connection>
+    <developerConnection>scm:svn:svn+ssh://svn.sourceforge.jp/svnroot/jiemamy/metis/trunk/</developerConnection>
+    <url>http://svn.sourceforge.jp/cgi-bin/viewcvs.cgi/metis/trunk/?root=jiemamy</url>
+  </scm>
+  <build>
+    <defaultGoal>process-sources</defaultGoal>
+    <plugins>
+      <!-- 
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>docbook-maven-plugin</artifactId>
+        <executions>
+          <execution>
+            <id>docbook-mojo</id>
+            <phase>process-sources</phase>
+            <goals>
+              <goal>transform</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+       -->
+      <plugin>
+        <artifactId>maven-site-plugin</artifactId>
+        <configuration>
+          <locales>ja,en</locales>
+          <inputEncoding>UTF-8</inputEncoding>
+          <outputEncoding>UTF-8</outputEncoding>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+  <repositories>
+    <repository>
+      <id>coderepos.org</id>
+      <name>CodeRepos svn repository</name>
+      <url>http://svn.coderepos.org/share/lang/java/misc/maven2repo</url>
+    </repository>
+    <repository>
+      <id>jiemamy.org</id>
+      <name>Jiemamy Repository</name>
+      <url>http://maven.jiemamy.org/release</url>
+    </repository>
+  </repositories>
+  <pluginRepositories>
+    <pluginRepository>
+      <releases />
+      <snapshots />
+      <id>Codehaus Snapshots</id>
+      <url>http://snapshots.repository.codehaus.org/</url>
+    </pluginRepository>
+  </pluginRepositories>
+  <dependencies>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>4.5</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.hamcrest</groupId>
+      <artifactId>hamcrest-library</artifactId>
+      <version>1.1</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>commons-lang</groupId>
+      <artifactId>commons-lang</artifactId>
+      <version>2.4</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.jiemamy</groupId>
+      <artifactId>jiemamy-view</artifactId>
+      <version>0.2.0-SNAPSHOT</version>
+    </dependency>
+    <dependency>
+      <groupId>org.jiemamy</groupId>
+      <artifactId>jiemamy-dialect-mysql</artifactId>
+      <version>0.2.0-SNAPSHOT</version>
+    </dependency>
+  </dependencies>
+  <reporting>
+    <plugins>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>cobertura-maven-plugin</artifactId>
+        <configuration>
+          <instrumentation>
+            <includes>
+              <include>**/*.class</include>
+            </includes>
+            <excludes>
+              <exclude>${basedir}</exclude>
+            </excludes>
+          </instrumentation>
+          <formats>
+            <format>xml</format>
+            <format>html</format>
+          </formats>
+        </configuration>
+      </plugin>
+      <plugin>
+        <artifactId>maven-surefire-report-plugin</artifactId>
+        <reportSets>
+          <reportSet>
+            <reports>
+              <report>report-only</report>
+            </reports>
+          </reportSet>
+        </reportSets>
+      </plugin>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>taglist-maven-plugin</artifactId>
+        <configuration>
+          <encoding>UTF-8</encoding>
+          <tags>
+            <tag>TODO</tag>
+            <tag>FIXME</tag>
+            <tag>UNDONE</tag>
+            <tag>HACK</tag>
+            <tag>THINK</tag>
+            <tag>RESOURCE</tag>
+            <tag>DOCME</tag>
+          </tags>
+        </configuration>
+      </plugin>
+      <plugin>
+        <artifactId>maven-javadoc-plugin</artifactId>
+        <configuration>
+          <source>1.5</source>
+          <charset>UTF-8</charset>
+          <encoding>UTF-8</encoding>
+          <docencoding>UTF-8</docencoding>
+          <footer>Copyright 2009 Jiemamy Project and the Others.</footer>
+          <linksource>true</linksource>
+          <links>
+            <link>http://java.sun.com/j2se/1.5.0/docs/api/</link>
+            <link>http://report.jiemamy.org/jiemamy-spec-core/${project.version}/apidocs/</link>
+            <link>http://report.jiemamy.org/jiemamy-spec-view/${project.version}/apidocs/</link>
+            <link>http://report.jiemamy.org/jiemamy-spec-diff/${project.version}/apidocs/</link>
+            <link>http://report.jiemamy.org/factory-enhancer/0.1.0/apidocs/</link>
+            <link>http://report.jiemamy.org/generic-tree/0.1.0/apidocs/</link>
+            <link>http://report.jiemamy.org/jiemamy-core/${project.version}/apidocs/</link>
+            <link>http://report.jiemamy.org/jiemamy-view/${project.version}/apidocs/</link>
+            <link>http://report.jiemamy.org/jiemamy-dialect-sql99/${project.version}/apidocs/</link>
+            <link>http://report.jiemamy.org/jiemamy-dialect-postgresql/${project.version}/apidocs/</link>
+            <link>http://report.jiemamy.org/jiemamy-dialect-mysql/${project.version}/apidocs/</link>
+          </links>
+        </configuration>
+        <reportSets>
+          <reportSet>
+            <id>non-aggregate</id>
+            <reports>
+              <report>javadoc</report>
+            </reports>
+          </reportSet>
+          <reportSet>
+            <id>aggregate</id>
+            <reports>
+              <report>aggregate</report>
+            </reports>
+          </reportSet>
+        </reportSets>
+      </plugin>
+      <plugin>
+        <artifactId>maven-checkstyle-plugin</artifactId>
+        <configuration>
+          <encoding>UTF-8</encoding>
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>findbugs-maven-plugin</artifactId>
+        <configuration>
+          <threshold>High</threshold>
+          <effort>Max</effort>
+        </configuration>
+      </plugin>
+      <plugin>
+        <artifactId>maven-pmd-plugin</artifactId>
+        <configuration>
+          <sourceEncoding>UTF-8</sourceEncoding>
+          <targetJdk>1.5</targetJdk>
+          <linkXRef>true</linkXRef>
+          <rulesets>
+            <string>/rulesets/braces.xml</string>
+            <string>/rulesets/j2ee.xml</string>
+          </rulesets>
+        </configuration>
+      </plugin>
+      <plugin>
+        <artifactId>maven-jxr-plugin</artifactId>
+        <configuration>
+          <aggregate>true</aggregate>
+          <inputEncoding>UTF-8</inputEncoding>
+          <outputEncoding>UTF-8</outputEncoding>
+          <linkJavadoc>true</linkJavadoc>
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>jdepend-maven-plugin</artifactId>
+      </plugin>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>dashboard-maven-plugin</artifactId>
+      </plugin>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>javancss-maven-plugin</artifactId>
+      </plugin>
+    </plugins>
+  </reporting>
+  <distributionManagement>
+    <repository>
+      <id>jiemamy-release-repository</id>
+      <name>Jiemamy Repository</name>
+      <url>scp://report.jiemamy.org/var/www/maven/release</url>
+    </repository>
+    <snapshotRepository>
+      <id>jiemamy-snapshot-repository</id>
+      <name>Jiemamy Repository</name>
+      <url>scp://report.jiemamy.org/var/www/maven/snapshot</url>
+    </snapshotRepository>
+    <site>
+      <id>jiemamy-report</id>
+      <name>maven-jiemamy-plugin-site</name>
+      <url>scp://report.jiemamy.org/var/www/report/jiemamy-artemis/${project.version}</url>
+    </site>
+  </distributionManagement>
+</project>
\ No newline at end of file

Deleted: metis/trunk/pom.xml
===================================================================
--- metis/trunk/pom.xml	2009-04-12 16:09:13 UTC (rev 3224)
+++ metis/trunk/pom.xml	2009-04-12 16:09:13 UTC (rev 3225)
@@ -1,273 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?><project>
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>org.jiemamy</groupId>
-  <artifactId>documents</artifactId>
-  <name>Jiemamy Documents</name>
-  <version>0.2.0-SNAPSHOT</version>
-  <description>Jiemamy Documents</description>
-  <url>http://report.jiemamy.org/document</url>
-  <inceptionYear>2009</inceptionYear>
-  <mailingLists>
-    <mailingList>
-      <name>Jiemamy-users</name>
-      <subscribe></subscribe>
-      <post>jiema****@lists*****</post>
-      <archive>http://lists.sourceforge.jp/mailman/archives/jiemamy-users/</archive>
-    </mailingList>
-    <mailingList>
-      <name>Jiemamy-dev</name>
-      <subscribe></subscribe>
-      <post>jiema****@lists*****</post>
-      <archive>http://lists.sourceforge.jp/mailman/archives/jiemamy-dev/</archive>
-    </mailingList>
-  </mailingLists>
-  <developers>
-    <developer>
-      <id>daisuke</id>
-      <name>MIYAMOTO Daisuke</name>
-      <email>daisuke_m****@users*****</email>
-      <url>http://d.hatena.ne.jp/daisuke-m/</url>
-      <timezone>+9</timezone>
-    </developer>
-  </developers>
-  <licenses>
-    <license>
-      <name>The Apache Software License, Version 2.0</name>
-      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
-      <distribution>repo</distribution>
-    </license>
-  </licenses>
-  <scm>
-    <connection>scm:svn:http://svn.sourceforge.jp/svnroot/jiemamy/metis/trunk/</connection>
-    <developerConnection>scm:svn:svn+ssh://svn.sourceforge.jp/svnroot/jiemamy/metis/trunk/</developerConnection>
-    <url>http://svn.sourceforge.jp/cgi-bin/viewcvs.cgi/metis/trunk/?root=jiemamy</url>
-  </scm>
-  <build>
-    <defaultGoal>process-sources</defaultGoal>
-    <plugins>
-      <!-- 
-      <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>docbook-maven-plugin</artifactId>
-        <executions>
-          <execution>
-            <id>docbook-mojo</id>
-            <phase>process-sources</phase>
-            <goals>
-              <goal>transform</goal>
-            </goals>
-          </execution>
-        </executions>
-      </plugin>
-       -->
-      <plugin>
-        <artifactId>maven-site-plugin</artifactId>
-        <configuration>
-          <locales>ja,en</locales>
-          <inputEncoding>UTF-8</inputEncoding>
-          <outputEncoding>UTF-8</outputEncoding>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
-  <repositories>
-    <repository>
-      <id>coderepos.org</id>
-      <name>CodeRepos svn repository</name>
-      <url>http://svn.coderepos.org/share/lang/java/misc/maven2repo</url>
-    </repository>
-    <repository>
-      <id>jiemamy.org</id>
-      <name>Jiemamy Repository</name>
-      <url>http://maven.jiemamy.org/release</url>
-    </repository>
-  </repositories>
-  <pluginRepositories>
-    <pluginRepository>
-      <releases />
-      <snapshots />
-      <id>Codehaus Snapshots</id>
-      <url>http://snapshots.repository.codehaus.org/</url>
-    </pluginRepository>
-  </pluginRepositories>
-  <dependencies>
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <version>4.5</version>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.hamcrest</groupId>
-      <artifactId>hamcrest-library</artifactId>
-      <version>1.1</version>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>commons-lang</groupId>
-      <artifactId>commons-lang</artifactId>
-      <version>2.4</version>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.jiemamy</groupId>
-      <artifactId>jiemamy-view</artifactId>
-      <version>0.2.0-SNAPSHOT</version>
-    </dependency>
-    <dependency>
-      <groupId>org.jiemamy</groupId>
-      <artifactId>jiemamy-dialect-mysql</artifactId>
-      <version>0.2.0-SNAPSHOT</version>
-    </dependency>
-  </dependencies>
-  <reporting>
-    <plugins>
-      <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>cobertura-maven-plugin</artifactId>
-        <configuration>
-          <instrumentation>
-            <includes>
-              <include>**/*.class</include>
-            </includes>
-            <excludes>
-              <exclude>${basedir}</exclude>
-            </excludes>
-          </instrumentation>
-          <formats>
-            <format>xml</format>
-            <format>html</format>
-          </formats>
-        </configuration>
-      </plugin>
-      <plugin>
-        <artifactId>maven-surefire-report-plugin</artifactId>
-        <reportSets>
-          <reportSet>
-            <reports>
-              <report>report-only</report>
-            </reports>
-          </reportSet>
-        </reportSets>
-      </plugin>
-      <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>taglist-maven-plugin</artifactId>
-        <configuration>
-          <encoding>UTF-8</encoding>
-          <tags>
-            <tag>TODO</tag>
-            <tag>FIXME</tag>
-            <tag>UNDONE</tag>
-            <tag>HACK</tag>
-            <tag>THINK</tag>
-            <tag>RESOURCE</tag>
-            <tag>DOCME</tag>
-          </tags>
-        </configuration>
-      </plugin>
-      <plugin>
-        <artifactId>maven-javadoc-plugin</artifactId>
-        <configuration>
-          <source>1.5</source>
-          <charset>UTF-8</charset>
-          <encoding>UTF-8</encoding>
-          <docencoding>UTF-8</docencoding>
-          <footer>Copyright 2009 Jiemamy Project and the Others.</footer>
-          <linksource>true</linksource>
-          <links>
-            <link>http://java.sun.com/j2se/1.5.0/docs/api/</link>
-            <link>http://report.jiemamy.org/jiemamy-spec-core/${project.version}/apidocs/</link>
-            <link>http://report.jiemamy.org/jiemamy-spec-view/${project.version}/apidocs/</link>
-            <link>http://report.jiemamy.org/jiemamy-spec-diff/${project.version}/apidocs/</link>
-            <link>http://report.jiemamy.org/factory-enhancer/0.1.0/apidocs/</link>
-            <link>http://report.jiemamy.org/generic-tree/0.1.0/apidocs/</link>
-            <link>http://report.jiemamy.org/jiemamy-core/${project.version}/apidocs/</link>
-            <link>http://report.jiemamy.org/jiemamy-view/${project.version}/apidocs/</link>
-            <link>http://report.jiemamy.org/jiemamy-dialect-sql99/${project.version}/apidocs/</link>
-            <link>http://report.jiemamy.org/jiemamy-dialect-postgresql/${project.version}/apidocs/</link>
-            <link>http://report.jiemamy.org/jiemamy-dialect-mysql/${project.version}/apidocs/</link>
-          </links>
-        </configuration>
-        <reportSets>
-          <reportSet>
-            <id>non-aggregate</id>
-            <reports>
-              <report>javadoc</report>
-            </reports>
-          </reportSet>
-          <reportSet>
-            <id>aggregate</id>
-            <reports>
-              <report>aggregate</report>
-            </reports>
-          </reportSet>
-        </reportSets>
-      </plugin>
-      <plugin>
-        <artifactId>maven-checkstyle-plugin</artifactId>
-        <configuration>
-          <encoding>UTF-8</encoding>
-        </configuration>
-      </plugin>
-      <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>findbugs-maven-plugin</artifactId>
-        <configuration>
-          <threshold>High</threshold>
-          <effort>Max</effort>
-        </configuration>
-      </plugin>
-      <plugin>
-        <artifactId>maven-pmd-plugin</artifactId>
-        <configuration>
-          <sourceEncoding>UTF-8</sourceEncoding>
-          <targetJdk>1.5</targetJdk>
-          <linkXRef>true</linkXRef>
-          <rulesets>
-            <string>/rulesets/braces.xml</string>
-            <string>/rulesets/j2ee.xml</string>
-          </rulesets>
-        </configuration>
-      </plugin>
-      <plugin>
-        <artifactId>maven-jxr-plugin</artifactId>
-        <configuration>
-          <aggregate>true</aggregate>
-          <inputEncoding>UTF-8</inputEncoding>
-          <outputEncoding>UTF-8</outputEncoding>
-          <linkJavadoc>true</linkJavadoc>
-        </configuration>
-      </plugin>
-      <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>jdepend-maven-plugin</artifactId>
-      </plugin>
-      <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>dashboard-maven-plugin</artifactId>
-      </plugin>
-      <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>javancss-maven-plugin</artifactId>
-      </plugin>
-    </plugins>
-  </reporting>
-  <distributionManagement>
-    <repository>
-      <id>jiemamy-release-repository</id>
-      <name>Jiemamy Repository</name>
-      <url>scp://report.jiemamy.org/var/www/maven/release</url>
-    </repository>
-    <snapshotRepository>
-      <id>jiemamy-snapshot-repository</id>
-      <name>Jiemamy Repository</name>
-      <url>scp://report.jiemamy.org/var/www/maven/snapshot</url>
-    </snapshotRepository>
-    <site>
-      <id>jiemamy-report</id>
-      <name>maven-jiemamy-plugin-site</name>
-      <url>scp://report.jiemamy.org/var/www/report/jiemamy-artemis/${project.version}</url>
-    </site>
-  </distributionManagement>
-</project>
\ No newline at end of file



Jiemamy-notify メーリングリストの案内
Back to archive index