need to remove "com.hp" hard-coded references
---------------------------------------------

                 Key: WINK-21
                 URL: https://issues.apache.org/jira/browse/WINK-21
             Project: Wink
          Issue Type: Bug
            Reporter: Mike Rheinheimer


Don't know if anyone has already identified this work, so here's a Jira.  :)

We need to change hard strings to org.apache or org.apache.wink where 
appropriate.

I found:

com.hp
com:hp
com.hp.symphony
com:hp:symphony
com.hpsymphony

In some places.  The search I used:

find . | grep -v svn | xargs grep "com.hp" | grep -v "Binary file"

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to