05697f2a7c396f7599ba8963ab8179775db4e436 |
|
15-Jul-2016 |
Lubos Kosco <tarzanek@gmail.com> |
bcel 6.0 |
792485476a33faf1ff5e977c8ff57e32360757dc |
|
01-Jul-2016 |
Lubos Kosco <tarzanek@gmail.com> |
update bcel to 6.0 rc7 |
2a335dc8289c2018c8311c41a05286a205e754c4 |
|
30-May-2016 |
Lubos Kosco <tarzanek@gmail.com> |
lucene 6.0.1, bcel upgrade |
34ce5c2f0e9b0f6bf05895501c9f7171d4a5bab7 |
|
18-Sep-2014 |
Lubos Kosco <tarzanek@gmail.com> |
fix packaging for the egrok push, nb 8.0.1 changes |
596fc080b7d0387f572f7d392d35ee5ea702a312 |
|
17-Jun-2013 |
Lubos Kosco <Lubos.Kosco@Oracle.COM> |
netbeans 7.3.1 |
aa437711254f8bb8be871b7d0a4b530b718cbf4e |
|
12-Mar-2013 |
Lubos Kosco <Lubos.Kosco@oracle.com> |
lucene 4.2.0 |
6a26708374d7e379d9387ba862fc26a14e28919a |
|
25-Jan-2013 |
Lubos Kosco <Lubos.Kosco@oracle.com> |
lucene 4.1 |
1b28b233e40eae109c16d5b1b917dffb64e45f94 |
|
15-Jan-2013 |
Lubos Kosco <Lubos.Kosco@Oracle.COM> |
fix maven and web project build |
837b5b6a2b25946ad0d5ccff3acd4ce5b14577c0 |
|
02-Jan-2013 |
Lubos Kosco <Lubos.Kosco@Oracle.COM> |
revert ant minimum version for web nbproject |
c1f3e4e0a112250b8f94dde7b94a87a6a2d864b8 |
|
02-Jan-2013 |
Lubos Kosco <Lubos.Kosco@Oracle.COM> |
fix maven, fix emma to support jdk 7, fix jdk7 ui warnings |
874934ea6b432d07fd1fd2050fbdfb56a4ff91b9 |
|
02-Jan-2013 |
Lubos Kosco <Lubos.Kosco@Oracle.COM> |
lucene 3.6.1 |
8dc938f5c6296cffbadd8e06925dc0762dd79c5a |
|
02-Jan-2013 |
Lubos Kosco <Lubos.Kosco@Oracle.COM> |
lucene 3.6 , get JFlex.jar from lib into classpath, document ANT_OPTS on http proxy for lucene download |
6d7c6f82e644c205bc679ee5b1fa2929ec949963 |
|
02-Jan-2013 |
Lubos Kosco <Lubos.Kosco@Oracle.COM> |
bump up version, upgrade lucene to 3.5, create task that downloads jars from web
first time you need to be connected to internet to fetch lucene libs now
for proxy systems use:
ANT_OPTS="-Dhttp.proxyHost=proxy.host.com -Dhttp.proxyPort=80" ant |
6ba6a49186aff8de4dc5251195b9917021b5ee69 |
|
02-Jan-2013 |
Knut Anders Hatlen <knut.hatlen@oracle.com> |
Remove Jakarta ORO |
2ba599c0d79caf59996d8b54a0490bb968442134 |
|
02-Jan-2013 |
Knut Anders Hatlen <knut.hatlen@oracle.com> |
Use JRCS built from source and remove the binaries in lib |
a458f50391086e92efb1275d8848ff3b83237abe |
|
02-Jan-2013 |
Knut Anders Hatlen <Knut.Hatlen@Sun.COM> |
Removed jmxremote_optional.jar from lib and from build scripts. |
ab4ab2edaac480f68b476dc19e015c54cd4f1978 |
|
02-Jan-2013 |
Lubos Kosco <Lubos.Kosco@Sun.COM> |
upgrade lucene to 3.0.2
fix regression on search for a definition which doesn't have a tag in index (e.g. classes just in jar, not in source) |
3d35af9011883d0d9e46f89f52243567cbc631c4 |
|
02-Jan-2013 |
Knut Anders Hatlen <Knut.Hatlen@Sun.COM> |
Make web project dependent on main project
Since NetBeans is not very happy with projects that share source
roots (see http://wiki.netbeans.org/FaqSourceRootOverlap), I've
removed ../src and ../generatedsrc from the web project's list of
source roots, and instead added the main OpenGrok project as a
dependency. |
292082b509ca666f3da8b98dd5283f37221b31d5 |
|
02-Jan-2013 |
Knut Anders Hatlen <Knut.Hatlen@Sun.COM> |
Removed reference to test folder from opengrok-web-nbproject
NetBeans got confused when the same test folder was referenced
from two projects. |
760394c2089a0f30086a50e53eca12feaa2f9be1 |
|
02-Jan-2013 |
Knut Anders Hatlen <Knut.Hatlen@Sun.COM> |
Replace CRLF with LF in opengrok-web-nbproject/**/* |
b34561d2c3d92fac37dbced05ba6a8738e3d20e9 |
|
02-Jan-2013 |
Lubos Kosco <Lubos.Kosco@Sun.COM> |
fix pmd and findbugs warnings
add project for web application - opengrok-web-nbproject
add sample configs for agent and tray apps |