[Jiemamy-notify:2822] commit [3744] [GEN-101]

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2009年 10月 28日 (水) 23:41:25 JST


Revision: 3744
          http://sourceforge.jp/projects/jiemamy/svn/view?view=rev&revision=3744
Author:   setoazusa
Date:     2009-10-28 23:41:25 +0900 (Wed, 28 Oct 2009)

Log Message:
-----------
[GEN-101]
Share project "jiemamy-dialect-h2" into "https://svn.sourceforge.jp/svnroot/jiemamy"

Added Paths:
-----------
    hermes/jiemamy-dialect-h2/trunk/.classpath
    hermes/jiemamy-dialect-h2/trunk/.project
    hermes/jiemamy-dialect-h2/trunk/pom.xml
    hermes/jiemamy-dialect-h2/trunk/src/
    hermes/jiemamy-dialect-h2/trunk/src/main/
    hermes/jiemamy-dialect-h2/trunk/src/main/java/
    hermes/jiemamy-dialect-h2/trunk/src/main/resources/
    hermes/jiemamy-dialect-h2/trunk/src/test/
    hermes/jiemamy-dialect-h2/trunk/src/test/java/
    hermes/jiemamy-dialect-h2/trunk/src/test/resources/

Added: hermes/jiemamy-dialect-h2/trunk/.classpath
===================================================================
--- hermes/jiemamy-dialect-h2/trunk/.classpath	                        (rev 0)
+++ hermes/jiemamy-dialect-h2/trunk/.classpath	2009-10-28 14:41:25 UTC (rev 3744)
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+	<classpathentry including="**/*.java" kind="src" path="src/main/java"/>
+	<classpathentry kind="src" output="target/classes" path="src/main/resources"/>
+	<classpathentry including="**/*.java" kind="src" output="target/test-classes" path="src/test/java"/>
+	<classpathentry kind="src" output="target/test-classes" path="src/test/resources"/>
+	<classpathentry kind="con" path="org.devzuz.q.maven.jdt.core.mavenClasspathContainer"/>
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
+	<classpathentry kind="output" path="target/classes"/>
+</classpath>


Property changes on: hermes/jiemamy-dialect-h2/trunk/.classpath
___________________________________________________________________
Added: svn:mime-type
   + text/plain

Added: hermes/jiemamy-dialect-h2/trunk/.project
===================================================================
--- hermes/jiemamy-dialect-h2/trunk/.project	                        (rev 0)
+++ hermes/jiemamy-dialect-h2/trunk/.project	2009-10-28 14:41:25 UTC (rev 3744)
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>jiemamy-dialect-h2</name>
+	<comment></comment>
+	<projects>
+	</projects>
+	<buildSpec>
+		<buildCommand>
+			<name>org.eclipse.jdt.core.javabuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+		<buildCommand>
+			<name>org.devzuz.q.maven.jdt.core.mavenIncrementalBuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+	</buildSpec>
+	<natures>
+		<nature>org.devzuz.q.maven.jdt.core.mavenNature</nature>
+		<nature>org.eclipse.jdt.core.javanature</nature>
+	</natures>
+</projectDescription>


Property changes on: hermes/jiemamy-dialect-h2/trunk/.project
___________________________________________________________________
Added: svn:mime-type
   + text/plain

Added: hermes/jiemamy-dialect-h2/trunk/pom.xml
===================================================================
--- hermes/jiemamy-dialect-h2/trunk/pom.xml	                        (rev 0)
+++ hermes/jiemamy-dialect-h2/trunk/pom.xml	2009-10-28 14:41:25 UTC (rev 3744)
@@ -0,0 +1,82 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>org.jiemamy</groupId>
+    <artifactId>master</artifactId>
+    <version>1.1</version>
+  </parent>
+  <groupId>org.jiemamy</groupId>
+  <artifactId>jiemamy-dialect-h2</artifactId>
+  <name>Jiemamy Dialect for H2</name>
+  <version>0.3.0-SNAPSHOT</version>
+  <description><![CDATA[H2に対するSQL方言コンポーネント。]]></description>
+  <url>http://report.jiemamy.org/jiemamy-dialect-mysql</url>
+<!-- 
+  <issueManagement>
+    <system>JIRA</system>
+    <url>http://jira.jiemamy.org/jira/browse/DMYS</url>
+  </issueManagement>
+ -->
+  <inceptionYear>2007</inceptionYear>
+  <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>
+    <developer>
+      <id>setoazusa</id>
+      <name>OONAKA Hiroyuki</name>
+      <email>azusa****@field*****</email>
+      <url>http://d.hatena.ne.jp/setoazusa/</url>
+      <timezone>+9</timezone>
+    </developer>
+  </developers> 
+  <scm>
+    <connection>scm:svn:http://svn.sourceforge.jp/svnroot/jiemamy/hermes/trunk/jiemamy-dialect-h2</connection>
+    <developerConnection>scm:svn:https://svn.sourceforge.jp/svnroot/jiemamy/hermes/trunk/jiemamy-dialect-h2</developerConnection>
+    <url>http://svn.sourceforge.jp/cgi-bin/viewcvs.cgi/artemis/trunk/jiemamy-dialect-h2/?root=jiemamy</url>
+  </scm>
+  <repositories>
+    <repository>
+      <id>jiemamy.org</id>
+      <name>Jiemamy Repository</name>
+      <url>http://maven.jiemamy.org/release</url>
+    </repository>
+  </repositories>
+  <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>org.jiemamy</groupId>
+      <artifactId>jiemamy-test-helper</artifactId>
+      <version>0.3.0-SNAPSHOT</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.jiemamy</groupId>
+      <artifactId>jiemamy-commons</artifactId>
+      <version>0.0.5</version>
+    </dependency>
+    <dependency>
+      <groupId>org.jiemamy</groupId>
+      <artifactId>jiemamy-core</artifactId>
+      <version>0.3.0-SNAPSHOT</version>
+    </dependency>
+  </dependencies>
+</project>
\ No newline at end of file


Property changes on: hermes/jiemamy-dialect-h2/trunk/pom.xml
___________________________________________________________________
Added: svn:eol-style
   + native




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