svnno****@sourc*****
svnno****@sourc*****
2009年 1月 16日 (金) 00:31:34 JST
Revision: 2425 http://svn.sourceforge.jp/view?root=jiemamy&view=rev&rev=2425 Author: daisuke_m Date: 2009-01-16 00:31:33 +0900 (Fri, 16 Jan 2009) Log Message: ----------- junitを4.5にバージョンアップ。 junit-addonsを依存から削除。 factory-enhancerのslf4jのバージョンを他のコンポーネントに合わせた。 Modified Paths: -------------- artemis/trunk/factory-enhancer/.classpath artemis/trunk/factory-enhancer/pom.xml artemis/trunk/org.jiemamy.artemis.test/.classpath artemis/trunk/org.jiemamy.artemis.test/pom.xml artemis/trunk/org.jiemamy.composer/.classpath artemis/trunk/org.jiemamy.composer/pom.xml artemis/trunk/org.jiemamy.core/.classpath artemis/trunk/org.jiemamy.core/META-INF/MANIFEST.MF artemis/trunk/org.jiemamy.core/build.properties artemis/trunk/org.jiemamy.core/pom.xml artemis/trunk/org.jiemamy.dialect.mysql/.classpath artemis/trunk/org.jiemamy.dialect.mysql/pom.xml artemis/trunk/org.jiemamy.dialect.postgresql/.classpath artemis/trunk/org.jiemamy.dialect.postgresql/pom.xml artemis/trunk/org.jiemamy.dialect.sql99/.classpath artemis/trunk/org.jiemamy.dialect.sql99/pom.xml artemis/trunk/org.jiemamy.event/.classpath artemis/trunk/org.jiemamy.event/pom.xml artemis/trunk/org.jiemamy.irenka/pom.xml artemis/trunk/org.jiemamy.view/.classpath artemis/trunk/org.jiemamy.view/pom.xml vesta/trunk/org.jiemamy.eclipse/.classpath 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/org.jiemamy.spec.core/.classpath zeus/trunk/org.jiemamy.spec.core/pom.xml -------------- next part -------------- Modified: artemis/trunk/factory-enhancer/.classpath =================================================================== --- artemis/trunk/factory-enhancer/.classpath 2009-01-15 14:19:46 UTC (rev 2424) +++ artemis/trunk/factory-enhancer/.classpath 2009-01-15 15:31:33 UTC (rev 2425) @@ -1,13 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> <classpath> <classpathentry kind="src" path="src/main/java"/> - <classpathentry kind="src" path="src/test/java" output="target/test-classes"/> - <classpathentry kind="src" path="src/test/resources" output="target/test-classes" excluding="**/*.java"/> + <classpathentry kind="src" output="target/test-classes" path="src/test/java"/> + <classpathentry excluding="**/*.java" kind="src" output="target/test-classes" path="src/test/resources"/> <classpathentry kind="lib" path="lib/junit-4.5.jar" sourcepath="lib/sources/junit-4.5-sources.jar"/> <classpathentry kind="lib" path="lib/hamcrest-core-1.1.jar" sourcepath="lib/sources/hamcrest-core-1.1-sources.jar"/> <classpathentry kind="lib" path="lib/hamcrest-library-1.1.jar" sourcepath="lib/sources/hamcrest-library-1.1-sources.jar"/> - <classpathentry kind="lib" path="lib/slf4j-api-1.5.0.jar" sourcepath="lib/sources/slf4j-api-1.5.0-sources.jar"/> - <classpathentry kind="lib" path="lib/jcl104-over-slf4j-1.5.0.jar" sourcepath="lib/sources/jcl104-over-slf4j-1.5.0-sources.jar"/> - <classpathentry kind="lib" path="lib/logback-access-0.9.9.jar" sourcepath="lib/sources/logback-access-0.9.9-sources.jar"/> + <classpathentry kind="lib" path="lib/slf4j-api-1.5.5.jar" sourcepath="lib/sources/slf4j-api-1.5.5-sources.jar"/> + <classpathentry kind="lib" path="lib/jcl-over-slf4j-1.5.5.jar" sourcepath="lib/sources/jcl-over-slf4j-1.5.5-sources.jar"/> <classpathentry kind="lib" path="lib/logback-classic-0.9.9.jar" sourcepath="lib/sources/logback-classic-0.9.9-sources.jar"/> <classpathentry kind="lib" path="lib/logback-core-0.9.9.jar" sourcepath="lib/sources/logback-core-0.9.9-sources.jar"/> <classpathentry kind="lib" path="lib/javassist-3.8.0.GA.jar" sourcepath="lib/sources/javassist-3.8.0.GA-sources.jar"/> Modified: artemis/trunk/factory-enhancer/pom.xml =================================================================== --- artemis/trunk/factory-enhancer/pom.xml 2009-01-15 14:19:46 UTC (rev 2424) +++ artemis/trunk/factory-enhancer/pom.xml 2009-01-15 15:31:33 UTC (rev 2425) @@ -95,21 +95,15 @@ <artifactId>rome</artifactId> <version>0.9</version> </dependency> - <dependency> - <groupId>ch.qos.logback</groupId> - <artifactId>logback</artifactId> - <version>0.5</version> - <type>pom</type> - </dependency> - <dependency> + <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> - <version>1.5.0</version> + <version>1.5.5</version> </dependency> <dependency> <groupId>org.slf4j</groupId> - <artifactId>jcl104-over-slf4j</artifactId> - <version>1.5.0</version> + <artifactId>jcl-over-slf4j</artifactId> + <version>1.5.5</version> </dependency> <dependency> <groupId>ch.qos.logback</groupId> @@ -118,11 +112,6 @@ </dependency> <dependency> <groupId>ch.qos.logback</groupId> - <artifactId>logback-access</artifactId> - <version>0.9.9</version> - </dependency> - <dependency> - <groupId>ch.qos.logback</groupId> <artifactId>logback-classic</artifactId> <version>0.9.9</version> </dependency> Modified: artemis/trunk/org.jiemamy.artemis.test/.classpath =================================================================== --- artemis/trunk/org.jiemamy.artemis.test/.classpath 2009-01-15 14:19:46 UTC (rev 2424) +++ artemis/trunk/org.jiemamy.artemis.test/.classpath 2009-01-15 15:31:33 UTC (rev 2425) @@ -2,10 +2,7 @@ <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="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/junit-4.5.jar" sourcepath="lib/sources/junit-4.5-sources.jar"/> <classpathentry kind="lib" path="lib/jmockit-0.94.jar"/> <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.spec.core"/> Modified: artemis/trunk/org.jiemamy.artemis.test/pom.xml =================================================================== --- artemis/trunk/org.jiemamy.artemis.test/pom.xml 2009-01-15 14:19:46 UTC (rev 2424) +++ artemis/trunk/org.jiemamy.artemis.test/pom.xml 2009-01-15 15:31:33 UTC (rev 2425) @@ -73,16 +73,10 @@ <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> - <version>4.4</version> + <version>4.5</version> <scope>test</scope> </dependency> <dependency> - <groupId>junit-addons</groupId> - <artifactId>junit-addons</artifactId> - <version>1.4</version> - <scope>test</scope> - </dependency> - <dependency> <groupId>net.java.dev.jmockit</groupId> <artifactId>jmockit</artifactId> <version>0.94</version> Modified: artemis/trunk/org.jiemamy.composer/.classpath =================================================================== --- artemis/trunk/org.jiemamy.composer/.classpath 2009-01-15 14:19:46 UTC (rev 2424) +++ artemis/trunk/org.jiemamy.composer/.classpath 2009-01-15 15:31:33 UTC (rev 2425) @@ -4,11 +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="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/junit-4.5.jar" sourcepath="lib/sources/junit-4.5-sources.jar"/> <classpathentry kind="lib" path="lib/jmockit-0.94.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/xercesImpl-2.6.2.jar" sourcepath="lib/sources/xercesImpl-2.6.2-sources.jar"/> <classpathentry exported="true" kind="lib" path="lib/commons-beanutils-1.8.0.jar" sourcepath="lib/sources/commons-beanutils-1.8.0-sources.jar"/> <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"/> Modified: artemis/trunk/org.jiemamy.composer/pom.xml =================================================================== --- artemis/trunk/org.jiemamy.composer/pom.xml 2009-01-15 14:19:46 UTC (rev 2424) +++ artemis/trunk/org.jiemamy.composer/pom.xml 2009-01-15 15:31:33 UTC (rev 2425) @@ -77,16 +77,10 @@ <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> - <version>4.4</version> + <version>4.5</version> <scope>test</scope> </dependency> <dependency> - <groupId>junit-addons</groupId> - <artifactId>junit-addons</artifactId> - <version>1.4</version> - <scope>test</scope> - </dependency> - <dependency> <groupId>net.java.dev.jmockit</groupId> <artifactId>jmockit</artifactId> <version>0.94</version> Modified: artemis/trunk/org.jiemamy.core/.classpath =================================================================== --- artemis/trunk/org.jiemamy.core/.classpath 2009-01-15 14:19:46 UTC (rev 2424) +++ artemis/trunk/org.jiemamy.core/.classpath 2009-01-15 15:31:33 UTC (rev 2425) @@ -4,10 +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="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/xmlParserAPIs-2.6.2.jar" sourcepath="lib/sources/xmlParserAPIs-2.6.2-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/junit-4.5.jar" sourcepath="lib/sources/junit-4.5-sources.jar"/> <classpathentry kind="lib" path="lib/jmockit-0.94.jar"/> <classpathentry kind="lib" path="lib/h2-1.1.102.jar"/> <classpathentry exported="true" kind="lib" path="lib/slf4j-api-1.5.5.jar" sourcepath="lib/sources/slf4j-api-1.5.5-sources.jar"/> Modified: artemis/trunk/org.jiemamy.core/META-INF/MANIFEST.MF =================================================================== --- artemis/trunk/org.jiemamy.core/META-INF/MANIFEST.MF 2009-01-15 14:19:46 UTC (rev 2424) +++ artemis/trunk/org.jiemamy.core/META-INF/MANIFEST.MF 2009-01-15 15:31:33 UTC (rev 2425) @@ -4,10 +4,6 @@ Bundle-SymbolicName: org.jiemamy.core;singleton:=true Bundle-Version: 0.2.0.SNAPSHOT Bundle-ClassPath: ., - lib/xmlParserAPIs-2.6.2.jar, - lib/xercesImpl-2.6.2.jar, - lib/junit-addons-1.4.jar, - lib/junit-4.4.jar, lib/commons-lang-2.3.jar, lib/commons-io-1.3.2.jar, lib/collections-generic-4.01.jar, @@ -28,12 +24,7 @@ lib/stax-api-1.0.1.jar, lib/wstx-asl-3.2.7.jar Bundle-Vendor: Jiemamy Project -Export-Package: javax.xml.parsers, - javax.xml.transform, - javax.xml.transform.dom, - javax.xml.transform.sax, - javax.xml.transform.stream, - org.apache.commons.beanutils, +Export-Package: org.apache.commons.beanutils, org.apache.commons.beanutils.converters, org.apache.commons.beanutils.expression, org.apache.commons.beanutils.locale, @@ -66,42 +57,6 @@ org.apache.commons.lang.time, org.apache.commons.logging, org.apache.commons.logging.impl, - org.apache.html.dom, - org.apache.wml, - org.apache.wml.dom, - org.apache.xerces.dom, - org.apache.xerces.dom.events, - org.apache.xerces.dom3, - org.apache.xerces.dom3.as, - org.apache.xerces.dom3.bootstrap, - org.apache.xerces.impl, - org.apache.xerces.impl.dtd, - org.apache.xerces.impl.dtd.models, - org.apache.xerces.impl.dv, - org.apache.xerces.impl.dv.dtd, - org.apache.xerces.impl.dv.util, - org.apache.xerces.impl.dv.xs, - org.apache.xerces.impl.io, - org.apache.xerces.impl.msg, - org.apache.xerces.impl.validation, - org.apache.xerces.impl.xpath, - org.apache.xerces.impl.xpath.regex, - org.apache.xerces.impl.xs, - org.apache.xerces.impl.xs.identity, - org.apache.xerces.impl.xs.models, - org.apache.xerces.impl.xs.opti, - org.apache.xerces.impl.xs.traversers, - org.apache.xerces.impl.xs.util, - org.apache.xerces.jaxp, - org.apache.xerces.parsers, - org.apache.xerces.util, - org.apache.xerces.xinclude, - org.apache.xerces.xni, - org.apache.xerces.xni.grammars, - org.apache.xerces.xni.parser, - org.apache.xerces.xs, - org.apache.xml.serialize, - org.apache.xmlcommons, org.jiemamy, org.jiemamy.builder, org.jiemamy.command, @@ -136,19 +91,7 @@ org.slf4j, org.slf4j.helpers, org.slf4j.impl, - org.slf4j.spi, - org.w3c.dom, - org.w3c.dom.css, - org.w3c.dom.events, - org.w3c.dom.html, - org.w3c.dom.ls, - org.w3c.dom.ranges, - org.w3c.dom.stylesheets, - org.w3c.dom.traversal, - org.w3c.dom.views, - org.xml.sax, - org.xml.sax.ext, - org.xml.sax.helpers + org.slf4j.spi Eclipse-BuddyPolicy: registered Eclipse-LazyStart: false Require-Bundle: org.jiemamy.spec.core Modified: artemis/trunk/org.jiemamy.core/build.properties =================================================================== --- artemis/trunk/org.jiemamy.core/build.properties 2009-01-15 14:19:46 UTC (rev 2424) +++ artemis/trunk/org.jiemamy.core/build.properties 2009-01-15 15:31:33 UTC (rev 2425) @@ -6,10 +6,6 @@ plugin_ja.properties,\ LICENSE.txt,\ schema/,\ - lib/xmlParserAPIs-2.6.2.jar,\ - lib/xercesImpl-2.6.2.jar,\ - lib/junit-addons-1.4.jar,\ - lib/junit-4.4.jar,\ lib/commons-lang-2.3.jar,\ lib/commons-io-1.3.2.jar,\ lib/collections-generic-4.01.jar,\ Modified: artemis/trunk/org.jiemamy.core/pom.xml =================================================================== --- artemis/trunk/org.jiemamy.core/pom.xml 2009-01-15 14:19:46 UTC (rev 2424) +++ artemis/trunk/org.jiemamy.core/pom.xml 2009-01-15 15:31:33 UTC (rev 2425) @@ -101,16 +101,10 @@ <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> - <version>4.4</version> + <version>4.5</version> <scope>test</scope> </dependency> <dependency> - <groupId>junit-addons</groupId> - <artifactId>junit-addons</artifactId> - <version>1.4</version> - <scope>test</scope> - </dependency> - <dependency> <groupId>net.java.dev.jmockit</groupId> <artifactId>jmockit</artifactId> <version>0.94</version> Modified: artemis/trunk/org.jiemamy.dialect.mysql/.classpath =================================================================== --- artemis/trunk/org.jiemamy.dialect.mysql/.classpath 2009-01-15 14:19:46 UTC (rev 2424) +++ artemis/trunk/org.jiemamy.dialect.mysql/.classpath 2009-01-15 15:31:33 UTC (rev 2425) @@ -4,10 +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="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/xmlParserAPIs-2.6.2.jar" sourcepath="lib/sources/xmlParserAPIs-2.6.2-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/junit-4.5.jar" sourcepath="lib/sources/junit-4.5-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"/> Modified: artemis/trunk/org.jiemamy.dialect.mysql/pom.xml =================================================================== --- artemis/trunk/org.jiemamy.dialect.mysql/pom.xml 2009-01-15 14:19:46 UTC (rev 2424) +++ artemis/trunk/org.jiemamy.dialect.mysql/pom.xml 2009-01-15 15:31:33 UTC (rev 2425) @@ -77,16 +77,10 @@ <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> - <version>4.4</version> + <version>4.5</version> <scope>test</scope> </dependency> <dependency> - <groupId>junit-addons</groupId> - <artifactId>junit-addons</artifactId> - <version>1.4</version> - <scope>test</scope> - </dependency> - <dependency> <groupId>${project.groupId}</groupId> <artifactId>org.jiemamy.core</artifactId> <version>${project.version}</version> Modified: artemis/trunk/org.jiemamy.dialect.postgresql/.classpath =================================================================== --- artemis/trunk/org.jiemamy.dialect.postgresql/.classpath 2009-01-15 14:19:46 UTC (rev 2424) +++ artemis/trunk/org.jiemamy.dialect.postgresql/.classpath 2009-01-15 15:31:33 UTC (rev 2425) @@ -4,10 +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="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/xmlParserAPIs-2.6.2.jar" sourcepath="lib/sources/xmlParserAPIs-2.6.2-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/junit-4.5.jar" sourcepath="lib/sources/junit-4.5-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"/> Modified: artemis/trunk/org.jiemamy.dialect.postgresql/pom.xml =================================================================== --- artemis/trunk/org.jiemamy.dialect.postgresql/pom.xml 2009-01-15 14:19:46 UTC (rev 2424) +++ artemis/trunk/org.jiemamy.dialect.postgresql/pom.xml 2009-01-15 15:31:33 UTC (rev 2425) @@ -77,16 +77,10 @@ <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> - <version>4.4</version> + <version>4.5</version> <scope>test</scope> </dependency> <dependency> - <groupId>junit-addons</groupId> - <artifactId>junit-addons</artifactId> - <version>1.4</version> - <scope>test</scope> - </dependency> - <dependency> <groupId>${project.groupId}</groupId> <artifactId>org.jiemamy.core</artifactId> <version>${project.version}</version> Modified: artemis/trunk/org.jiemamy.dialect.sql99/.classpath =================================================================== --- artemis/trunk/org.jiemamy.dialect.sql99/.classpath 2009-01-15 14:19:46 UTC (rev 2424) +++ artemis/trunk/org.jiemamy.dialect.sql99/.classpath 2009-01-15 15:31:33 UTC (rev 2425) @@ -4,10 +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="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/xmlParserAPIs-2.6.2.jar" sourcepath="lib/sources/xmlParserAPIs-2.6.2-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/junit-4.5.jar" sourcepath="lib/sources/junit-4.5-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"/> Modified: artemis/trunk/org.jiemamy.dialect.sql99/pom.xml =================================================================== --- artemis/trunk/org.jiemamy.dialect.sql99/pom.xml 2009-01-15 14:19:46 UTC (rev 2424) +++ artemis/trunk/org.jiemamy.dialect.sql99/pom.xml 2009-01-15 15:31:33 UTC (rev 2425) @@ -77,16 +77,10 @@ <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> - <version>4.4</version> + <version>4.5</version> <scope>test</scope> </dependency> <dependency> - <groupId>junit-addons</groupId> - <artifactId>junit-addons</artifactId> - <version>1.4</version> - <scope>test</scope> - </dependency> - <dependency> <groupId>${project.groupId}</groupId> <artifactId>org.jiemamy.core</artifactId> <version>${project.version}</version> Modified: artemis/trunk/org.jiemamy.event/.classpath =================================================================== --- artemis/trunk/org.jiemamy.event/.classpath 2009-01-15 14:19:46 UTC (rev 2424) +++ artemis/trunk/org.jiemamy.event/.classpath 2009-01-15 15:31:33 UTC (rev 2425) @@ -4,10 +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="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/xmlParserAPIs-2.6.2.jar" sourcepath="lib/sources/xmlParserAPIs-2.6.2-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/junit-4.5.jar" sourcepath="lib/sources/junit-4.5-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"/> Modified: artemis/trunk/org.jiemamy.event/pom.xml =================================================================== --- artemis/trunk/org.jiemamy.event/pom.xml 2009-01-15 14:19:46 UTC (rev 2424) +++ artemis/trunk/org.jiemamy.event/pom.xml 2009-01-15 15:31:33 UTC (rev 2425) @@ -87,16 +87,10 @@ <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> - <version>4.4</version> + <version>4.5</version> <scope>test</scope> </dependency> <dependency> - <groupId>junit-addons</groupId> - <artifactId>junit-addons</artifactId> - <version>1.4</version> - <scope>test</scope> - </dependency> - <dependency> <groupId>${project.groupId}</groupId> <artifactId>org.jiemamy.spec.core</artifactId> <version>${project.version}</version> Modified: artemis/trunk/org.jiemamy.irenka/pom.xml =================================================================== --- artemis/trunk/org.jiemamy.irenka/pom.xml 2009-01-15 14:19:46 UTC (rev 2424) +++ artemis/trunk/org.jiemamy.irenka/pom.xml 2009-01-15 15:31:33 UTC (rev 2425) @@ -106,16 +106,10 @@ <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> - <version>4.4</version> + <version>4.5</version> <scope>test</scope> </dependency> <dependency> - <groupId>junit-addons</groupId> - <artifactId>junit-addons</artifactId> - <version>1.4</version> - <scope>test</scope> - </dependency> - <dependency> <groupId>org.ashikunep.irenka</groupId> <artifactId>org.ashikunep.irenka.spec</artifactId> <version>0.3.2</version> Modified: artemis/trunk/org.jiemamy.view/.classpath =================================================================== --- artemis/trunk/org.jiemamy.view/.classpath 2009-01-15 14:19:46 UTC (rev 2424) +++ artemis/trunk/org.jiemamy.view/.classpath 2009-01-15 15:31:33 UTC (rev 2425) @@ -4,10 +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="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/xmlParserAPIs-2.6.2.jar" sourcepath="lib/sources/xmlParserAPIs-2.6.2-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/junit-4.5.jar" sourcepath="lib/sources/junit-4.5-sources.jar"/> <classpathentry kind="lib" path="lib/slf4j-api-1.5.5.jar" sourcepath="lib/sources/slf4j-api-1.5.5-sources.jar"/> <classpathentry kind="lib" path="lib/commons-lang-2.3.jar" sourcepath="lib/sources/commons-lang-2.3-sources.jar"/> <classpathentry kind="lib" path="lib/collections-generic-4.01.jar" sourcepath="lib/sources/collections-generic-4.01-sources.jar"/> Modified: artemis/trunk/org.jiemamy.view/pom.xml =================================================================== --- artemis/trunk/org.jiemamy.view/pom.xml 2009-01-15 14:19:46 UTC (rev 2424) +++ artemis/trunk/org.jiemamy.view/pom.xml 2009-01-15 15:31:33 UTC (rev 2425) @@ -87,16 +87,10 @@ <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> - <version>4.4</version> + <version>4.5</version> <scope>test</scope> </dependency> <dependency> - <groupId>junit-addons</groupId> - <artifactId>junit-addons</artifactId> - <version>1.4</version> - <scope>test</scope> - </dependency> - <dependency> <groupId>${project.groupId}</groupId> <artifactId>factory-enhancer</artifactId> <version>0.1.0-SNAPSHOT</version> Modified: vesta/trunk/org.jiemamy.eclipse/.classpath =================================================================== --- vesta/trunk/org.jiemamy.eclipse/.classpath 2009-01-15 14:19:46 UTC (rev 2424) +++ vesta/trunk/org.jiemamy.eclipse/.classpath 2009-01-15 15:31:33 UTC (rev 2425) @@ -4,10 +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="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/junit-4.5.jar" sourcepath="lib/sources/junit-4.5-sources.jar"/> <classpathentry exported="true" kind="lib" path="lib/jcl-over-slf4j-1.5.5.jar"/> <classpathentry exported="true" kind="lib" path="lib/logback-classic-0.9.9.jar"/> <classpathentry exported="true" kind="lib" path="lib/logback-core-0.9.9.jar"/> Modified: vesta/trunk/org.jiemamy.eclipse/META-INF/MANIFEST.MF =================================================================== --- vesta/trunk/org.jiemamy.eclipse/META-INF/MANIFEST.MF 2009-01-15 14:19:46 UTC (rev 2424) +++ vesta/trunk/org.jiemamy.eclipse/META-INF/MANIFEST.MF 2009-01-15 15:31:33 UTC (rev 2425) @@ -4,10 +4,7 @@ Bundle-SymbolicName: org.jiemamy.eclipse;singleton:=true Bundle-Version: 0.2.0.SNAPSHOT Bundle-ClassPath: ., - lib/xmlParserAPIs-2.6.2.jar, - lib/xercesImpl-2.6.2.jar, - lib/junit-addons-1.4.jar, - lib/junit-4.4.jar, + lib/junit-4.5.jar, lib/eclipse-common-0.0.4.jar, lib/jcl-over-slf4j-1.5.5.jar, lib/logback-classic-0.9.9.jar, Modified: vesta/trunk/org.jiemamy.eclipse/build.properties =================================================================== --- vesta/trunk/org.jiemamy.eclipse/build.properties 2009-01-15 14:19:46 UTC (rev 2424) +++ vesta/trunk/org.jiemamy.eclipse/build.properties 2009-01-15 15:31:33 UTC (rev 2425) @@ -3,10 +3,6 @@ META-INF/,\ icons/,\ plugin.xml,\ - lib/xmlParserAPIs-2.6.2.jar,\ - lib/xercesImpl-2.6.2.jar,\ - lib/junit-addons-1.4.jar,\ - lib/junit-4.4.jar,\ plugin.properties,\ plugin_ja.properties,\ lib/eclipse-common-0.0.4.jar,\ Modified: vesta/trunk/org.jiemamy.eclipse/pom.xml =================================================================== --- vesta/trunk/org.jiemamy.eclipse/pom.xml 2009-01-15 14:19:46 UTC (rev 2424) +++ vesta/trunk/org.jiemamy.eclipse/pom.xml 2009-01-15 15:31:33 UTC (rev 2425) @@ -89,16 +89,10 @@ <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> - <version>4.4</version> + <version>4.5</version> <scope>test</scope> </dependency> <dependency> - <groupId>junit-addons</groupId> - <artifactId>junit-addons</artifactId> - <version>1.4</version> - <scope>test</scope> - </dependency> - <dependency> <groupId>${project.groupId}</groupId> <artifactId>org.jiemamy.spec.core</artifactId> <version>${project.version}</version> Modified: zeus/trunk/org.jiemamy.spec.core/.classpath =================================================================== --- zeus/trunk/org.jiemamy.spec.core/.classpath 2009-01-15 14:19:46 UTC (rev 2424) +++ zeus/trunk/org.jiemamy.spec.core/.classpath 2009-01-15 15:31:33 UTC (rev 2425) @@ -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="lib" path="lib/junit-4.4.jar"/> + <classpathentry kind="lib" path="lib/junit-4.5.jar" sourcepath="lib/sources/junit-4.5-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"/> Modified: zeus/trunk/org.jiemamy.spec.core/pom.xml =================================================================== --- zeus/trunk/org.jiemamy.spec.core/pom.xml 2009-01-15 14:19:46 UTC (rev 2424) +++ zeus/trunk/org.jiemamy.spec.core/pom.xml 2009-01-15 15:31:33 UTC (rev 2425) @@ -73,7 +73,7 @@ <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> - <version>4.4</version> + <version>4.5</version> <scope>test</scope> </dependency> <dependency>