svnno****@sourc*****
svnno****@sourc*****
2009年 2月 2日 (月) 19:19:50 JST
Revision: 2600 http://svn.sourceforge.jp/view?root=jiemamy&view=rev&rev=2600 Author: daisuke_m Date: 2009-02-02 19:19:50 +0900 (Mon, 02 Feb 2009) Log Message: ----------- pomの設定調整。 Modified Paths: -------------- artemis/trunk/jiemamy-artemis/pom.xml vesta/trunk/jiemamy-vesta/pom.xml vesta/trunk/org.jiemamy.eclipse/.classpath vesta/trunk/org.jiemamy.eclipse/.project vesta/trunk/org.jiemamy.eclipse/META-INF/MANIFEST.MF vesta/trunk/org.jiemamy.eclipse/build.properties vesta/trunk/org.jiemamy.eclipse/pom.xml zeus/trunk/jiemamy-specs/pom.xml -------------- next part -------------- Modified: artemis/trunk/jiemamy-artemis/pom.xml =================================================================== --- artemis/trunk/jiemamy-artemis/pom.xml 2009-02-02 07:26:14 UTC (rev 2599) +++ artemis/trunk/jiemamy-artemis/pom.xml 2009-02-02 10:19:50 UTC (rev 2600) @@ -111,6 +111,7 @@ </plugin> <plugin> <artifactId>maven-surefire-plugin</artifactId> + <version>2.4.2</version><!-- see http://code.google.com/p/q4e/issues/detail?id=431 --> <configuration> <forkMode>pertest</forkMode> <includes> Modified: vesta/trunk/jiemamy-vesta/pom.xml =================================================================== --- vesta/trunk/jiemamy-vesta/pom.xml 2009-02-02 07:26:14 UTC (rev 2599) +++ vesta/trunk/jiemamy-vesta/pom.xml 2009-02-02 10:19:50 UTC (rev 2600) @@ -102,6 +102,7 @@ </plugin> <plugin> <artifactId>maven-surefire-plugin</artifactId> + <version>2.4.2</version><!-- see http://code.google.com/p/q4e/issues/detail?id=431 --> <configuration> <forkMode>pertest</forkMode> <includes> Modified: vesta/trunk/org.jiemamy.eclipse/.classpath =================================================================== --- vesta/trunk/org.jiemamy.eclipse/.classpath 2009-02-02 07:26:14 UTC (rev 2599) +++ vesta/trunk/org.jiemamy.eclipse/.classpath 2009-02-02 10:19:50 UTC (rev 2600) @@ -4,8 +4,8 @@ <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.devzuz.q.maven.jdt.core.mavenClasspathContainer"/> - <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="/jiemamy-irenka"/> <classpathentry kind="output" path="target/classes"/> Modified: vesta/trunk/org.jiemamy.eclipse/.project =================================================================== --- vesta/trunk/org.jiemamy.eclipse/.project 2009-02-02 07:26:14 UTC (rev 2599) +++ vesta/trunk/org.jiemamy.eclipse/.project 2009-02-02 10:19:50 UTC (rev 2600) @@ -45,14 +45,14 @@ </natures> <linkedResources> <link> - <name>.fbprefs</name> + <name>findbugs.xml</name> <type>1</type> - <locationURI>DOCUMENTS/jiemamy-artemis/.fbprefs</locationURI> + <locationURI>DOCUMENTS/jiemamy-artemis/findbugs.xml</locationURI> </link> <link> - <name>findbugs.xml</name> + <name>.fbprefs</name> <type>1</type> - <locationURI>DOCUMENTS/jiemamy-artemis/findbugs.xml</locationURI> + <locationURI>DOCUMENTS/jiemamy-artemis/.fbprefs</locationURI> </link> <link> <name>.checkstyle</name> Modified: vesta/trunk/org.jiemamy.eclipse/META-INF/MANIFEST.MF =================================================================== --- vesta/trunk/org.jiemamy.eclipse/META-INF/MANIFEST.MF 2009-02-02 07:26:14 UTC (rev 2599) +++ vesta/trunk/org.jiemamy.eclipse/META-INF/MANIFEST.MF 2009-02-02 10:19:50 UTC (rev 2600) @@ -11,8 +11,6 @@ lib/eclipse-common-0.0.4.jar, lib/factory-enhancer-0.1.0-SNAPSHOT.jar, lib/generic-tree-0.1.0-SNAPSHOT.jar, - lib/hamcrest-core-1.1.jar, - lib/hamcrest-library-1.1.jar, lib/javassist-3.8.0.GA.jar, lib/jcl-over-slf4j-1.5.5.jar, lib/jiemamy-core-0.2.0-SNAPSHOT.jar, @@ -24,7 +22,6 @@ lib/jiemamy-spec-event-0.2.0-SNAPSHOT.jar, lib/jiemamy-spec-view-0.2.0-SNAPSHOT.jar, lib/jiemamy-view-0.2.0-SNAPSHOT.jar, - lib/junit-4.5.jar, lib/logback-classic-0.9.9.jar, lib/logback-core-0.9.9.jar, lib/slf4j-api-1.5.5.jar, Modified: vesta/trunk/org.jiemamy.eclipse/build.properties =================================================================== --- vesta/trunk/org.jiemamy.eclipse/build.properties 2009-02-02 07:26:14 UTC (rev 2599) +++ vesta/trunk/org.jiemamy.eclipse/build.properties 2009-02-02 10:19:50 UTC (rev 2600) @@ -14,8 +14,6 @@ lib/eclipse-common-0.0.4.jar,\ lib/factory-enhancer-0.1.0-SNAPSHOT.jar,\ lib/generic-tree-0.1.0-SNAPSHOT.jar,\ - lib/hamcrest-core-1.1.jar,\ - lib/hamcrest-library-1.1.jar,\ lib/javassist-3.8.0.GA.jar,\ lib/jcl-over-slf4j-1.5.5.jar,\ lib/jiemamy-core-0.2.0-SNAPSHOT.jar,\ @@ -27,7 +25,6 @@ lib/jiemamy-spec-event-0.2.0-SNAPSHOT.jar,\ lib/jiemamy-spec-view-0.2.0-SNAPSHOT.jar,\ lib/jiemamy-view-0.2.0-SNAPSHOT.jar,\ - lib/junit-4.5.jar,\ lib/logback-classic-0.9.9.jar,\ lib/logback-core-0.9.9.jar,\ lib/slf4j-api-1.5.5.jar,\ Modified: vesta/trunk/org.jiemamy.eclipse/pom.xml =================================================================== --- vesta/trunk/org.jiemamy.eclipse/pom.xml 2009-02-02 07:26:14 UTC (rev 2599) +++ vesta/trunk/org.jiemamy.eclipse/pom.xml 2009-02-02 10:19:50 UTC (rev 2600) @@ -71,6 +71,8 @@ <configuration> <outputDirectory>${basedir}/lib</outputDirectory> <excludeGroupIds>org.eclipse,org.eclipse.ui,org.eclipse.update</excludeGroupIds> + <includeScope>compile</includeScope> + <excludeScope>test</excludeScope> <overWriteReleases>false</overWriteReleases> <overWriteSnapshots>true</overWriteSnapshots> <overWriteIfNewer>true</overWriteIfNewer> @@ -85,6 +87,8 @@ <configuration> <outputDirectory>${basedir}/lib/sources</outputDirectory> <excludeGroupIds>org.eclipse,org.eclipse.ui,org.eclipse.update</excludeGroupIds> + <includeScope>compile</includeScope> + <excludeScope>test</excludeScope> <overWriteReleases>false</overWriteReleases> <overWriteSnapshots>true</overWriteSnapshots> <overWriteIfNewer>true</overWriteIfNewer> Modified: zeus/trunk/jiemamy-specs/pom.xml =================================================================== --- zeus/trunk/jiemamy-specs/pom.xml 2009-02-02 07:26:14 UTC (rev 2599) +++ zeus/trunk/jiemamy-specs/pom.xml 2009-02-02 10:19:50 UTC (rev 2600) @@ -94,6 +94,7 @@ </plugin> <plugin> <artifactId>maven-surefire-plugin</artifactId> + <version>2.4.2</version><!-- see http://code.google.com/p/q4e/issues/detail?id=431 --> <configuration> <forkMode>pertest</forkMode> <includes>