From d59f65246109936d50601c7edfc469c624826027 Mon Sep 17 00:00:00 2001 From: taktos9 Date: Wed, 24 Aug 2011 04:18:54 +0000 Subject: [PATCH] =?utf8?q?Eclipse=203.7=E3=81=A7=E3=83=93=E3=83=AB?= =?utf8?q?=E3=83=89=E5=8F=AF=E8=83=BD=E3=81=AB=E8=A8=AD=E5=AE=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit git-svn-id: http://svn.sourceforge.jp/svnroot/ea2ddl/trunk/ea2ddl@116 136db618-7844-41ca-8ac1-fb3fd040db1d --- ea2ddl-comment/.classpath | 2 +- ea2ddl-comment/.project | 4 ++-- ea2ddl-comment/pom.xml | 8 ++++++-- ea2ddl-common/.classpath | 2 +- ea2ddl-common/.project | 4 ++-- ea2ddl-common/pom.xml | 1 - ea2ddl-dao/.classpath | 2 +- ea2ddl-dao/.project | 4 ++-- ea2ddl-dao/pom.xml | 1 - ea2ddl-ddl/.classpath | 2 +- ea2ddl-ddl/.project | 4 ++-- ea2ddl-ddl/pom.xml | 1 - ea2ddl-parent/.classpath | 2 +- ea2ddl-parent/.project | 4 ++-- 14 files changed, 21 insertions(+), 20 deletions(-) diff --git a/ea2ddl-comment/.classpath b/ea2ddl-comment/.classpath index 425cd16..dd55e60 100644 --- a/ea2ddl-comment/.classpath +++ b/ea2ddl-comment/.classpath @@ -5,6 +5,6 @@ - + diff --git a/ea2ddl-comment/.project b/ea2ddl-comment/.project index 7ffe910..bb4c341 100644 --- a/ea2ddl-comment/.project +++ b/ea2ddl-comment/.project @@ -11,13 +11,13 @@ - org.maven.ide.eclipse.maven2Builder + org.eclipse.m2e.core.maven2Builder org.eclipse.jdt.core.javanature - org.maven.ide.eclipse.maven2Nature + org.eclipse.m2e.core.maven2Nature diff --git a/ea2ddl-comment/pom.xml b/ea2ddl-comment/pom.xml index 159dba5..1144804 100644 --- a/ea2ddl-comment/pom.xml +++ b/ea2ddl-comment/pom.xml @@ -3,10 +3,9 @@ ea2ddl-parent jp.sourceforge.ea2ddl - 0.0.1-SNAPSHOT + 0.0.2-SNAPSHOT 4.0.0 - jp.sourceforge.ea2ddl ea2ddl-comment Enterprise Architect to DDL Comment Generator Enterprise Architect to DDL Comment Generator @@ -34,5 +33,10 @@ org.apache.geronimo.specs geronimo-jta_1.1_spec + + jp.sourceforge.ea2ddl + ea2ddl-common + ${project.version} + \ No newline at end of file diff --git a/ea2ddl-common/.classpath b/ea2ddl-common/.classpath index 425cd16..dd55e60 100644 --- a/ea2ddl-common/.classpath +++ b/ea2ddl-common/.classpath @@ -5,6 +5,6 @@ - + diff --git a/ea2ddl-common/.project b/ea2ddl-common/.project index 4746c02..9e27d14 100644 --- a/ea2ddl-common/.project +++ b/ea2ddl-common/.project @@ -11,13 +11,13 @@ - org.maven.ide.eclipse.maven2Builder + org.eclipse.m2e.core.maven2Builder org.eclipse.jdt.core.javanature - org.maven.ide.eclipse.maven2Nature + org.eclipse.m2e.core.maven2Nature diff --git a/ea2ddl-common/pom.xml b/ea2ddl-common/pom.xml index d774fa5..317f18b 100644 --- a/ea2ddl-common/pom.xml +++ b/ea2ddl-common/pom.xml @@ -6,7 +6,6 @@ 0.0.2-SNAPSHOT 4.0.0 - jp.sourceforge.ea2ddl ea2ddl-common Enterprise Architect to DDL Enterprise Architect to DDL diff --git a/ea2ddl-dao/.classpath b/ea2ddl-dao/.classpath index 03334b1..81a811e 100644 --- a/ea2ddl-dao/.classpath +++ b/ea2ddl-dao/.classpath @@ -5,6 +5,6 @@ - + diff --git a/ea2ddl-dao/.project b/ea2ddl-dao/.project index 65aadf3..c0d8597 100644 --- a/ea2ddl-dao/.project +++ b/ea2ddl-dao/.project @@ -11,13 +11,13 @@ - org.maven.ide.eclipse.maven2Builder + org.eclipse.m2e.core.maven2Builder org.eclipse.jdt.core.javanature - org.maven.ide.eclipse.maven2Nature + org.eclipse.m2e.core.maven2Nature diff --git a/ea2ddl-dao/pom.xml b/ea2ddl-dao/pom.xml index 4cd627d..3d70a72 100644 --- a/ea2ddl-dao/pom.xml +++ b/ea2ddl-dao/pom.xml @@ -7,7 +7,6 @@ 0.0.2-SNAPSHOT 4.0.0 - jp.sourceforge.ea2ddl ea2ddl-dao ea2ddl-dao http://ea2ddl.sourceforge.jp/ diff --git a/ea2ddl-ddl/.classpath b/ea2ddl-ddl/.classpath index 96f09f1..f06ebb0 100644 --- a/ea2ddl-ddl/.classpath +++ b/ea2ddl-ddl/.classpath @@ -5,6 +5,6 @@ - + diff --git a/ea2ddl-ddl/.project b/ea2ddl-ddl/.project index e1eb98d..5bdfd23 100644 --- a/ea2ddl-ddl/.project +++ b/ea2ddl-ddl/.project @@ -11,13 +11,13 @@ - org.maven.ide.eclipse.maven2Builder + org.eclipse.m2e.core.maven2Builder org.eclipse.jdt.core.javanature - org.maven.ide.eclipse.maven2Nature + org.eclipse.m2e.core.maven2Nature diff --git a/ea2ddl-ddl/pom.xml b/ea2ddl-ddl/pom.xml index 781ce52..08e2243 100644 --- a/ea2ddl-ddl/pom.xml +++ b/ea2ddl-ddl/pom.xml @@ -6,7 +6,6 @@ 0.0.2-SNAPSHOT 4.0.0 - jp.sourceforge.ea2ddl ea2ddl-ddl Enterprise Architect to DDL Enterprise Architect to DDL diff --git a/ea2ddl-parent/.classpath b/ea2ddl-parent/.classpath index 0469885..acd58b3 100644 --- a/ea2ddl-parent/.classpath +++ b/ea2ddl-parent/.classpath @@ -1,6 +1,6 @@ - + diff --git a/ea2ddl-parent/.project b/ea2ddl-parent/.project index 53a1700..2d5d4ba 100644 --- a/ea2ddl-parent/.project +++ b/ea2ddl-parent/.project @@ -11,13 +11,13 @@ - org.maven.ide.eclipse.maven2Builder + org.eclipse.m2e.core.maven2Builder + org.eclipse.m2e.core.maven2Nature org.eclipse.jdt.core.javanature - org.maven.ide.eclipse.maven2Nature -- 2.11.0