[Jiemamy-notify] commit [2156] 依存関係の整理。

アーカイブの一覧に戻る

svnno****@sourc***** svnno****@sourc*****
2008年 11月 16日 (日) 23:32:00 JST


Revision: 2156
          http://svn.sourceforge.jp/cgi-bin/viewcvs.cgi?root=jiemamy&view=rev&rev=2156
Author:   daisuke_m
Date:     2008-11-16 23:32:00 +0900 (Sun, 16 Nov 2008)

Log Message:
-----------
依存関係の整理。

Modified Paths:
--------------
    artemis/trunk/org.jiemamy.artemis.test/.classpath
    artemis/trunk/org.jiemamy.composer/.classpath
    artemis/trunk/org.jiemamy.core/.classpath
    artemis/trunk/org.jiemamy.dialect/.classpath
    artemis/trunk/org.jiemamy.dialect.mysql/.classpath
    artemis/trunk/org.jiemamy.dialect.postgresql/.classpath
    artemis/trunk/org.jiemamy.dialect.sql99/.classpath
    artemis/trunk/org.jiemamy.event/.classpath
    artemis/trunk/org.jiemamy.irenka/.classpath
    artemis/trunk/org.jiemamy.serializer/.classpath
    artemis/trunk/org.jiemamy.serializer/src/main/java/org/jiemamy/serializer/sax/JiemamyModelCommand.java
    artemis/trunk/org.jiemamy.serializer/src/main/java/org/jiemamy/serializer/sax/RootCommand.java
    artemis/trunk/org.jiemamy.view/.classpath
    vesta/trunk/org.jiemamy.eclipse/.classpath
    zeus/trunk/org.jiemamy.spec.core/.classpath
    zeus/trunk/org.jiemamy.spec.diff/.classpath
    zeus/trunk/org.jiemamy.spec.event/.classpath
    zeus/trunk/org.jiemamy.spec.view/.classpath


-------------- next part --------------
Modified: artemis/trunk/org.jiemamy.artemis.test/.classpath
===================================================================
--- artemis/trunk/org.jiemamy.artemis.test/.classpath	2008-11-16 04:13:08 UTC (rev 2155)
+++ artemis/trunk/org.jiemamy.artemis.test/.classpath	2008-11-16 14:32:00 UTC (rev 2156)
@@ -2,7 +2,6 @@
 <classpath>
 	<classpathentry 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.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
 	<classpathentry combineaccessrules="false" kind="src" path="/org.jiemamy.irenka"/>
 	<classpathentry combineaccessrules="false" kind="src" path="/org.jiemamy.core"/>
 	<classpathentry combineaccessrules="false" kind="src" path="/org.jiemamy.composer"/>
@@ -18,10 +17,11 @@
 	<classpathentry combineaccessrules="false" kind="src" path="/org.jiemamy.spec.event"/>
 	<classpathentry combineaccessrules="false" kind="src" path="/org.jiemamy.spec.view"/>
 	<classpathentry combineaccessrules="false" kind="src" path="/org.jiemamy.view"/>
+	<classpathentry kind="lib" path="lib/junit-4.4.jar" sourcepath="lib/sources/junit-4.4-sources.jar"/>
+	<classpathentry kind="lib" path="lib/junit-addons-1.4.jar" sourcepath="lib/sources/junit-addons-1.4-sources.jar"/>
+	<classpathentry kind="lib" path="lib/xercesImpl-2.6.2.jar" sourcepath="lib/sources/xercesImpl-2.6.2-sources.jar"/>
+	<classpathentry kind="lib" path="lib/xmlParserAPIs-2.6.2.jar" sourcepath="lib/sources/xmlParserAPIs-2.6.2-sources.jar"/>
 	<classpathentry kind="lib" path="lib/jmockit-0.94.jar"/>
-	<classpathentry kind="lib" path="lib/junit-4.4.jar"/>
-	<classpathentry kind="lib" path="lib/junit-addons-1.4.jar"/>
-	<classpathentry kind="lib" path="lib/xercesImpl-2.6.2.jar"/>
-	<classpathentry kind="lib" path="lib/xmlParserAPIs-2.6.2.jar"/>
+	<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>

Modified: artemis/trunk/org.jiemamy.composer/.classpath
===================================================================
--- artemis/trunk/org.jiemamy.composer/.classpath	2008-11-16 04:13:08 UTC (rev 2155)
+++ artemis/trunk/org.jiemamy.composer/.classpath	2008-11-16 14:32:00 UTC (rev 2156)
@@ -4,6 +4,7 @@
 	<classpathentry kind="src" path="src/main/resources"/>
 	<classpathentry kind="src" output="target/test-classes" path="src/test/java"/>
 	<classpathentry kind="src" output="target/test-classes" path="src/test/resources"/>
+	<classpathentry combineaccessrules="false" kind="src" path="/org.jiemamy.irenka"/>
 	<classpathentry kind="lib" path="lib/junit-4.4.jar" sourcepath="lib/sources/junit-4.4-sources.jar"/>
 	<classpathentry kind="lib" path="lib/junit-addons-1.4.jar" sourcepath="lib/sources/junit-addons-1.4-sources.jar"/>
 	<classpathentry kind="lib" path="lib/xercesImpl-2.6.2.jar" sourcepath="lib/sources/xercesImpl-2.6.2-sources.jar"/>
@@ -11,6 +12,5 @@
 	<classpathentry exported="true" kind="lib" path="lib/freemarker-2.3.11.jar" sourcepath="lib/sources/freemarker-2.3.11-sources.jar"/>
 	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
-	<classpathentry combineaccessrules="false" kind="src" path="/org.jiemamy.irenka"/>
 	<classpathentry kind="output" path="target/classes"/>
 </classpath>

Modified: artemis/trunk/org.jiemamy.core/.classpath
===================================================================
--- artemis/trunk/org.jiemamy.core/.classpath	2008-11-16 04:13:08 UTC (rev 2155)
+++ artemis/trunk/org.jiemamy.core/.classpath	2008-11-16 14:32:00 UTC (rev 2156)
@@ -4,6 +4,7 @@
 	<classpathentry kind="src" path="src/main/resources"/>
 	<classpathentry kind="src" output="target/test-classes" path="src/test/java"/>
 	<classpathentry kind="src" output="target/test-classes" path="src/test/resources"/>
+	<classpathentry combineaccessrules="false" kind="src" path="/org.jiemamy.irenka"/>
 	<classpathentry kind="lib" path="lib/junit-addons-1.4.jar" sourcepath="lib/sources/junit-addons-1.4-sources.jar"/>
 	<classpathentry kind="lib" path="lib/junit-4.4.jar" sourcepath="lib/sources/junit-4.4-sources.jar"/>
 	<classpathentry kind="lib" path="lib/xercesImpl-2.6.2.jar" sourcepath="lib/sources/xercesImpl-2.6.2-sources.jar"/>
@@ -26,6 +27,5 @@
 	<classpathentry exported="true" kind="lib" path="lib/aopalliance-1.0.jar" sourcepath="lib/sources/aopalliance-1.0-sources.jar"/>
 	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
-	<classpathentry combineaccessrules="false" kind="src" path="/org.jiemamy.irenka"/>
 	<classpathentry kind="output" path="target/classes"/>
 </classpath>

Modified: artemis/trunk/org.jiemamy.dialect/.classpath
===================================================================
--- artemis/trunk/org.jiemamy.dialect/.classpath	2008-11-16 04:13:08 UTC (rev 2155)
+++ artemis/trunk/org.jiemamy.dialect/.classpath	2008-11-16 14:32:00 UTC (rev 2156)
@@ -4,6 +4,7 @@
 	<classpathentry kind="src" path="src/main/resources"/>
 	<classpathentry kind="src" output="target/test-classes" path="src/test/java"/>
 	<classpathentry kind="src" output="target/test-classes" path="src/test/resources"/>
