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
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
10 changes: 5 additions & 5 deletions deploy/jbossas/modeshape-jbossas-console/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
<url>http://www.modeshape.org</url>

<properties>
<org.jboss.jopr.as5.version>1.2.0.GA</org.jboss.jopr.as5.version>
<org.jboss.rhq.as5.version>1.2.0.GA</org.jboss.rhq.as5.version>
<org.rhq.version>1.3.0.GA</org.rhq.version>
<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?

<apache.ant.version>1.7.0</apache.ant.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 ${apache.ant.version} is used in this POM file, so can we remove this line?

<java.persistence.api.version>1.0</java.persistence.api.version>
<jboss.embeddable.ejb3.hibernate.all.version>1.0.0.Alpha9</jboss.embeddable.ejb3.hibernate.all.version>
Expand Down Expand Up @@ -122,7 +122,7 @@
<groupId>org.jboss.jopr</groupId>
<artifactId>jopr-embedded-jbas5</artifactId>
<type>war</type>
<version>${org.jboss.jopr.as5.version}</version>
<version>${org.jboss.rhq.as5.version}</version>
</dependency>

<dependency>
Expand All @@ -140,7 +140,7 @@
<dependency>
<groupId>org.jboss.on</groupId>
<artifactId>jopr-jboss-as-5-plugin</artifactId>
<version>${jopr.jboss.as5.plugin.version}</version>
<version>${rhq.jboss.as5.plugin.version}</version>
</dependency>

<!-- See MODE-1140 -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -352,8 +352,8 @@ org.modeshape.jcr.URL = file:modeshape-configuration.xml?repositoryName=MyReposi
</listitem>
<listitem>
<para>A plugin for the embedded JBoss AS console, represented as a WAR file in the "deploy" directory.
This plugin also works with <ulink url="http://support.rhq-project.org/display/RHQ/Home">RHQ</ulink>/
<ulink url="http://jboss.org/jopr">JOPR</ulink> administration, monitoring, alerting, operational
This plugin also works with <ulink url="http://support.rhq-project.org/display/RHQ/Home">RHQ</ulink>
administration, monitoring, alerting, operational
control and configuration system. <emphasis role="strong">This feature is currently incomplete,
but is undergoing active development.</emphasis>
</para>
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/src/main/docbook/en-US/content/future.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<para>
ModeShape &versionNumber; provides a very capable JCR implementation with powerful and unique features not matched
by other implementations.
Version &versionNumber; improves the JDBC driver, the JBoss AS deployment, and the JOPR/RHQ monitoring
Version &versionNumber; improves the JDBC driver, the JBoss AS deployment, and the RHQ monitoring
plugin, along with numerous other fixes and improvements.
Of course, the release also comes with quite a few <ulink url="&ReleaseNotes;">bug fixes and improvements</ulink>.
</para>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -569,13 +569,13 @@
<listitem>
<para>
<emphasis role="strong">modeshape-jbossas-console</emphasis>
defines the plugin for <ulink url="http://support.rhq-project.org/display/RHQ/Home">RHQ</ulink>/
<ulink url="http://jboss.org/jopr">JOPR</ulink> that enables administration, monitoring, alerting, operational
control and configuration. All of the major components within a ModeShape engine are exposed as JOPR
defines the plugin for <ulink url="http://support.rhq-project.org/display/RHQ/Home">RHQ</ulink>
that enables administration, monitoring, alerting, operational
control and configuration. All of the major components within a ModeShape engine are exposed as RHQ
resources, and the plugin provides a number of metrics and administrative operations as well as
exposing most configuration properties.
<emphasis>(We plan to add more metrics and operations over the next few releases, as we gain more
experience using the ModeShape JOPR plugin.)</emphasis>
experience using the ModeShape RHQ plugin.)</emphasis>
</para>
</listitem>
<listitem>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1160,10 +1160,10 @@ config.repository("repository A")
</listitem>
<listitem>
<para>A plugin for the embedded JBoss AS console, represented as a WAR file in the "<code>deploy</code>" directory.
This plugin also works with <ulink url="http://support.rhq-project.org/display/RHQ/Home">RHQ</ulink>/
<ulink url="http://jboss.org/jopr">JOPR</ulink> administration, monitoring, alerting, operational
This plugin also works with <ulink url="http://support.rhq-project.org/display/RHQ/Home">RHQ</ulink>
administration, monitoring, alerting, operational
control and configuration system. <emphasis>(We plan to add more metrics and operations over the
next few releases, as we gain more experience using the ModeShape JOPR plugin.)</emphasis>
next few releases, as we gain more experience using the ModeShape RHQ plugin.)</emphasis>
</para>
</listitem>
<listitem>
Expand Down