From 94aa12fca697b882b8e86fdbebbb8ae790ebd414 Mon Sep 17 00:00:00 2001 From: Vladimir Krivosheev Date: Mon, 9 Apr 2012 11:30:03 +0400 Subject: [PATCH] instant html editing manager, init --- build/scripts/libLicenses.gant | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build/scripts/libLicenses.gant b/build/scripts/libLicenses.gant index d03bc5586bc6..959d5b7a26e6 100644 --- a/build/scripts/libLicenses.gant +++ b/build/scripts/libLicenses.gant @@ -237,6 +237,8 @@ libraryLicense(name: "YourKit Java Profiler", libraryName: "yjp-controller-api-r libraryLicense(name: "protobuf", version: "2.3.0", license: "New BSD", url: "http://code.google.com/p/protobuf/", licenseUrl: "http://code.google.com/p/protobuf/source/browse/trunk/COPYING.txt?r=367") libraryLicense(name: "Netty", libraryName: "Netty", version: "3.3.1", license: "Apache 2.0", url: "http://netty.io", licenseUrl: "http://www.apache.org/licenses/LICENSE-2.0") libraryLicense(name: "Kryo", libraryName: "Kryo", version: "1.04", license: "New BSD License", url: "http://code.google.com/p/kryo/", licenseUrl: "http://www.opensource.org/licenses/bsd-license.php") +//actually, I don't know about license — I am waiting for answer +libraryLicense(name: "socket-io-netty", attachedTo: "html-instant-editing", libraryName: "socket-io-netty", version: "0.3.2", license: "MIT License", url: "https://github.com/ibdknox/socket.io-netty", licenseUrl: "http://www.opensource.org/licenses/mit-license.html") jetbrainsLibrary("JPS") jetbrainsLibrary("Maven Embedder") jetbrainsLibrary("tcServiceMessages")