+	<classpathentry combineaccessrules="false" kind="src" path="/org.jiemamy.irenka"/>
 	<classpathentry kind="lib" path="lib/junit-4.4.jar" sourcepath="lib/sources/junit-4.4-sources.jar"/>
 	<classpathentry kind="lib" path="lib/junit-addons-1.4.jar" sourcepath="lib/sources/junit-addons-1.4-sources.jar"/>
 	<classpathentry kind="lib" path="lib/xercesImpl-2.6.2.jar" sourcepath="lib/sources/xercesImpl-2.6.2-sources.jar"/>
@@ -18,6 +19,5 @@
 	<classpathentry exported="true" kind="lib" path="lib/geronimo-jta_1.1_spec-1.0.jar" sourcepath="lib/sources/geronimo-jta_1.1_spec-1.0-sources.jar"/>
 	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
-	<classpathentry combineaccessrules="false" kind="src" path="/org.jiemamy.irenka"/>
 	<classpathentry kind="output" path="target/classes"/>
 </classpath>

Modified: artemis/trunk/org.jiemamy.dialect.mysql/.classpath
===================================================================
--- artemis/trunk/org.jiemamy.dialect.mysql/.classpath	2008-11-16 04:13:08 UTC (rev 2155)
+++ artemis/trunk/org.jiemamy.dialect.mysql/.classpath	2008-11-16 14:32:00 UTC (rev 2156)
@@ -4,12 +4,12 @@
 	<classpathentry kind="src" path="src/main/resources"/>
 	<classpathentry kind="src" output="target/test-classes" path="src/test/java"/>
 	<classpathentry kind="src" output="target/test-classes" path="src/test/resources"/>
-	<classpathentry kind="lib" path="lib/junit-4.4.jar"/>
-	<classpathentry kind="lib" path="lib/junit-addons-1.4.jar"/>
-	<classpathentry kind="lib" path="lib/xercesImpl-2.6.2.jar"/>
-	<classpathentry kind="lib" path="lib/xmlParserAPIs-2.6.2.jar"/>
+	<classpathentry combineaccessrules="false" kind="src" path="/org.jiemamy.irenka"/>
+	<classpathentry kind="lib" path="lib/junit-4.4.jar" sourcepath="lib/sources/junit-4.4-sources.jar"/>
+	<classpathentry kind="lib" path="lib/junit-addons-1.4.jar" sourcepath="lib/sources/junit-addons-1.4-sources.jar"/>
+	<classpathentry kind="lib" path="lib/xercesImpl-2.6.2.jar" sourcepath="lib/sources/xercesImpl-2.6.2-sources.jar"/>
+	<classpathentry kind="lib" path="lib/xmlParserAPIs-2.6.2.jar" sourcepath="lib/sources/xmlParserAPIs-2.6.2-sources.jar"/>
 	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
-	<classpathentry combineaccessrules="false" kind="src" path="/org.jiemamy.irenka"/>
 	<classpathentry kind="output" path="target/classes"/>
 </classpath>

Modified: artemis/trunk/org.jiemamy.dialect.postgresql/.classpath
===================================================================
--- artemis/trunk/org.jiemamy.dialect.postgresql/.classpath	2008-11-16 04:13:08 UTC (rev 2155)
+++ artemis/trunk/org.jiemamy.dialect.postgresql/.classpath	2008-11-16 14:32:00 UTC (rev 2156)
@@ -4,12 +4,12 @@
 	<classpathentry kind="src" path="src/main/resources"/>
 	<classpathentry kind="src" output="target/test-classes" path="src/test/java"/>
 	<classpathentry kind="src" output="target/test-classes" path="src/test/resources"/>
