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

Conversation

bcarothers-xx
Copy link
Member

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.

…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.
<jopr.jboss.as5.plugin.version>1.4.0.B01</jopr.jboss.as5.plugin.version>
<org.jboss.jopr.version>1.2.0.GA</org.jboss.jopr.version>
<rhq.jboss.as5.plugin.version>1.4.0.B01</rhq.jboss.as5.plugin.version>
<org.jboss.rhq.version>1.2.0.GA</org.jboss.rhq.version>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think ${org.jboss.rhq.version} is used in this POM file, so can we remove this line?

…RHQ'

Removed two unused properties as per feedback from Randall.  Everything still builds.
@rhauch rhauch merged commit 0e1d6b0 into ModeShape:master May 13, 2011
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants