[Jiemamy-notify] commit [1956] 依存関係などを設定。

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2008年 9月 24日 (水) 03:42:04 JST


Revision: 1956
          http://svn.sourceforge.jp/cgi-bin/viewcvs.cgi?root=jiemamy&view=rev&rev=1956
Author:   daisuke_m
Date:     2008-09-24 03:42:04 +0900 (Wed, 24 Sep 2008)

Log Message:
-----------
依存関係などを設定。

Modified Paths:
--------------
    artemis/trunk/org.jiemamy.core/META-INF/MANIFEST.MF
    artemis/trunk/org.jiemamy.event/.classpath
    artemis/trunk/org.jiemamy.event/META-INF/MANIFEST.MF
    artemis/trunk/org.jiemamy.event/build.properties
    artemis/trunk/org.jiemamy.spec.diff/.project
    artemis/trunk/org.jiemamy.spec.diff/META-INF/MANIFEST.MF
    artemis/trunk/org.jiemamy.spec.view/.project
    artemis/trunk/org.jiemamy.spec.view/META-INF/MANIFEST.MF
    artemis/trunk/org.jiemamy.view/META-INF/MANIFEST.MF
    artemis/trunk/org.jiemamy.view/build.properties
    vesta/trunk/org.jiemamy.eclipse/META-INF/MANIFEST.MF


-------------- next part --------------
Modified: artemis/trunk/org.jiemamy.core/META-INF/MANIFEST.MF
===================================================================
--- artemis/trunk/org.jiemamy.core/META-INF/MANIFEST.MF	2008-09-23 18:30:11 UTC (rev 1955)
+++ artemis/trunk/org.jiemamy.core/META-INF/MANIFEST.MF	2008-09-23 18:42:04 UTC (rev 1956)
@@ -26,7 +26,7 @@
  lib/s2-extension-2.4.27.jar,
  lib/s2-framework-2.4.27.jar,
  lib/s2-tiger-2.4.27.jar
-Bundle-Vendor: jiemamy.org
+Bundle-Vendor: Jiemamy Project
 Export-Package: com.thoughtworks.xstream,
  com.thoughtworks.xstream.alias,
  com.thoughtworks.xstream.annotations,

Modified: artemis/trunk/org.jiemamy.event/.classpath
===================================================================
--- artemis/trunk/org.jiemamy.event/.classpath	2008-09-23 18:30:11 UTC (rev 1955)
+++ artemis/trunk/org.jiemamy.event/.classpath	2008-09-23 18:42:04 UTC (rev 1956)
@@ -8,5 +8,27 @@
 	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
 	<classpathentry combineaccessrules="false" kind="src" path="/org.jiemamy.irenka"/>
 	<classpathentry kind="con" path="org.ashikunep.irenka.studio.RUNTIME"/>
+	<classpathentry kind="lib" path="lib/aopalliance-1.0.jar"/>
+	<classpathentry kind="lib" path="lib/collections-generic-4.01.jar"/>
+	<classpathentry kind="lib" path="lib/commons-beanutils-1.7.0.jar"/>
+	<classpathentry kind="lib" path="lib/commons-io-1.3.2.jar"/>
+	<classpathentry kind="lib" path="lib/commons-lang-2.3.jar"/>
+	<classpathentry kind="lib" path="lib/commons-logging-1.0.3.jar"/>
+	<classpathentry kind="lib" path="lib/dom4j-1.6.1.jar"/>
+	<classpathentry kind="lib" path="lib/easymock-2.2.jar"/>
+	<classpathentry kind="lib" path="lib/javassist-3.4.ga.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/log4j-1.2.14.jar"/>
+	<classpathentry kind="lib" path="lib/ognl-2.6.9-patch-20070908.jar"/>
+	<classpathentry kind="lib" path="lib/poi-3.0-FINAL.jar"/>
+	<classpathentry kind="lib" path="lib/s2-extension-2.4.27.jar"/>
+	<classpathentry kind="lib" path="lib/s2-framework-2.4.27.jar"/>
+	<classpathentry kind="lib" path="lib/s2-tiger-2.4.27.jar"/>
+	<classpathentry kind="lib" path="lib/xercesImpl-2.6.2.jar"/>
+	<classpathentry kind="lib" path="lib/xml-apis-1.0.b2.jar"/>
+	<classpathentry kind="lib" path="lib/xmlParserAPIs-2.6.2.jar"/>
+	<classpathentry kind="lib" path="lib/xpp3_min-1.1.4c.jar"/>
+	<classpathentry kind="lib" path="lib/xstream-1.3.jar"/>
 	<classpathentry kind="output" path="target/classes"/>
 </classpath>

Modified: artemis/trunk/org.jiemamy.event/META-INF/MANIFEST.MF
===================================================================
--- artemis/trunk/org.jiemamy.event/META-INF/MANIFEST.MF	2008-09-23 18:30:11 UTC (rev 1955)
+++ artemis/trunk/org.jiemamy.event/META-INF/MANIFEST.MF	2008-09-23 18:42:04 UTC (rev 1956)
@@ -3,8 +3,31 @@
 Bundle-Name: Jiemamy Event
 Bundle-SymbolicName: org.jiemamy.event;singleton:=true
 Bundle-Version: 0.2.0.SNAPSHOT
-Bundle-ClassPath: .
+Bundle-ClassPath: .,
+ lib/aopalliance-1.0.jar,
+ lib/collections-generic-4.01.jar,
+ lib/commons-beanutils-1.7.0.jar,
+ lib/commons-io-1.3.2.jar,
+ lib/commons-lang-2.3.jar,
+ lib/commons-logging-1.0.3.jar,
+ lib/dom4j-1.6.1.jar,
+ lib/easymock-2.2.jar,
+ lib/javassist-3.4.ga.jar,
+ lib/junit-4.4.jar,
+ lib/junit-addons-1.4.jar,
+ lib/log4j-1.2.14.jar,
+ lib/ognl-2.6.9-patch-20070908.jar,
+ lib/poi-3.0-FINAL.jar,
+ lib/s2-extension-2.4.27.jar,
+ lib/s2-framework-2.4.27.jar,
+ lib/s2-tiger-2.4.27.jar,
+ lib/xercesImpl-2.6.2.jar,
+ lib/xml-apis-1.0.b2.jar,
+ lib/xmlParserAPIs-2.6.2.jar,
+ lib/xpp3_min-1.1.4c.jar,
+ lib/xstream-1.3.jar
 Bundle-Vendor: Jiemamy Project
 Eclipse-BuddyPolicy: registered
 Eclipse-LazyStart: false
-Require-Bundle: org.jiemamy.spec.core
+Require-Bundle: org.jiemamy.spec.core,
+ org.jiemamy.spec.event

Modified: artemis/trunk/org.jiemamy.event/build.properties
===================================================================
--- artemis/trunk/org.jiemamy.event/build.properties	2008-09-23 18:30:11 UTC (rev 1955)
+++ artemis/trunk/org.jiemamy.event/build.properties	2008-09-23 18:42:04 UTC (rev 1956)
@@ -1,7 +1,29 @@
 #Sat Jul 19 17:59:26 JST 2008
 bin.includes = .,\
                META-INF/,\
-               LICENSE.txt
+               LICENSE.txt,\
+               lib/aopalliance-1.0.jar,\
+               lib/collections-generic-4.01.jar,\
+               lib/commons-beanutils-1.7.0.jar,\
+               lib/commons-io-1.3.2.jar,\
+               lib/commons-lang-2.3.jar,\
+               lib/commons-logging-1.0.3.jar,\
+               lib/dom4j-1.6.1.jar,\
+               lib/easymock-2.2.jar,\
+               lib/javassist-3.4.ga.jar,\
+               lib/junit-4.4.jar,\
+               lib/junit-addons-1.4.jar,\
+               lib/log4j-1.2.14.jar,\
+               lib/ognl-2.6.9-patch-20070908.jar,\
+               lib/poi-3.0-FINAL.jar,\
+               lib/s2-extension-2.4.27.jar,\
+               lib/s2-framework-2.4.27.jar,\
+               lib/s2-tiger-2.4.27.jar,\
+               lib/xercesImpl-2.6.2.jar,\
+               lib/xml-apis-1.0.b2.jar,\
+               lib/xmlParserAPIs-2.6.2.jar,\
+               lib/xpp3_min-1.1.4c.jar,\
+               lib/xstream-1.3.jar
 output..=target/classes/
 source..=src/main/java/,src/main/resources/,src/test/java/,src/test/resources/
 bin.excludes=lib/sources/

