svnno****@sourc*****
svnno****@sourc*****
2009年 3月 5日 (木) 00:58:30 JST
Revision: 2811 http://svn.sourceforge.jp/view?root=jiemamy&view=rev&rev=2811 Author: daisuke_m Date: 2009-03-05 00:58:30 +0900 (Thu, 05 Mar 2009) Log Message: ----------- 依存性記述変更忘れ。 Modified Paths: -------------- vesta/trunk/org.jiemamy.eclipse/META-INF/MANIFEST.MF vesta/trunk/org.jiemamy.eclipse/build.properties vesta/trunk/org.jiemamy.eclipse/pom.xml vesta/trunk/org.jiemamy.eclipse.core/pom.xml -------------- next part -------------- Modified: vesta/trunk/org.jiemamy.eclipse/META-INF/MANIFEST.MF =================================================================== --- vesta/trunk/org.jiemamy.eclipse/META-INF/MANIFEST.MF 2009-03-04 10:33:52 UTC (rev 2810) +++ vesta/trunk/org.jiemamy.eclipse/META-INF/MANIFEST.MF 2009-03-04 15:58:30 UTC (rev 2811) @@ -7,8 +7,7 @@ Bundle-RequiredExecutionEnvironment: J2SE-1.5 Bundle-ActivationPolicy: lazy Bundle-Activator: org.jiemamy.eclipse.JiemamyUIPlugin -Bundle-ClassPath: ., - lib/eclipse-common-0.0.4.jar +Bundle-ClassPath: . Require-Bundle: org.eclipse.core.runtime, org.eclipse.core.resources, org.eclipse.core.expressions, Modified: vesta/trunk/org.jiemamy.eclipse/build.properties =================================================================== --- vesta/trunk/org.jiemamy.eclipse/build.properties 2009-03-04 10:33:52 UTC (rev 2810) +++ vesta/trunk/org.jiemamy.eclipse/build.properties 2009-03-04 15:58:30 UTC (rev 2811) @@ -7,8 +7,7 @@ plugin_ja.properties,\ schema/,\ LICENSE.txt,\ - license/,\ - lib/eclipse-common-0.0.4.jar + license/ 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/pom.xml =================================================================== --- vesta/trunk/org.jiemamy.eclipse/pom.xml 2009-03-04 10:33:52 UTC (rev 2810) +++ vesta/trunk/org.jiemamy.eclipse/pom.xml 2009-03-04 15:58:30 UTC (rev 2811) @@ -106,11 +106,6 @@ <artifactId>org.jiemamy.eclipse.core</artifactId> <version>${project.version}</version> </dependency> - <dependency> - <groupId>org.seasar.eclipsecommon</groupId> - <artifactId>eclipse-common</artifactId> - <version>0.0.4</version> - </dependency> <!-- <dependency> Modified: vesta/trunk/org.jiemamy.eclipse.core/pom.xml =================================================================== --- vesta/trunk/org.jiemamy.eclipse.core/pom.xml 2009-03-04 10:33:52 UTC (rev 2810) +++ vesta/trunk/org.jiemamy.eclipse.core/pom.xml 2009-03-04 15:58:30 UTC (rev 2811) @@ -102,6 +102,23 @@ <scope>test</scope> </dependency> <dependency> + <groupId>org.seasar.eclipsecommon</groupId> + <artifactId>eclipse-common</artifactId> + <version>0.0.4</version> + </dependency> + <dependency> + <groupId>org.eclipse.core</groupId> + <artifactId>runtime</artifactId> + <version>3.3.100-v20070530</version> + <scope>provided</scope> + </dependency> + <dependency> + <groupId>org.eclipse.core</groupId> + <artifactId>resources</artifactId> + <version>3.3.0-v20070604</version> + <scope>provided</scope> + </dependency> + <dependency> <groupId>${project.groupId}</groupId> <artifactId>jiemamy-spec-core</artifactId> <version>0.2-SNAPSHOT</version>