-	<classpathentry kind="lib" path="lib/junit-4.4.jar"/>
-	<classpathentry kind="lib" path="lib/junit-addons-1.4.jar"/>
-	<classpathentry kind="lib" path="lib/xercesImpl-2.6.2.jar"/>
-	<classpathentry kind="lib" path="lib/xmlParserAPIs-2.6.2.jar"/>
+	<classpathentry combineaccessrules="false" kind="src" path="/org.jiemamy.irenka"/>
+	<classpathentry kind="lib" path="lib/junit-4.4.jar" sourcepath="lib/sources/junit-4.4-sources.jar"/>
+	<classpathentry kind="lib" path="lib/junit-addons-1.4.jar" sourcepath="lib/sources/junit-addons-1.4-sources.jar"/>
+	<classpathentry kind="lib" path="lib/xercesImpl-2.6.2.jar" sourcepath="lib/sources/xercesImpl-2.6.2-sources.jar"/>
+	<classpathentry kind="lib" path="lib/xmlParserAPIs-2.6.2.jar" sourcepath="lib/sources/xmlParserAPIs-2.6.2-sources.jar"/>
 	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
-	<classpathentry combineaccessrules="false" kind="src" path="/org.jiemamy.irenka"/>
 	<classpathentry kind="output" path="target/classes"/>
 </classpath>

Modified: artemis/trunk/org.jiemamy.dialect.sql99/.classpath
===================================================================
--- artemis/trunk/org.jiemamy.dialect.sql99/.classpath	2008-11-16 04:13:08 UTC (rev 2155)
+++ artemis/trunk/org.jiemamy.dialect.sql99/.classpath	2008-11-16 14:32:00 UTC (rev 2156)
@@ -4,12 +4,12 @@
 	<classpathentry kind="src" path="src/main/resources"/>
 	<classpathentry kind="src" output="target/test-classes" path="src/test/java"/>
 	<classpathentry kind="src" output="target/test-classes" path="src/test/resources"/>
-	<classpathentry kind="lib" path="lib/junit-4.4.jar"/>
-	<classpathentry kind="lib" path="lib/junit-addons-1.4.jar"/>
-	<classpathentry kind="lib" path="lib/xercesImpl-2.6.2.jar"/>
-	<classpathentry kind="lib" path="lib/xmlParserAPIs-2.6.2.jar"/>
+	<classpathentry combineaccessrules="false" kind="src" path="/org.jiemamy.irenka"/>
+	<classpathentry kind="lib" path="lib/junit-4.4.jar" sourcepath="lib/sources/junit-4.4-sources.jar"/>
+	<classpathentry kind="lib" path="lib/junit-addons-1.4.jar" sourcepath="lib/sources/junit-addons-1.4-sources.jar"/>
+	<classpathentry kind="lib" path="lib/xercesImpl-2.6.2.jar" sourcepath="lib/sources/xercesImpl-2.6.2-sources.jar"/>
+	<classpathentry kind="lib" path="lib/xmlParserAPIs-2.6.2.jar" sourcepath="lib/sources/xmlParserAPIs-2.6.2-sources.jar"/>
 	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
-	<classpathentry combineaccessrules="false" kind="src" path="/org.jiemamy.irenka"/>
 	<classpathentry kind="output" path="target/classes"/>
 </classpath>

Modified: artemis/trunk/org.jiemamy.event/.classpath
===================================================================
--- artemis/trunk/org.jiemamy.event/.classpath	2008-11-16 04:13:08 UTC (rev 2155)
+++ artemis/trunk/org.jiemamy.event/.classpath	2008-11-16 14:32:00 UTC (rev 2156)
@@ -4,12 +4,12 @@
 	<classpathentry kind="src" path="src/main/resources"/>
 	<classpathentry kind="src" output="target/test-classes" path="src/test/java"/>
 	<classpathentry kind="src" output="target/test-classes" path="src/test/resources"/>
