[Jiemamy-notify] commit [1944] J-specをJ-coreSpecにリネーム。

アーカイブの一覧に戻る

svnno****@sourc***** svnno****@sourc*****
2008年 9月 23日 (火) 21:07:41 JST


Revision: 1944
          http://svn.sourceforge.jp/cgi-bin/viewcvs.cgi?root=jiemamy&view=rev&rev=1944
Author:   daisuke_m
Date:     2008-09-23 21:07:41 +0900 (Tue, 23 Sep 2008)

Log Message:
-----------
J-specをJ-coreSpecにリネーム。

Modified Paths:
--------------
    artemis/trunk/org.jiemamy.composer/META-INF/MANIFEST.MF
    artemis/trunk/org.jiemamy.core/META-INF/MANIFEST.MF
    artemis/trunk/org.jiemamy.dialect/META-INF/MANIFEST.MF
    artemis/trunk/org.jiemamy.dialect.mysql/META-INF/MANIFEST.MF
    artemis/trunk/org.jiemamy.dialect.postgresql/META-INF/MANIFEST.MF
    artemis/trunk/org.jiemamy.dialect.sql99/META-INF/MANIFEST.MF
    artemis/trunk/org.jiemamy.project/pom.xml
    artemis/trunk/org.jiemamy.serializer/META-INF/MANIFEST.MF
    artemis/trunk/org.jiemamy.spec.core/.project
    artemis/trunk/org.jiemamy.spec.core/META-INF/MANIFEST.MF
    vesta/trunk/org.jiemamy.eclipse/META-INF/MANIFEST.MF


-------------- next part --------------
Modified: artemis/trunk/org.jiemamy.composer/META-INF/MANIFEST.MF
===================================================================
--- artemis/trunk/org.jiemamy.composer/META-INF/MANIFEST.MF	2008-09-23 11:51:50 UTC (rev 1943)
+++ artemis/trunk/org.jiemamy.composer/META-INF/MANIFEST.MF	2008-09-23 12:07:41 UTC (rev 1944)
@@ -9,7 +9,7 @@
 Export-Package: org.jiemamy.composer.exporter
 Require-Bundle: org.jiemamy.serializer,
  org.jiemamy.dialect,
- org.jiemamy.spec,
+ org.jiemamy.spec.core,
  org.jiemamy.core
 Eclipse-BuddyPolicy: registered
 Eclipse-RegisterBuddy: org.jiemamy.core,org.jiemamy.serializer

Modified: artemis/trunk/org.jiemamy.core/META-INF/MANIFEST.MF
===================================================================
--- artemis/trunk/org.jiemamy.core/META-INF/MANIFEST.MF	2008-09-23 11:51:50 UTC (rev 1943)
+++ artemis/trunk/org.jiemamy.core/META-INF/MANIFEST.MF	2008-09-23 12:07:41 UTC (rev 1944)
@@ -442,4 +442,4 @@
  org.xmlpull.v1
 Eclipse-BuddyPolicy: registered
 Eclipse-LazyStart: false
-Require-Bundle: org.jiemamy.spec
+Require-Bundle: org.jiemamy.spec.core

Modified: artemis/trunk/org.jiemamy.dialect/META-INF/MANIFEST.MF
===================================================================
--- artemis/trunk/org.jiemamy.dialect/META-INF/MANIFEST.MF	2008-09-23 11:51:50 UTC (rev 1943)
+++ artemis/trunk/org.jiemamy.dialect/META-INF/MANIFEST.MF	2008-09-23 12:07:41 UTC (rev 1944)
@@ -7,7 +7,7 @@
  lib/geronimo-jta_1.1_spec-1.0.jar
 Bundle-Vendor: Jiemamy Project
 Require-Bundle: org.jiemamy.core,
- org.jiemamy.spec
+ org.jiemamy.spec.core
 Eclipse-BuddyPolicy: registered
 Eclipse-RegisterBuddy: org.jiemamy.core
 Export-Package: javax.transaction,

Modified: artemis/trunk/org.jiemamy.dialect.mysql/META-INF/MANIFEST.MF
===================================================================
--- artemis/trunk/org.jiemamy.dialect.mysql/META-INF/MANIFEST.MF	2008-09-23 11:51:50 UTC (rev 1943)
+++ artemis/trunk/org.jiemamy.dialect.mysql/META-INF/MANIFEST.MF	2008-09-23 12:07:41 UTC (rev 1944)
@@ -12,6 +12,6 @@
 Export-Package: org.jiemamy.dialect.mysql,org.jiemamy.dialect.mysql.parser,org.jiemamy.dialect.mysql.parser.expression
 Require-Bundle: org.jiemamy.core,
  org.jiemamy.dialect,
- org.jiemamy.spec
+ org.jiemamy.spec.core
 Eclipse-BuddyPolicy: registered
 Eclipse-RegisterBuddy: org.jiemamy.core,org.jiemamy.dialect

Modified: artemis/trunk/org.jiemamy.dialect.postgresql/META-INF/MANIFEST.MF
===================================================================
--- artemis/trunk/org.jiemamy.dialect.postgresql/META-INF/MANIFEST.MF	2008-09-23 11:51:50 UTC (rev 1943)
+++ artemis/trunk/org.jiemamy.dialect.postgresql/META-INF/MANIFEST.MF	2008-09-23 12:07:41 UTC (rev 1944)
@@ -12,6 +12,6 @@
 Export-Package: org.jiemamy.dialect.postgresql
 Require-Bundle: org.jiemamy.core,
  org.jiemamy.dialect,
