You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@polygene.apache.org by "Niclas Hedhman (JIRA)" <ji...@apache.org> on 2015/07/12 08:31:04 UTC

[jira] [Comment Edited] (ZEST-40) Rename "Apache Zest Qi4j" to "Apache Zest (Java Edition)"

    [ https://issues.apache.org/jira/browse/ZEST-40?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14623682#comment-14623682 ] 

Niclas Hedhman edited comment on ZEST-40 at 7/12/15 6:30 AM:
-------------------------------------------------------------

I think this is practically completed. 

If someone wants to make additional checks, here is the grep expression I have used to narrow the search down to a reasonable level, and then scanned that by hand/eye.

{code:none}
grep -r "Qi4j" * | grep -v ^Binary | grep -v build | grep -v AbstractQi4jTest | grep -v Qi4jSPI | grep -v import | grep -v Qi4jRdf | grep -v Qi4jServlet | grep -v develop.atom | grep -v Qi4jFinder | grep -v Qi4jResourceBundle.properties | grep -v Qi4jSideEffectUtil | grep -v Qi4jApplicationComponent | grep -v Qi4jSideEffectConstants | grep -v Qi4jMixinUtil | grep -v org.qi4j.Qi4j | grep -v Qi4jSideEffectConstants | grep -v qidea | grep -v ^out | grep -v createQi4jRuntime
{code}


was (Author: niclas):
I think this is practically completed. 

If someone wants to make additional checks, here is the grep expression I have used to narrow the search down to a reasonable level, and then scanned that by hand/eye.

{code:bash}
grep -r "Qi4j" * | grep -v ^Binary | grep -v build | grep -v AbstractQi4jTest | grep -v Qi4jSPI | grep -v import | grep -v Qi4jRdf | grep -v Qi4jServlet | grep -v develop.atom | grep -v Qi4jFinder | grep -v Qi4jResourceBundle.properties | grep -v Qi4jSideEffectUtil | grep -v Qi4jApplicationComponent | grep -v Qi4jSideEffectConstants | grep -v Qi4jMixinUtil | grep -v org.qi4j.Qi4j | grep -v Qi4jSideEffectConstants | grep -v qidea | grep -v ^out | grep -v createQi4jRuntime
{code}

> Rename "Apache Zest Qi4j" to "Apache Zest (Java Edition)"
> ---------------------------------------------------------
>
>                 Key: ZEST-40
>                 URL: https://issues.apache.org/jira/browse/ZEST-40
>             Project: Zest
>          Issue Type: Sub-task
>            Reporter: Paul Merlin
>            Assignee: Niclas Hedhman
>
> See http://markmail.org/message/f3amszmwo3jw77zz
> Impacted areas:
> - -public website-
> - -documentation minisite-
> - -tutorials-
> - -javadocs (overview, content)-
> - -build (projects title, description etc...)-
> - -READMEs, LICENSEs, NOTICEs-
> - -JMX Library having a "Qi4j" root object.-
> For 2.1 we keep the java packages in {{org.qi4j.*}}.
>     Apache Zest Java Edition 2.1 is the first release of the Qi4j codebase
>     under the Apache Software Foundation umbrella. To keep backward
>     compatiblity, this version still use org.qi4j.* java packages. Please
>     note that this will change in 3.0.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)