gradle 1.4 is applied

This commit is contained in:
Denis.Zhdanov
2013-01-30 15:59:02 +04:00
parent 4adeac1a37
commit 8d8c2b8e11
13 changed files with 12 additions and 12 deletions
+3 -3
View File
@@ -1,9 +1,9 @@
<component name="libraryTable">
<library name="Groovy">
<CLASSES>
<root url="jar://$PROJECT_DIR$/lib/groovy-all-2.0.6.jar!/"/>
<root url="jar://$PROJECT_DIR$/lib/groovy-all-2.0.6.jar!/" />
</CLASSES>
<JAVADOC/>
<SOURCES/>
<JAVADOC />
<SOURCES />
</library>
</component>
+2 -2
View File
@@ -202,8 +202,8 @@ libraryLicense(name: "Log4j", libraryName: "Log4J", version: "1.2", license: "Ap
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: "plexus-util", version: "2.0.6", license: "Apache 2.0", url: "http://maven.apache.org/", libraryNames:['plexus-utils-2.0.6.jar'], licenseUrl: "http://apache.org/licenses/LICENSE-2.0")
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")
libraryLicense(name: "Gradle", version: "1.3", license: "Apache 2.0", url: "http://gradle.org/", licenseUrl: "http://gradle.org/license")
libraryLicense(name: "Slf4j", version: "1.6.6", license: "MIT License", url: "http://slf4j.org/", licenseUrl: "http://slf4j.org/license.html")
libraryLicense(name: "Gradle", version: "1.4", license: "Apache 2.0", url: "http://gradle.org/", licenseUrl: "http://gradle.org/license")
libraryLicense(name: "Slf4j", version: "1.7.2", license: "MIT License", url: "http://slf4j.org/", licenseUrl: "http://slf4j.org/license.html")
libraryLicense(name: "GradleGuava", version: "11.0.2", license: "Apache 2.0", url: "http://code.google.com/p/guava-libraries/", licenseUrl: "http://apache.org/licenses/LICENSE-2.0")
libraryLicense(name: "Jsr305", version: "1.3.9", license: "New BSD", url: "http://code.google.com/p/jsr-305/", licenseUrl: "http://opensource.org/licenses/BSD-3-Clause")
libraryLicense(name: "markdownj", attachedTo: "tasks-core", version: "", license: "BSD", url: "http://markdownj.org/", licenseUrl: "http://www.opensource.org/licenses/bsd-license.php")
+7 -7
View File
@@ -25,11 +25,11 @@
<orderEntry type="module-library">
<library name="Gradle">
<CLASSES>
<root url="jar://$MODULE_DIR$/lib/gradle-base-services-1.3.jar!/" />
<root url="jar://$MODULE_DIR$/lib/gradle-core-1.3.jar!/" />
<root url="jar://$MODULE_DIR$/lib/gradle-messaging-1.3.jar!/" />
<root url="jar://$MODULE_DIR$/lib/gradle-tooling-api-1.3.jar!/" />
<root url="jar://$MODULE_DIR$/lib/gradle-wrapper-1.3.jar!/" />
<root url="jar://$MODULE_DIR$/lib/gradle-base-services-1.4.jar!/" />
<root url="jar://$MODULE_DIR$/lib/gradle-core-1.4.jar!/" />
<root url="jar://$MODULE_DIR$/lib/gradle-messaging-1.4.jar!/" />
<root url="jar://$MODULE_DIR$/lib/gradle-tooling-api-1.4.jar!/" />
<root url="jar://$MODULE_DIR$/lib/gradle-wrapper-1.4.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES>
@@ -40,8 +40,8 @@
<orderEntry type="module-library">
<library name="Slf4j">
<CLASSES>
<root url="jar://$MODULE_DIR$/lib/slf4j-api-1.6.6.jar!/" />
<root url="jar://$MODULE_DIR$/lib/slf4j-simple-1.6.6.jar!/" />
<root url="jar://$MODULE_DIR$/lib/slf4j-api-1.7.2.jar!/" />
<root url="jar://$MODULE_DIR$/lib/slf4j-simple-1.7.2.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.