- org.jiemamy.spec
+ org.jiemamy.spec.core
 Eclipse-BuddyPolicy: registered
 Eclipse-RegisterBuddy: org.jiemamy.core,org.jiemamy.dialect

Modified: artemis/trunk/org.jiemamy.dialect.sql99/META-INF/MANIFEST.MF
===================================================================
--- artemis/trunk/org.jiemamy.dialect.sql99/META-INF/MANIFEST.MF	2008-09-23 11:51:50 UTC (rev 1943)
+++ artemis/trunk/org.jiemamy.dialect.sql99/META-INF/MANIFEST.MF	2008-09-23 12:07:41 UTC (rev 1944)
@@ -12,6 +12,6 @@
 Export-Package: org.jiemamy.dialect.sql99,org.jiemamy.dialect.sql99.parser
 Require-Bundle: org.jiemamy.core,
  org.jiemamy.dialect,
- org.jiemamy.spec
+ org.jiemamy.spec.core
 Eclipse-BuddyPolicy: registered
 Eclipse-RegisterBuddy: org.jiemamy.core,org.jiemamy.dialect

Modified: artemis/trunk/org.jiemamy.project/pom.xml
===================================================================
--- artemis/trunk/org.jiemamy.project/pom.xml	2008-09-23 11:51:50 UTC (rev 1943)
+++ artemis/trunk/org.jiemamy.project/pom.xml	2008-09-23 12:07:41 UTC (rev 1944)
@@ -77,7 +77,7 @@
     <url>http://svn.sourceforge.jp/cgi-bin/viewcvs.cgi/artemis/trunk/org.jiemamy.project/?root=jiemamy</url>
   </scm>
   <modules>
-    <module>../org.jiemamy.spec</module>
+    <module>../org.jiemamy.spec.core</module>
     <module>../org.jiemamy.core</module>
     <module>../org.jiemamy.serializer</module>
     <module>../org.jiemamy.dialect</module>

Modified: artemis/trunk/org.jiemamy.serializer/META-INF/MANIFEST.MF
===================================================================
--- artemis/trunk/org.jiemamy.serializer/META-INF/MANIFEST.MF	2008-09-23 11:51:50 UTC (rev 1943)
+++ artemis/trunk/org.jiemamy.serializer/META-INF/MANIFEST.MF	2008-09-23 12:07:41 UTC (rev 1944)
@@ -22,6 +22,6 @@
  org.jiemamy.serializer.model.typedef,
  org.jiemamy.serializer.model.typedef.constraint
 Require-Bundle: org.jiemamy.core,
- org.jiemamy.spec
+ org.jiemamy.spec.core
 Eclipse-BuddyPolicy: registered
 Eclipse-RegisterBuddy: org.jiemamy.core

Modified: artemis/trunk/org.jiemamy.spec.core/.project
===================================================================
--- artemis/trunk/org.jiemamy.spec.core/.project	2008-09-23 11:51:50 UTC (rev 1943)
+++ artemis/trunk/org.jiemamy.spec.core/.project	2008-09-23 12:07:41 UTC (rev 1944)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <projectDescription>
-	<name>org.jiemamy.spec</name>
+	<name>org.jiemamy.spec.core</name>
 	<comment>Jiemamyのコア機能を提供するパッケージ</comment>
 	<projects>
 	</projects>

Modified: artemis/trunk/org.jiemamy.spec.core/META-INF/MANIFEST.MF
===================================================================
--- artemis/trunk/org.jiemamy.spec.core/META-INF/MANIFEST.MF	2008-09-23 11:51:50 UTC (rev 1943)
+++ artemis/trunk/org.jiemamy.spec.core/META-INF/MANIFEST.MF	2008-09-23 12:07:41 UTC (rev 1944)
@@ -1,7 +1,7 @@
 Manifest-Version: 1.0
 Bundle-ManifestVersion: 2
 Bundle-Name: Jiemamy Specifications
-Bundle-SymbolicName: org.jiemamy.spec;singleton:=true
+Bundle-SymbolicName: org.jiemamy.spec.core;singleton:=true
 Bundle-Version: 0.2.0.SNAPSHOT
 Bundle-ClassPath: .
 Bundle-Vendor: Jiemamy Project

Modified: vesta/trunk/org.jiemamy.eclipse/META-INF/MANIFEST.MF
===================================================================
--- vesta/trunk/org.jiemamy.eclipse/META-INF/MANIFEST.MF	2008-09-23 11:51:50 UTC (rev 1943)
+++ vesta/trunk/org.jiemamy.eclipse/META-INF/MANIFEST.MF	2008-09-23 12:07:41 UTC (rev 1944)
@@ -27,7 +27,7 @@
  org.jiemamy.core,
  org.jiemamy.serializer,
  org.jiemamy.dialect,
- org.jiemamy.spec
+ org.jiemamy.spec.core
 Eclipse-BuddyPolicy: registered
 Eclipse-RegisterBuddy: org.jiemamy.core,
  org.jiemamy.serializer,


Jiemamy-notify メーリングリストの案内
アーカイブの一覧に戻る