• R/O
  • SSH
  • HTTPS

ea2ddl: コミット


コミットメタ情報

リビジョン117 (tree)
日時2011-09-02 01:25:02
作者taktos9

ログメッセージ

maven3でビルドできるよう修正

変更サマリ

差分

--- trunk/ea2ddl/ea2ddl-common/pom.xml (revision 116)
+++ trunk/ea2ddl/ea2ddl-common/pom.xml (revision 117)
@@ -4,6 +4,7 @@
44 <artifactId>ea2ddl-parent</artifactId>
55 <groupId>jp.sourceforge.ea2ddl</groupId>
66 <version>0.0.2-SNAPSHOT</version>
7+ <relativePath>../ea2ddl-parent</relativePath>
78 </parent>
89 <modelVersion>4.0.0</modelVersion>
910 <artifactId>ea2ddl-common</artifactId>
--- trunk/ea2ddl/ea2ddl-parent/build.xml (revision 116)
+++ trunk/ea2ddl/ea2ddl-parent/build.xml (revision 117)
@@ -1,9 +1,9 @@
11 <project name="ea2ddl" default="dist" basedir=".">
22
3- <property name="version" value="0.0.1"/>
3+ <property name="version" value="0.0.2"/>
44
5- <!-- =================================
6- target: clean
5+ <!-- =================================
6+ target: clean
77 ================================= -->
88 <target name="clean" depends="" description="clean">
99 <delete dir="dist/ea2ddl/lib"/>
@@ -10,8 +10,8 @@
1010 <delete dir="dist/ea2ddl-${version}.zip"/>
1111 </target>
1212
13- <!-- =================================
14- target: dist
13+ <!-- =================================
14+ target: dist
1515 ================================= -->
1616 <target name="dist" depends="clean" description="dist">
1717 <mkdir dir="dist/ea2ddl/lib"/>
--- trunk/ea2ddl/ea2ddl-comment/pom.xml (revision 116)
+++ trunk/ea2ddl/ea2ddl-comment/pom.xml (revision 117)
@@ -4,6 +4,7 @@
44 <artifactId>ea2ddl-parent</artifactId>
55 <groupId>jp.sourceforge.ea2ddl</groupId>
66 <version>0.0.2-SNAPSHOT</version>
7+ <relativePath>../ea2ddl-parent</relativePath>
78 </parent>
89 <modelVersion>4.0.0</modelVersion>
910 <artifactId>ea2ddl-comment</artifactId>
--- trunk/ea2ddl/ea2ddl-dao/pom.xml (revision 116)
+++ trunk/ea2ddl/ea2ddl-dao/pom.xml (revision 117)
@@ -5,6 +5,7 @@
55 <artifactId>ea2ddl-parent</artifactId>
66 <groupId>jp.sourceforge.ea2ddl</groupId>
77 <version>0.0.2-SNAPSHOT</version>
8+ <relativePath>../ea2ddl-parent</relativePath>
89 </parent>
910 <modelVersion>4.0.0</modelVersion>
1011 <artifactId>ea2ddl-dao</artifactId>
--- trunk/ea2ddl/ea2ddl-ddl/pom.xml (revision 116)
+++ trunk/ea2ddl/ea2ddl-ddl/pom.xml (revision 117)
@@ -4,6 +4,7 @@
44 <artifactId>ea2ddl-parent</artifactId>
55 <groupId>jp.sourceforge.ea2ddl</groupId>
66 <version>0.0.2-SNAPSHOT</version>
7+ <relativePath>../ea2ddl-parent</relativePath>
78 </parent>
89 <modelVersion>4.0.0</modelVersion>
910 <artifactId>ea2ddl-ddl</artifactId>
旧リポジトリブラウザで表示