Browse Source

add images in documentation

pull/1/head
Mark Pollack 15 years ago
parent
commit
403792b412
  1. 9
      pom.xml
  2. 12
      src/docbkx/reference/jmx.xml
  3. BIN
      src/docbkx/resources/images/jconsole.png

9
pom.xml

@ -127,7 +127,8 @@ @@ -127,7 +127,8 @@
<plugin>
<groupId>com.agilejava.docbkx</groupId>
<artifactId>docbkx-maven-plugin</artifactId>
<version>2.0.8</version>
<!-- yes it really needs to be this (2.0.7) otherwise pdf generation from a clean build doesn't work -->
<version>2.0.7</version>
<executions>
<execution>
<goals>
@ -177,12 +178,18 @@ @@ -177,12 +178,18 @@
<include name="**/*.jpg"/>
</fileset>
</copy>
<copy todir="${project.basedir}/target/site/reference/html">
<fileset dir="${project.basedir}/src/docbkx/resources/images">
<include name="*.png"/>
</fileset>
</copy>
<move file="${project.basedir}/target/site/reference/pdf/index.pdf"
tofile="${project.basedir}/target/site/reference/pdf/spring-data-document-reference.pdf"
failonerror="false"/>
</postProcess>
</configuration>
</plugin>
<plugin>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.5</version>

12
src/docbkx/reference/jmx.xml

@ -9,19 +9,15 @@ @@ -9,19 +9,15 @@
instance. It also exposes an administrative MBean, MongoAdmin which will let
you perform administrative operations such as drop or create a database. The
JMX features build upon the JMX feature set available in the Spring
Framework. See
<ulink
Framework. See <ulink
url="http://static.springsource.org/spring/docs/3.0.x/reference/jmx.html">here
</ulink>
for more details.
</para>
</ulink> for more details.</para>
<section id="mongodb:jmx-configuration">
<title>MongoDB JMX Configuration</title>
<para>Spring's Mongo namespace enables you to easily enable JMX
functionality
</para>
functionality</para>
<example>
<title>XML schmea to configure MongoDB</title>
@ -108,7 +104,7 @@ @@ -108,7 +104,7 @@
<mediaobject>
<imageobject>
<imagedata fileref="..\resources\images\jconsole.png"/>
<imagedata fileref="jconsole.png" />
</imageobject>
</mediaobject>
</section>

BIN
src/docbkx/resources/images/jconsole.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB

Loading…
Cancel
Save