initial step in phasing out commons-lang library: removed separate library, added Velocity dependency instead, (Velocity library forces this depedency).

This commit is contained in:
Maxim.Mossienko
2012-07-06 18:27:03 +04:00
parent 5f3b4c8c3b
commit efef1b35be
9 changed files with 4 additions and 15 deletions

View File

@@ -6,6 +6,8 @@
<JAVADOC />
<SOURCES>
<root url="jar://$PROJECT_DIR$/lib/src/velocity-1.7-src.zip!/java" />
<root url="jar://$PROJECT_DIR$/lib/src/commons-collections-3.2.1-src.zip!/commons-collections-3.2.1-src/src/java" />
<root url="jar://$PROJECT_DIR$/lib/src/commons-lang-2.4-sources.jar!/" />
</SOURCES>
</library>
</component>

View File

@@ -1,11 +0,0 @@
<component name="libraryTable">
<library name="commons-lang">
<CLASSES>
<root url="jar://$PROJECT_DIR$/lib/commons-lang-2.4.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES>
<root url="jar://$PROJECT_DIR$/lib/src/commons-lang-2.4-sources.jar!/" />
</SOURCES>
</library>
</component>

View File

@@ -164,7 +164,6 @@ libraryLicense(name: "Apache Commons Codec", libraryName: "commons-codec", versi
libraryLicense(name: "Apache Commons Discovery", libraryName: "commons-discovery-0.4.jar", version: "0.4", license: "Apache 2.0", url: "http://jakarta.apache.org/commons/discovery/", licenseUrl: "http://commons.apache.org/license.html")
libraryLicense(name: "Apache Commons HTTPClient", libraryName: "http-client-3.1", version: "3.1&nbsp; (with patch by JetBrains)", license: "Apache 2.0", url: "http://hc.apache.org/httpclient-3.x")
libraryLicense(name: "Apache Commons Net", libraryName: "commons-net", version: "2.0", license: "Apache 2.0", url: "http://commons.apache.org/net/")
libraryLicense(name: "Apache Commons Lang", libraryName: "commons-lang", version: "2.4", license: "Apache 2.0", url: "http://commons.apache.org/lang/", licenseUrl: "http://commons.apache.org/lang/license.html")
libraryLicense(name: "Apache Commons Logging", libraryName: "commons-logging", version: "1.1.1", license: "Apache 2.0", url: "http://commons.apache.org/logging/")
libraryLicense(name: "Apache Lucene", libraryName: "lucene-core-2.4.1.jar", version: "2.4.1", license: "Apache 2.0", url: "http://lucene.apache.org/java")
libraryLicense(name: "Apache Sanselan", libraryName: "Sanselan", version: "0.98", license: "Apache 2.0", url: "http://commons.apache.org/sanselan/")

Binary file not shown.

View File

@@ -6,7 +6,6 @@ cli-parser-1.1.jar
cglib-2.2.2.jar
commons-codec-1.3.jar
commons-httpclient-3.1-patched.jar
commons-lang-2.4.jar
commons-logging-1.1.1.jar
commons-net-2.0-patched.jar
dtdparser113.jar

Binary file not shown.

Binary file not shown.

View File

@@ -31,7 +31,6 @@
<orderEntry type="module" module-name="testFramework" scope="TEST" />
<orderEntry type="library" scope="TEST" name="TestNG" level="project" />
<orderEntry type="module" module-name="platform-api" />
<orderEntry type="library" name="commons-lang" level="project" />
<orderEntry type="library" name="Guava" level="project" />
<orderEntry type="module" module-name="lang-impl" />
<orderEntry type="module" module-name="git4idea-rt" />
@@ -72,6 +71,7 @@
</library>
</orderEntry>
<orderEntry type="library" name="Groovy" level="project" />
<orderEntry type="library" name="Velocity" level="project" />
</component>
</module>

View File

@@ -10,12 +10,12 @@
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="module" module-name="vcs-api" />
<orderEntry type="library" name="commons-lang" level="project" />
<orderEntry type="library" scope="TEST" name="TestNG" level="project" />
<orderEntry type="module" module-name="testFramework" scope="TEST" />
<orderEntry type="module" module-name="platform-api" />
<orderEntry type="module" module-name="vcs-impl" />
<orderEntry type="module" module-name="platform-impl" />
<orderEntry type="library" name="Velocity" level="project" />
</component>
</module>