• R/O
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Revision263 (tree)
Time2016-05-03 15:07:49
Authort_nakayama1971

Log Message

delete collections

Change Summary

Incremental Difference

--- trunk/apache/commons-beanutil1/pom.xml (revision 262)
+++ trunk/apache/commons-beanutil1/pom.xml (revision 263)
@@ -183,11 +183,11 @@
183183 <contributor>
184184 <name>Berin Loritsch</name>
185185 <email></email>
186- </contributor>
186+ </contributor>
187187 <contributor>
188188 <name>Alex Crown</name>
189189 <email></email>
190- </contributor>
190+ </contributor>
191191 <contributor>
192192 <name>Marcus Zander</name>
193193 <email></email>
@@ -273,17 +273,6 @@
273273 <version>1.1.1</version>
274274 </dependency>
275275 <dependency>
276- <groupId>commons-collections</groupId>
277- <artifactId>commons-collections</artifactId>
278- <version>3.2.1</version>
279- </dependency>
280- <dependency>
281- <groupId>commons-collections</groupId>
282- <artifactId>commons-collections-testframework</artifactId>
283- <version>3.2.1</version>
284- <scope>test</scope>
285- </dependency>
286- <dependency>
287276 <groupId>junit</groupId>
288277 <artifactId>junit</artifactId>
289278 <version>3.8.1</version>
@@ -359,7 +348,7 @@
359348 <!-- limit memory size see BEANUTILS-291; allow command-line override -->
360349 <!-- Originally 25M, increased to 50M to get round Continuum CI build failures -->
361350 <surefire.argLine>-Xmx50M</surefire.argLine>
362- </properties>
351+ </properties>
363352
364353 <reporting>
365354 <plugins>
--- trunk/apache/commons-beanutil1/build.xml (revision 262)
+++ trunk/apache/commons-beanutil1/build.xml (revision 263)
@@ -80,7 +80,6 @@
8080 <path id="compile.classpath">
8181 <pathelement location="${build.home}/classes"/>
8282 <pathelement location="${commons-logging.jar}"/>
83- <pathelement location="${commons-collections.jar}"/>
8483 </path>
8584
8685
@@ -91,8 +90,6 @@
9190 <path id="test.classpath">
9291 <pathelement location="${build.home}/classes"/>
9392 <pathelement location="${build.home}/tests"/>
94- <pathelement location="${commons-collections.jar}"/>
95- <pathelement location="${commons-collections-testframework.jar}"/>
9693 <pathelement location="${commons-logging.jar}"/>
9794 <pathelement location="${junit.jar}"/>
9895 </path>