Modified: artemis/trunk/org.jiemamy.spec.diff/.project
===================================================================
--- artemis/trunk/org.jiemamy.spec.diff/.project	2008-09-23 18:30:11 UTC (rev 1955)
+++ artemis/trunk/org.jiemamy.spec.diff/.project	2008-09-23 18:42:04 UTC (rev 1956)
@@ -45,14 +45,14 @@
 	</natures>
 	<linkedResources>
 		<link>
-			<name>findbugs.xml</name>
+			<name>.fbprefs</name>
 			<type>1</type>
-			<locationURI>DOCUMENTS/org.jiemamy.project/findbugs.xml</locationURI>
+			<locationURI>DOCUMENTS/org.jiemamy.project/.fbprefs</locationURI>
 		</link>
 		<link>
-			<name>.fbprefs</name>
+			<name>findbugs.xml</name>
 			<type>1</type>
-			<locationURI>DOCUMENTS/org.jiemamy.project/.fbprefs</locationURI>
+			<locationURI>DOCUMENTS/org.jiemamy.project/findbugs.xml</locationURI>
 		</link>
 		<link>
 			<name>.checkstyle</name>

Modified: artemis/trunk/org.jiemamy.spec.diff/META-INF/MANIFEST.MF
===================================================================
--- artemis/trunk/org.jiemamy.spec.diff/META-INF/MANIFEST.MF	2008-09-23 18:30:11 UTC (rev 1955)
+++ artemis/trunk/org.jiemamy.spec.diff/META-INF/MANIFEST.MF	2008-09-23 18:42:04 UTC (rev 1956)
@@ -7,3 +7,4 @@
 Bundle-Vendor: Jiemamy Project
 Eclipse-BuddyPolicy: registered
 Eclipse-LazyStart: false
+Require-Bundle: org.jiemamy.spec.core