-	<classpathentry kind="lib" path="lib/junit-4.4.jar"/>
-	<classpathentry kind="lib" path="lib/junit-addons-1.4.jar"/>
-	<classpathentry kind="lib" path="lib/xercesImpl-2.6.2.jar"/>
-	<classpathentry kind="lib" path="lib/xmlParserAPIs-2.6.2.jar"/>
+	<classpathentry combineaccessrules="false" kind="src" path="/org.jiemamy.irenka"/>
+	<classpathentry kind="lib" path="lib/junit-4.4.jar" sourcepath="lib/sources/junit-4.4-sources.jar"/>
+	<classpathentry kind="lib" path="lib/junit-addons-1.4.jar" sourcepath="lib/sources/junit-addons-1.4-sources.jar"/>
+	<classpathentry kind="lib" path="lib/xercesImpl-2.6.2.jar" sourcepath="lib/sources/xercesImpl-2.6.2-sources.jar"/>
+	<classpathentry kind="lib" path="lib/xmlParserAPIs-2.6.2.jar" sourcepath="lib/sources/xmlParserAPIs-2.6.2-sources.jar"/>
 	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
-	<classpathentry combineaccessrules="false" kind="src" path="/org.jiemamy.irenka"/>
 	<classpathentry kind="output" path="target/classes"/>
 </classpath>

Modified: artemis/trunk/org.jiemamy.irenka/.classpath
===================================================================
--- artemis/trunk/org.jiemamy.irenka/.classpath	2008-11-16 04:13:08 UTC (rev 2155)
+++ artemis/trunk/org.jiemamy.irenka/.classpath	2008-11-16 14:32:00 UTC (rev 2156)
@@ -4,7 +4,7 @@
 	<classpathentry kind="src" path="src/main/resources"/>
 	<classpathentry 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.eclipse.pde.core.requiredPlugins"/>
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
-	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
 	<classpathentry kind="output" path="target/classes"/>
 </classpath>

Modified: artemis/trunk/org.jiemamy.serializer/.classpath
===================================================================
--- artemis/trunk/org.jiemamy.serializer/.classpath	2008-11-16 04:13:08 UTC (rev 2155)
+++ artemis/trunk/org.jiemamy.serializer/.classpath	2008-11-16 14:32:00 UTC (rev 2156)
@@ -4,14 +4,14 @@
 	<classpathentry kind="src" path="src/main/resources"/>
 	<classpathentry kind="src" output="target/test-classes" path="src/test/java"/>
 	<classpathentry kind="src" output="target/test-classes" path="src/test/resources"/>
-	<classpathentry kind="lib" path="lib/junit-4.4.jar"/>
-	<classpathentry kind="lib" path="lib/junit-addons-1.4.jar"/>
-	<classpathentry kind="lib" path="lib/xercesImpl-2.6.2.jar"/>
-	<classpathentry kind="lib" path="lib/xmlParserAPIs-2.6.2.jar"/>
-	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
-	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
 	<classpathentry combineaccessrules="false" kind="src" path="/org.jiemamy.core"/>
 	<classpathentry combineaccessrules="false" kind="src" path="/org.jiemamy.view"/>
 	<classpathentry combineaccessrules="false" kind="src" path="/org.jiemamy.irenka"/>
+	<classpathentry kind="lib" path="lib/junit-4.4.jar" sourcepath="lib/sources/junit-4.4-sources.jar"/>
+	<classpathentry kind="lib" path="lib/junit-addons-1.4.jar" sourcepath="lib/sources/junit-addons-1.4-sources.jar"/>
+	<classpathentry kind="lib" path="lib/xercesImpl-2.6.2.jar" sourcepath="lib/sources/xercesImpl-2.6.2-sources.jar"/>
+	<classpathentry kind="lib" path="lib/xmlParserAPIs-2.6.2.jar" sourcepath="lib/sources/xmlParserAPIs-2.6.2-sources.jar"/>
+	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
+	<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>

