added StreamEx library

This commit is contained in:
Egor.Ushakov
2016-09-09 16:08:10 +03:00
parent 2d88d2cf91
commit c4e417489d
6 changed files with 15 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
<component name="libraryTable">
<library name="StreamEx">
<CLASSES>
<root url="jar://$PROJECT_DIR$/lib/streamex-0.6.2.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES>
<root url="jar://$PROJECT_DIR$/lib/src/streamex-0.6.2-sources.jar!/" />
</SOURCES>
</library>
</component>
@@ -339,6 +339,8 @@ class CommunityLibraryLicenses {
url: "http://sphinxcontrib-napoleon.readthedocs.org/"),
new LibraryLicense(name: "sqljet", version: "bundled with SVNKit", libraryName: "sqljet.jar", license: "link (commercial license)",
url: "http://sqljet.com", licenseUrl: "http://svnkit.com/license.html"),
new LibraryLicense(name: "StreamEx", version: "0.6.2", libraryName: "StreamEx", license: "Apache 2.0",
url: "https://github.com/amaembo/streamex", licenseUrl: "http://www.apache.org/licenses/LICENSE-2.0"),
new LibraryLicense(name: "svnkit-javahl", version: "bundled with SVNKit", libraryName: "svnkit-javahl.jar",
license: "link (commercial license)", url: "http://www.svnkit.com/", licenseUrl: "http://svnkit.com/license.html"),
new LibraryLicense(name: "SVNKit", libraryName: "svnkit.jar", version: "1.8.12", license: "link (commercial license)",
+1
View File
@@ -68,6 +68,7 @@ sqlite-jdbc-3.6.20.1.jar
swingx-core-1.6.2.jar
slf4j-api-1.7.10.jar
slf4j-log4j12-1.7.10.jar
streamex-0.6.2.jar
trove4j.jar
velocity.jar
winp-1.23.jar
Binary file not shown.
Binary file not shown.
+1
View File
@@ -47,5 +47,6 @@
<orderEntry type="library" name="com.twelvemonkeys.imageio:imageio-tiff:3.2.1" level="project" />
<orderEntry type="library" name="pty4j" level="project" />
<orderEntry type="module" module-name="credential-store" scope="RUNTIME" />
<orderEntry type="library" exported="" name="StreamEx" level="project" />
</component>
</module>