From 15bc54564e7bd00d8348f01e590bf16e710b7565 Mon Sep 17 00:00:00 2001 From: Arno Unkrig Date: Thu, 22 Sep 2016 20:34:41 +0200 Subject: [PATCH] --- commons-compiler-jdk/pom.xml | 2 +- commons-compiler/pom.xml | 2 +- janino-parent/dummy-keystore | Bin 0 -> 1256 bytes janino-parent/pom.xml | 4 ++-- janino/pom.xml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) create mode 100644 janino-parent/dummy-keystore diff --git a/commons-compiler-jdk/pom.xml b/commons-compiler-jdk/pom.xml index 33b95c5c2..3609f5a42 100644 --- a/commons-compiler-jdk/pom.xml +++ b/commons-compiler-jdk/pom.xml @@ -37,5 +37,5 @@ - http://janino-compiler.github.io/janino/ + The "JDK" implementation of the "commons-compiler" API that uses the JDK's Java compiler (JAVAC) in "tools.jar". diff --git a/commons-compiler/pom.xml b/commons-compiler/pom.xml index 90f39e51b..0dc0df367 100644 --- a/commons-compiler/pom.xml +++ b/commons-compiler/pom.xml @@ -28,5 +28,5 @@ - https://github.com/janino-compiler/janino + The "commons-compiler" API, including the "IExpressionEvaluator", "IScriptEvaluator", "IClassBodyEvaluator" and "ISimpleCompiler" interfaces. diff --git a/janino-parent/dummy-keystore b/janino-parent/dummy-keystore new file mode 100644 index 0000000000000000000000000000000000000000..d7ca48458e03e332de26aea726ba005accfafafa GIT binary patch literal 1256 zcmezO_TO6u1_mY|W&~r_l+xVXN+3^g-LFf%K)Ti%F1?k(Gg^ ziLpFs#rkHgB~xVA8U(Ilv&e}4UDT73-}_SN5_i@|zN7{5S8vwp6!=~DIy&#)vU7&d zcP$Cj&@p6OWfrG9cS`^J)f1REXUokhz4GD6?&weFJmSsv96j6|J)hOwFRFOWW$}(a z!xNj%Pg}L~PaJdQZC0xehdDY1hhKbpa4T6{X!ns-+fS?6B(iWkRa*3V#>~ylcH0Z) z$Xi_K5qJ77=9Brw%V&Mk4%U+&@_Wi za%$wq14Z}$egC1FZ`rKyQrNS2&4d!~c`r+&Tw}El%h!H5K6C1-{H~jqOk_8HP;dA9 z_IW;Ask%t|@?*Q>zBnjH?LT)z_w}TMtDJpSeu+)Xx_S1e;D%OboBRihaxZ;2^fh^z zqI}%6S6jM|mLFwKf5@_cWu5_pVC4zrx}J!48NWlDOjxQ|?M(xN^&CDq@~P`-h}wEw znAjll_nhk{op%2RPS4lg)M~oIv88dx*#m6C`xkm-|JVnKix?<~^BR~Nm>3uu85&p`m_|wP0~zK9#s(Hp0Xn;FU4&gb~P*XKHL@ z_*);`C|fF|8Fb%kj^3Lm&%X(753+gh!f;s5zF}LSTBd8PgHqt{NZa0sU;B@K-DU9Y z^z6`_>y6e8vL^YT(h|03&kR_)Wd8gYEY$)^hx~W1y#8-aTa@zNY3tF$uw!L?H&*~Vn9pO7Gr>x)o%j#9r&u|}ZTlS{(z{v2vT~{LgpB1tT zG&XGU6f0DI;iDlYy!||Q#r5336it&p{!Xf5 zRIxs@jYlr0%r1hU!q&6hXLeKL{*=7ctrBx~QLNRejYVwBRTl02`Pciw-C34>fvaob0w~uVh#bo6Wr{`F7vM8SFllZ>Idv$k|?CRj=AJ*GfnrpWo!A3jovY{G|W@ literal 0 HcmV?d00001 diff --git a/janino-parent/pom.xml b/janino-parent/pom.xml index fe349ff54..51d12e90e 100644 --- a/janino-parent/pom.xml +++ b/janino-parent/pom.xml @@ -99,7 +99,7 @@ - ../janino-dist/dummy-keystore + ../janino-parent/dummy-keystore dummy storepass keypass @@ -185,7 +185,7 @@ - See project web site http://janino-compiler.github.io/janino/ + scm:git:https://github.com/janino-compiler/janino https://github.com/janino-compiler/janino diff --git a/janino/pom.xml b/janino/pom.xml index 28d83feb4..97fb9106a 100644 --- a/janino/pom.xml +++ b/janino/pom.xml @@ -57,5 +57,5 @@ - http://janino-compiler.github.io/janino/ + The "JANINO" implementation of the "commons-compiler" API: Super-small, super-fast, independent from the JDK's "tools.jar".