Modified: artemis/trunk/org.jiemamy.serializer/src/main/java/org/jiemamy/serializer/sax/JiemamyModelCommand.java
===================================================================
--- artemis/trunk/org.jiemamy.serializer/src/main/java/org/jiemamy/serializer/sax/JiemamyModelCommand.java	2008-11-16 04:13:08 UTC (rev 2155)
+++ artemis/trunk/org.jiemamy.serializer/src/main/java/org/jiemamy/serializer/sax/JiemamyModelCommand.java	2008-11-16 14:32:00 UTC (rev 2156)
@@ -84,8 +84,10 @@
 	}
 	
 	/**
-	 * enumの値を取得する。<br />
-	 * 適合するenum値がなかった場合、nullを返す。
+	 * enumの値を取得する。
+	 * 
+	 * <p>適合するenum値がなかった場合、nullを返す。</p>
+	 * 
 	 * @param <T> enumの型
 	 * @param enumType enumクラス
 	 * @param name Enumの文字

Modified: artemis/trunk/org.jiemamy.serializer/src/main/java/org/jiemamy/serializer/sax/RootCommand.java
===================================================================
--- artemis/trunk/org.jiemamy.serializer/src/main/java/org/jiemamy/serializer/sax/RootCommand.java	2008-11-16 04:13:08 UTC (rev 2155)
+++ artemis/trunk/org.jiemamy.serializer/src/main/java/org/jiemamy/serializer/sax/RootCommand.java	2008-11-16 14:32:00 UTC (rev 2156)
@@ -64,7 +64,6 @@
 	 */
 	@Override
 	public void start(XmlElement element, ModelInfo model, Attributes attributes) {
-		// FIXME 実装に依存しないように
 		JiemamyModelFactory.init(model.getModelStrategy());
 		RootModel rootModel = JiemamyModelFactory.createRoot().init();
 		model.setRootModel(rootModel);

Modified: artemis/trunk/org.jiemamy.view/.classpath
===================================================================
--- artemis/trunk/org.jiemamy.view/.classpath	2008-11-16 04:13:08 UTC (rev 2155)
+++ artemis/trunk/org.jiemamy.view/.classpath	2008-11-16 14:32:00 UTC (rev 2156)
@@ -4,12 +4,12 @@
 	<classpathentry kind="src" path="src/main/resources"/>
 	<classpathentry kind="src" output="target/test-classes" path="src/test/java"/>
 	<classpathentry kind="src" output="target/test-classes" path="src/test/resources"/>
-	<classpathentry kind="lib" path="lib/junit-4.4.jar"/>
-	<classpathentry kind="lib" path="lib/junit-addons-1.4.jar"/>
-	<classpathentry kind="lib" path="lib/xercesImpl-2.6.2.jar"/>
-	<classpathentry kind="lib" path="lib/xmlParserAPIs-2.6.2.jar"/>
+	<classpathentry combineaccessrules="false" kind="src" path="/org.jiemamy.irenka"/>
+	<classpathentry kind="lib" path="lib/junit-4.4.jar" sourcepath="lib/sources/junit-4.4-sources.jar"/>
+	<classpathentry kind="lib" path="lib/junit-addons-1.4.jar" sourcepath="lib/sources/junit-addons-1.4-sources.jar"/>
+	<classpathentry kind="lib" path="lib/xercesImpl-2.6.2.jar" sourcepath="lib/sources/xercesImpl-2.6.2-sources.jar"/>
+	<classpathentry kind="lib" path="lib/xmlParserAPIs-2.6.2.jar" sourcepath="lib/sources/xmlParserAPIs-2.6.2-sources.jar"/>
 	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
-	<classpathentry combineaccessrules="false" kind="src" path="/org.jiemamy.irenka"/>
 	<classpathentry kind="output" path="target/classes"/>
 </classpath>

Modified: vesta/trunk/org.jiemamy.eclipse/.classpath
===================================================================
--- vesta/trunk/org.jiemamy.eclipse/.classpath	2008-11-16 04:13:08 UTC (rev 2155)
+++ vesta/trunk/org.jiemamy.eclipse/.classpath	2008-11-16 14:32:00 UTC (rev 2156)
@@ -4,6 +4,7 @@
 	<classpathentry kind="src" path="src/main/resources"/>
 	<classpathentry kind="src" output="target/test-classes" path="src/test/java"/>
 	<classpathentry kind="src" output="target/test-classes" path="src/test/resources"/>
+	<classpathentry combineaccessrules="false" kind="src" path="/org.jiemamy.irenka"/>
 	<classpathentry kind="lib" path="lib/junit-4.4.jar" sourcepath="lib/sources/junit-4.4-sources.jar"/>
 	<classpathentry kind="lib" path="lib/junit-addons-1.4.jar" sourcepath="lib/sources/junit-addons-1.4-sources.jar"/>
 	<classpathentry kind="lib" path="lib/xercesImpl-2.6.2.jar" sourcepath="lib/sources/xercesImpl-2.6.2-sources.jar"/>
@@ -11,6 +12,5 @@
 	<classpathentry exported="true" kind="lib" path="lib/eclipse-common-0.0.4.jar"/>
 	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
-	<classpathentry combineaccessrules="false" kind="src" path="/org.jiemamy.irenka"/>
 	<classpathentry kind="output" path="target/classes"/>
 </classpath>

Modified: zeus/trunk/org.jiemamy.spec.core/.classpath
===================================================================
--- zeus/trunk/org.jiemamy.spec.core/.classpath	2008-11-16 04:13:08 UTC (rev 2155)
+++ zeus/trunk/org.jiemamy.spec.core/.classpath	2008-11-16 14:32:00 UTC (rev 2156)
@@ -2,8 +2,8 @@
 <classpath>
 	<classpathentry kind="src" path="src/main/java"/>
 	<classpathentry kind="src" path="src/main/resources"/>
+	<classpathentry combineaccessrules="false" kind="src" path="/org.jiemamy.irenka"/>
 	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
-	<classpathentry combineaccessrules="false" kind="src" path="/org.jiemamy.irenka"/>
 	<classpathentry kind="output" path="target/classes"/>
 </classpath>

Modified: zeus/trunk/org.jiemamy.spec.diff/.classpath
===================================================================
--- zeus/trunk/org.jiemamy.spec.diff/.classpath	2008-11-16 04:13:08 UTC (rev 2155)
+++ zeus/trunk/org.jiemamy.spec.diff/.classpath	2008-11-16 14:32:00 UTC (rev 2156)
@@ -2,8 +2,8 @@
 <classpath>
 	<classpathentry kind="src" path="src/main/java"/>
 	<classpathentry kind="src" path="src/main/resources"/>
+	<classpathentry combineaccessrules="false" kind="src" path="/org.jiemamy.irenka"/>
 	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
-	<classpathentry combineaccessrules="false" kind="src" path="/org.jiemamy.irenka"/>
 	<classpathentry kind="output" path="target/classes"/>
 </classpath>

Modified: zeus/trunk/org.jiemamy.spec.event/.classpath
===================================================================
--- zeus/trunk/org.jiemamy.spec.event/.classpath	2008-11-16 04:13:08 UTC (rev 2155)
+++ zeus/trunk/org.jiemamy.spec.event/.classpath	2008-11-16 14:32:00 UTC (rev 2156)
@@ -2,8 +2,8 @@
 <classpath>
 	<classpathentry kind="src" path="src/main/java"/>
 	<classpathentry kind="src" path="src/main/resources"/>
+	<classpathentry combineaccessrules="false" kind="src" path="/org.jiemamy.irenka"/>
 	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
-	<classpathentry combineaccessrules="false" kind="src" path="/org.jiemamy.irenka"/>
 	<classpathentry kind="output" path="target/classes"/>
 </classpath>

Modified: zeus/trunk/org.jiemamy.spec.view/.classpath
===================================================================
--- zeus/trunk/org.jiemamy.spec.view/.classpath	2008-11-16 04:13:08 UTC (rev 2155)
+++ zeus/trunk/org.jiemamy.spec.view/.classpath	2008-11-16 14:32:00 UTC (rev 2156)
@@ -2,8 +2,8 @@
 <classpath>
 	<classpathentry kind="src" path="src/main/java"/>
 	<classpathentry kind="src" path="src/main/resources"/>
+	<classpathentry combineaccessrules="false" kind="src" path="/org.jiemamy.irenka"/>
 	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
-	<classpathentry combineaccessrules="false" kind="src" path="/org.jiemamy.irenka"/>
 	<classpathentry kind="output" path="target/classes"/>
 </classpath>


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