Modified: artemis/trunk/org.jiemamy.spec.view/.project
===================================================================
--- artemis/trunk/org.jiemamy.spec.view/.project	2008-09-23 18:30:11 UTC (rev 1955)
+++ artemis/trunk/org.jiemamy.spec.view/.project	2008-09-23 18:42:04 UTC (rev 1956)
@@ -1,63 +1,63 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
-	<name>org.jiemamy.spec.view</name>
-	<comment>Jiemamyのコア機能を提供するパッケージ</comment>
-	<projects>
-	</projects>
-	<buildSpec>
-		<buildCommand>
-			<name>org.eclipse.jdt.core.javabuilder</name>
-			<arguments>
-			</arguments>
-		</buildCommand>
-		<buildCommand>
-			<name>org.eclipse.pde.ManifestBuilder</name>
-			<arguments>
-			</arguments>
-		</buildCommand>
-		<buildCommand>
-			<name>org.eclipse.pde.SchemaBuilder</name>
-			<arguments>
-			</arguments>
-		</buildCommand>
-		<buildCommand>
-			<name>edu.umd.cs.findbugs.plugin.eclipse.findbugsBuilder</name>
-			<arguments>
-			</arguments>
-		</buildCommand>
-		<buildCommand>
-			<name>com.atlassw.tools.eclipse.checkstyle.CheckstyleBuilder</name>
-			<arguments>
-			</arguments>
-		</buildCommand>
-		<buildCommand>
-			<name>org.ashikunep.irenka.studio.builder</name>
-			<arguments>
-			</arguments>
-		</buildCommand>
-	</buildSpec>
-	<natures>
-		<nature>edu.umd.cs.findbugs.plugin.eclipse.findbugsNature</nature>
-		<nature>org.eclipse.pde.PluginNature</nature>
-		<nature>org.eclipse.jdt.core.javanature</nature>
-		<nature>com.atlassw.tools.eclipse.checkstyle.CheckstyleNature</nature>
-		<nature>org.ashikunep.irenka.studio.nature</nature>
-	</natures>
-	<linkedResources>
-		<link>
-			<name>findbugs.xml</name>
-			<type>1</type>
-			<locationURI>DOCUMENTS/org.jiemamy.project/findbugs.xml</locationURI>
-		</link>
-		<link>
-			<name>.fbprefs</name>
-			<type>1</type>
-			<locationURI>DOCUMENTS/org.jiemamy.project/.fbprefs</locationURI>
-		</link>
-		<link>
-			<name>.checkstyle</name>
-			<type>1</type>
-			<locationURI>DOCUMENTS/org.jiemamy.project/.checkstyle</locationURI>
-		</link>
-	</linkedResources>
-</projectDescription>
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>org.jiemamy.spec.view</name>
+	<comment>Jiemamyのコア機能を提供するパッケージ</comment>
+	<projects>
+	</projects>
+	<buildSpec>
+		<buildCommand>
+			<name>org.eclipse.jdt.core.javabuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+		<buildCommand>
+			<name>org.eclipse.pde.ManifestBuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+		<buildCommand>
+			<name>org.eclipse.pde.SchemaBuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+		<buildCommand>
+			<name>edu.umd.cs.findbugs.plugin.eclipse.findbugsBuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+		<buildCommand>
+			<name>com.atlassw.tools.eclipse.checkstyle.CheckstyleBuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+		<buildCommand>
+			<name>org.ashikunep.irenka.studio.builder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+	</buildSpec>
+	<natures>
+		<nature>edu.umd.cs.findbugs.plugin.eclipse.findbugsNature</nature>
+		<nature>org.eclipse.pde.PluginNature</nature>
+		<nature>org.eclipse.jdt.core.javanature</nature>
+		<nature>com.atlassw.tools.eclipse.checkstyle.CheckstyleNature</nature>
+		<nature>org.ashikunep.irenka.studio.nature</nature>
+	</natures>
+	<linkedResources>
+		<link>
+			<name>.fbprefs</name>
+			<type>1</type>
+			<locationURI>DOCUMENTS/org.jiemamy.project/.fbprefs</locationURI>
+		</link>
+		<link>
+			<name>findbugs.xml</name>
+			<type>1</type>
+			<locationURI>DOCUMENTS/org.jiemamy.project/findbugs.xml</locationURI>
+		</link>
+		<link>
+			<name>.checkstyle</name>
+			<type>1</type>
+			<locationURI>DOCUMENTS/org.jiemamy.project/.checkstyle</locationURI>
+		</link>
+	</linkedResources>
+</projectDescription>

Modified: artemis/trunk/org.jiemamy.spec.view/META-INF/MANIFEST.MF
===================================================================
--- artemis/trunk/org.jiemamy.spec.view/META-INF/MANIFEST.MF	2008-09-23 18:30:11 UTC (rev 1955)
+++ artemis/trunk/org.jiemamy.spec.view/META-INF/MANIFEST.MF	2008-09-23 18:42:04 UTC (rev 1956)
@@ -7,3 +7,4 @@
 Bundle-Vendor: Jiemamy Project
 Eclipse-BuddyPolicy: registered
 Eclipse-LazyStart: false
+Require-Bundle: org.jiemamy.spec.core

Modified: artemis/trunk/org.jiemamy.view/META-INF/MANIFEST.MF
===================================================================
--- artemis/trunk/org.jiemamy.view/META-INF/MANIFEST.MF	2008-09-23 18:30:11 UTC (rev 1955)
+++ artemis/trunk/org.jiemamy.view/META-INF/MANIFEST.MF	2008-09-23 18:42:04 UTC (rev 1956)
@@ -3,8 +3,31 @@
 Bundle-Name: Jiemamy View
 Bundle-SymbolicName: org.jiemamy.view;singleton:=true
 Bundle-Version: 0.2.0.SNAPSHOT
