Commit Graph

321 Commits

Author SHA1 Message Date
Gregory.Shrago
fae22c6be8 [nik] gson & jaxb libraries updated IDEA-75076 IDEA-73020 2011-11-25 20:58:50 +03:00
irengrig
dd80e5dffe svn 1.7 licences 2011-11-17 17:45:44 +04:00
irengrig
078cf050b5 svn 1.7 as additional plugin 2011-11-17 13:30:51 +04:00
Kirill Likhodedov
19e65d0802 IDEA-76980 Add jsch lib to git4idea 2011-11-15 16:23:46 +03:00
Eugene Zhuravlev
3ed9cdd304 bundle jgit 2011-11-14 18:17:51 +01:00
Kirill Likhodedov
5f1a82402a Add JGit library (will be used for HTTP support) 2011-11-11 20:10:43 +03:00
Dmitry Jemerov
9262308032 put forceDelete() function to common build scripts, use it in IDEA build script 2011-11-02 17:29:03 +01:00
Maxim Shafirov
759adc3ad3 App category is Developer Tools for everything we do 2011-10-28 20:28:15 +04:00
Eugene Zhuravlev
2a0954b4f6 bundle 'groovy-rt' to jps-server 2011-10-26 16:34:30 +02:00
Kirill Likhodedov
37b2699087 Another attempt to specify correct library name in libLicenses. 2011-10-25 15:01:42 +04:00
irengrig
286c2c6604 comma? 2011-10-25 13:21:15 +04:00
Kirill Likhodedov
22204bdca1 Fix lib name for ini4j in libLicenses.gant 2011-10-24 18:47:19 +04:00
Dmitry Jemerov
87cc4bb4af include cli-10.jar in idea core dist 2011-10-24 13:00:19 +02:00
Kirill Likhodedov
553d7c25d1 layouts.gant: explicitly specify ini4j because it's in the subfolder. 2011-10-21 11:05:29 +04:00
Kirill Likhodedov
50a11595cf GitConfig: read .git/config and update when changed. Currently for remotes only.
* using ini4j (Apache 2.0 License) to parse ini-like .git/config file.
* parse [remote] and [url] section aware of url, pushUrl, insteadOf, pushInsteadOf.
* tests.
2011-10-21 11:05:28 +04:00
Eugene Zhuravlev
70ce15ac30 optimizedFileManager.jar license fix 2011-10-20 20:27:50 +02:00
Eugene Zhuravlev
7f1d792711 loading optimized file manager dynamically from the pre-compiled jar 2011-10-19 13:08:11 +02:00
Dmitry Jemerov
c72aa5b417 include some more jars in core dist 2011-10-17 17:24:50 +02:00
Eugene Zhuravlev
44fe670d0c cosmetics 2011-10-15 15:54:11 +02:00
Eugene Zhuravlev
c379351509 jps modules re-layout 2011-10-15 15:54:09 +02:00
nik
c347e78a3e jps updated (start groovy compiler in separated process) 2011-10-14 09:02:23 +04:00
Denis.Zhdanov
aa42e87668 IDEA-75255 Relief remote debugging of tests running under teamcity
1. It's possible to not use predefined test groups (testGroups.properties) during tests discovery (allows to manually specify tests filtering pattern);
2. Created gant script for remote debugging (remote_debug.gant);
3. Created driver shell script for convenient work on local machine (remote_debug.sh);
2011-10-13 08:56:28 +04:00
Roman Shevchenko
636855a7b9 Read build number from build.txt (dev. updates) 2011-10-11 02:15:21 +02:00
Roman Shevchenko
d458f37e7f Cleanup (code with no effect) 2011-10-11 02:15:21 +02:00
nik
a925a82bee link to JPS repository corrected 2011-10-07 12:17:40 +04:00
Maxim Shafirov
c4545e33cb Let's have branch id specified in just one place -> build.txt 2011-09-30 14:07:00 +04:00
peter
6001620ef1 IDEA-69210 Upgrade to cglib 2.2.2 2011-09-23 20:21:56 +02:00
Dmitry Jemerov
c5311aeaf3 java-psi-api and java-psi-impl modules extracted 2011-09-23 19:12:35 +02:00
Eugene Zhuravlev
6001ee83ec bundle velocity 1.7 2011-09-15 18:49:57 +02:00
Eugene Zhuravlev
48cc351b1c library name corrected; protobuf is now bundled in community edition 2011-09-11 14:22:09 +02:00
Eugene Zhuravlev
2e397a36c6 added licenses for compile server libraries 2011-09-10 20:44:19 +02:00
Eugene Zhuravlev
f7aa5842d5 layout compile-server module properly 2011-09-09 17:27:59 +02:00
Dmitry Jemerov
c1dabe3597 fix core artifact build 2011-09-09 17:18:54 +02:00
Eugene Zhuravlev
dd45483a93 jps-incremental & protobuf libraries moved to community 2011-09-09 16:22:23 +02:00
Dmitry Jemerov
7f6291c530 layout core as a separate artifact 2011-09-09 16:12:05 +02:00
Maxim Shafirov
849253a547 Plists do need this jar too. 2011-08-26 13:58:54 +04:00
irengrig
12abe410a6 license for sequence library 2011-08-25 14:24:58 +04:00
nik
09478bf43f added jna.jar to classpath to fix ReorderJars task 2011-08-23 15:57:36 +04:00
Dmitry Jemerov
780e9d1fb8 add core-api and core-impl to build scripts 2011-08-17 21:13:00 +04:00
Dmitry Jemerov
7b92a2bdd1 add relaxng libs to layout 2011-08-17 12:45:18 +04:00
nik
58d6aea93d winp library updated 2011-08-17 09:29:47 +04:00
Eugene Kudelevsky
3d5bedb08f remove relaxng plugin directory from build script 2011-08-16 18:51:41 +04:00
Eugene Kudelevsky
0e0ac0f945 move relaxng support to platform 2011-08-16 18:51:38 +04:00
Denis.Zhdanov
7d142c1de7 IDEA-53476 Gradle integration (Maven's level - dependencies, modules, repositories)
1. Moved functional that works with gradle api to the separate process;
2. Setup infrastructure for communication with that remote process;
3. Started implemented 'import' functionality;
2011-08-09 17:56:30 +04:00
Dennis Ushakov
f9a3ab3e52 license fix 2011-08-05 12:34:54 +04:00
Dennis Ushakov
0e073e8f44 license for markdownj 2011-08-04 19:30:40 +04:00
Maxim Shafirov
bb827dd426 Changes in forms generator roundtrip via JPS project 2011-07-29 17:25:55 +04:00
Konstantin Bulenkov
b5ad6699c1 findjar plugin 2011-07-26 20:30:08 +04:00
Dmitry Jemerov
576a1c48f0 fix libraryName definition for swingx 2011-07-16 11:51:55 +02:00
Kirill Kalishev
2488a2cb78 swingx license 2011-07-15 14:05:59 +04:00