junit-4.11 bundled

This commit is contained in:
anna
2012-11-19 17:40:30 +01:00
parent cb855399f5
commit bea64bd4c5
7 changed files with 4 additions and 4 deletions

View File

@@ -1,11 +1,11 @@
<component name="libraryTable">
<library name="JUnit4">
<CLASSES>
<root url="jar://$PROJECT_DIR$/lib/junit-4.10.jar!/" />
<root url="jar://$PROJECT_DIR$/lib/junit-4.11.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES>
<root url="jar://$PROJECT_DIR$/lib/src/junit-4.10-src.jar!/" />
<root url="jar://$PROJECT_DIR$/lib/src/junit-4.11-src.jar!/" />
</SOURCES>
</library>
</component>

View File

@@ -197,7 +197,7 @@ libraryLicense(name: "JGoodies Common", libraryName: "jgoodies-common", version:
libraryLicense(name: "JNA", libraryName: "jna", version: "3.4.0", license: "LGPL 2.1", url: "https://jna.dev.java.net/", licenseUrl: "http://www.opensource.org/licenses/lgpl-2.1.php")
libraryLicense(name: "JSch", libraryName: "JSch", version: "0.1.44", license: "BSD", url: "http://www.jcraft.com/jsch/", licenseUrl: "http://www.jcraft.com/jsch/LICENSE.txt")
libraryLicense(name: "JUnit", libraryName: "JUnit3", version: "3.8.1", license: "CPL 1.0", url: "http://junit.org/")
libraryLicense(name: "JUnit", libraryName: "JUnit4", version: "4.8", license: "CPL 1.0", url: "http://junit.org/")
libraryLicense(name: "JUnit", libraryName: "JUnit4", version: "4.11", license: "CPL 1.0", url: "http://junit.org/")
libraryLicense(name: "Log4j", libraryName: "Log4J", version: "1.2", license: "Apache 2.0", url: "http://logging.apache.org/log4j/1.2/index.html", licenseUrl: "http://logging.apache.org/license.html")
libraryLicense(name: "Maven", version: "2.2.1", license: "Apache 2.0", url: "http://maven.apache.org/", licenseUrl: "http://maven.apache.org/license.html")
libraryLicense(name: "Maven3", libraryNames: ["Maven3", "maven-dependency-tree-1.2.jar", "archetype-catalog-2.2.jar", "archetype-common-2.2.jar"], version: "3.0.3", license: "Apache 2.0", url: "http://maven.apache.org/", licenseUrl: "http://maven.apache.org/license.html")

Binary file not shown.

BIN
lib/junit-4.11.jar Normal file

Binary file not shown.

View File

@@ -21,7 +21,7 @@ jna-utils.jar
jna.jar
jsr173_1.0_api.jar
junit.jar
junit-4.10.jar
junit-4.11.jar
log4j.jar
jgoodies-common-1.2.1.jar
jgoodies-looks-2.4.2.jar

Binary file not shown.

BIN
lib/src/junit-4.11-src.jar Normal file

Binary file not shown.