-Bundle-ClassPath: .
+Bundle-ClassPath: .,
+ lib/aopalliance-1.0.jar,
+ lib/collections-generic-4.01.jar,
+ lib/commons-beanutils-1.7.0.jar,
+ lib/commons-io-1.3.2.jar,
+ lib/commons-lang-2.3.jar,
+ lib/commons-logging-1.0.3.jar,
+ lib/dom4j-1.6.1.jar,
+ lib/easymock-2.2.jar,
+ lib/javassist-3.4.ga.jar,
+ lib/junit-4.4.jar,
+ lib/junit-addons-1.4.jar,
+ lib/log4j-1.2.14.jar,
+ lib/ognl-2.6.9-patch-20070908.jar,
+ lib/poi-3.0-FINAL.jar,
+ lib/s2-extension-2.4.27.jar,
+ lib/s2-framework-2.4.27.jar,
+ lib/s2-tiger-2.4.27.jar,
+ lib/xercesImpl-2.6.2.jar,
+ lib/xml-apis-1.0.b2.jar,
+ lib/xmlParserAPIs-2.6.2.jar,
+ lib/xpp3_min-1.1.4c.jar,
+ lib/xstream-1.3.jar
 Bundle-Vendor: Jiemamy Project
 Eclipse-BuddyPolicy: registered
 Eclipse-LazyStart: false
-Require-Bundle: org.jiemamy.spec.core
+Require-Bundle: org.jiemamy.spec.core,
+ org.jiemamy.spec.view

Modified: artemis/trunk/org.jiemamy.view/build.properties
===================================================================
--- artemis/trunk/org.jiemamy.view/build.properties	2008-09-23 18:30:11 UTC (rev 1955)
+++ artemis/trunk/org.jiemamy.view/build.properties	2008-09-23 18:42:04 UTC (rev 1956)
@@ -1,7 +1,29 @@
 #Sat Jul 19 17:59:26 JST 2008
 bin.includes = .,\
                META-INF/,\
-               LICENSE.txt
+               LICENSE.txt,\
+               lib/aopalliance-1.0.jar,\
+               lib/collections-generic-4.01.jar,\
+               lib/commons-beanutils-1.7.0.jar,\
+               lib/commons-io-1.3.2.jar,\
+               lib/commons-lang-2.3.jar,\
+               lib/commons-logging-1.0.3.jar,\
+               lib/dom4j-1.6.1.jar,\
+               lib/easymock-2.2.jar,\
+               lib/javassist-3.4.ga.jar,\
+               lib/junit-4.4.jar,\
+               lib/junit-addons-1.4.jar,\
+               lib/log4j-1.2.14.jar,\
+               lib/ognl-2.6.9-patch-20070908.jar,\
+               lib/poi-3.0-FINAL.jar,\
+               lib/s2-extension-2.4.27.jar,\
+               lib/s2-framework-2.4.27.jar,\
+               lib/s2-tiger-2.4.27.jar,\
+               lib/xercesImpl-2.6.2.jar,\
+               lib/xml-apis-1.0.b2.jar,\
+               lib/xmlParserAPIs-2.6.2.jar,\
+               lib/xpp3_min-1.1.4c.jar,\
+               lib/xstream-1.3.jar
 output..=target/classes/
 source..=src/main/java/,src/main/resources/,src/test/java/,src/test/resources/
 bin.excludes=lib/sources/

Modified: vesta/trunk/org.jiemamy.eclipse/META-INF/MANIFEST.MF
===================================================================
--- vesta/trunk/org.jiemamy.eclipse/META-INF/MANIFEST.MF	2008-09-23 18:30:11 UTC (rev 1955)
+++ vesta/trunk/org.jiemamy.eclipse/META-INF/MANIFEST.MF	2008-09-23 18:42:04 UTC (rev 1956)
@@ -10,7 +10,7 @@
  lib/junit-4.4.jar,
  lib/eclipse-common-0.0.4.jar
 Bundle-Activator: org.jiemamy.eclipse.JiemamyPlugin
-Bundle-Vendor: jiemamy.org
+Bundle-Vendor: Jiemamy Project
 Require-Bundle: org.eclipse.core.runtime,
  org.eclipse.core.resources,
  org.eclipse.core.expressions,


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