Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MODE-1076 Change all 'JOPR' references in documentation and code to 'RHQ' #96

Merged
merged 2 commits into from
May 13, 2011

Commits on May 13, 2011

  1. MODE-1076 Change all 'JOPR' references in documentation and code to '…

    …RHQ'
    
    The attached patch removes JOPR from the documentation and changes the properties named *jopr* in the POMs to *rhq*.  After running these scripts:
    
    find . -name *.xml -exec grep -iH JOPR {} \;
    find . -name *.java -exec grep -iH JOPR {} \;
    find . -name *.properties -exec grep -iH JOPR {} \;
    
    The only remaining references to JOPR are the Maven dependencies.  I can't find the RHQ version of these (if one even exists yet), but if anyone can point me to that, I'll be happy to make that change as well.
    bcarothers-xx committed May 13, 2011
    Configuration menu
    Copy the full SHA
    709d987 View commit details
    Browse the repository at this point in the history
  2. MODE-1076 Change all 'JOPR' references in documentation and code to '…

    …RHQ'
    
    Removed two unused properties as per feedback from Randall.  Everything still builds.
    bcarothers-xx committed May 13, 2011
    Configuration menu
    Copy the full SHA
    0e1d6b0 View commit details
    Browse the repository at this point in the history