merge #151 - Few small changes
This commit is contained in:
commit
30f0577499
|
@ -78,12 +78,6 @@
|
||||||
<artifactId>maven-javadoc-plugin</artifactId>
|
<artifactId>maven-javadoc-plugin</artifactId>
|
||||||
<version>2.9</version>
|
<version>2.9</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
<doclet>org.jboss.apiviz.APIviz</doclet>
|
|
||||||
<docletArtifact>
|
|
||||||
<groupId>org.jboss.apiviz</groupId>
|
|
||||||
<artifactId>apiviz</artifactId>
|
|
||||||
<version>1.3.2.GA</version>
|
|
||||||
</docletArtifact>
|
|
||||||
<useStandardDocletOptions>true</useStandardDocletOptions>
|
<useStandardDocletOptions>true</useStandardDocletOptions>
|
||||||
<minmemory>128m</minmemory>
|
<minmemory>128m</minmemory>
|
||||||
<maxmemory>512m</maxmemory>
|
<maxmemory>512m</maxmemory>
|
||||||
|
|
|
@ -27,10 +27,6 @@ import org.apache.activemq.core.client.impl.ClientMessageImpl;
|
||||||
* The ClientRequestor constructor is given a ClientSession and a request address.
|
* The ClientRequestor constructor is given a ClientSession and a request address.
|
||||||
* It creates a temporary queue for the responses and provides a request method that sends the request message and waits for its reply.
|
* It creates a temporary queue for the responses and provides a request method that sends the request message and waits for its reply.
|
||||||
*
|
*
|
||||||
* @apiviz.uses org.apache.activemq.api.core.client.ClientSession
|
|
||||||
* @apiviz.owns org.apache.activemq.api.core.client.ClientProducer
|
|
||||||
* @apiviz.owns org.apache.activemq.api.core.client.ClientConsumer
|
|
||||||
*
|
|
||||||
* @author <a href="jmesnil@redhat.com">Jeff Mesnil</a>
|
* @author <a href="jmesnil@redhat.com">Jeff Mesnil</a>
|
||||||
*/
|
*/
|
||||||
public final class ClientRequestor
|
public final class ClientRequestor
|
||||||
|
|
|
@ -76,12 +76,6 @@
|
||||||
<artifactId>maven-javadoc-plugin</artifactId>
|
<artifactId>maven-javadoc-plugin</artifactId>
|
||||||
<version>2.9</version>
|
<version>2.9</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
<doclet>org.jboss.apiviz.APIviz</doclet>
|
|
||||||
<docletArtifact>
|
|
||||||
<groupId>org.jboss.apiviz</groupId>
|
|
||||||
<artifactId>apiviz</artifactId>
|
|
||||||
<version>1.3.2.GA</version>
|
|
||||||
</docletArtifact>
|
|
||||||
<useStandardDocletOptions>true</useStandardDocletOptions>
|
<useStandardDocletOptions>true</useStandardDocletOptions>
|
||||||
<minmemory>128m</minmemory>
|
<minmemory>128m</minmemory>
|
||||||
<maxmemory>512m</maxmemory>
|
<maxmemory>512m</maxmemory>
|
||||||
|
|
|
@ -87,12 +87,6 @@
|
||||||
<artifactId>maven-javadoc-plugin</artifactId>
|
<artifactId>maven-javadoc-plugin</artifactId>
|
||||||
<version>2.9</version>
|
<version>2.9</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
<doclet>org.jboss.apiviz.APIviz</doclet>
|
|
||||||
<docletArtifact>
|
|
||||||
<groupId>org.jboss.apiviz</groupId>
|
|
||||||
<artifactId>apiviz</artifactId>
|
|
||||||
<version>1.3.2.GA</version>
|
|
||||||
</docletArtifact>
|
|
||||||
<useStandardDocletOptions>true</useStandardDocletOptions>
|
<useStandardDocletOptions>true</useStandardDocletOptions>
|
||||||
<minmemory>128m</minmemory>
|
<minmemory>128m</minmemory>
|
||||||
<maxmemory>512m</maxmemory>
|
<maxmemory>512m</maxmemory>
|
||||||
|
|
|
@ -93,12 +93,6 @@
|
||||||
<artifactId>maven-javadoc-plugin</artifactId>
|
<artifactId>maven-javadoc-plugin</artifactId>
|
||||||
<version>2.9</version>
|
<version>2.9</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
<doclet>org.jboss.apiviz.APIviz</doclet>
|
|
||||||
<docletArtifact>
|
|
||||||
<groupId>org.jboss.apiviz</groupId>
|
|
||||||
<artifactId>apiviz</artifactId>
|
|
||||||
<version>1.3.2.GA</version>
|
|
||||||
</docletArtifact>
|
|
||||||
<useStandardDocletOptions>true</useStandardDocletOptions>
|
<useStandardDocletOptions>true</useStandardDocletOptions>
|
||||||
<minmemory>128m</minmemory>
|
<minmemory>128m</minmemory>
|
||||||
<maxmemory>512m</maxmemory>
|
<maxmemory>512m</maxmemory>
|
||||||
|
|
|
@ -83,12 +83,6 @@
|
||||||
<goal>jar</goal>
|
<goal>jar</goal>
|
||||||
</goals>
|
</goals>
|
||||||
<configuration>
|
<configuration>
|
||||||
<doclet>org.jboss.apiviz.APIviz</doclet>
|
|
||||||
<docletArtifact>
|
|
||||||
<groupId>org.jboss.apiviz</groupId>
|
|
||||||
<artifactId>apiviz</artifactId>
|
|
||||||
<version>1.3.2.GA</version>
|
|
||||||
</docletArtifact>
|
|
||||||
<useStandardDocletOptions>true</useStandardDocletOptions>
|
<useStandardDocletOptions>true</useStandardDocletOptions>
|
||||||
<minmemory>128m</minmemory>
|
<minmemory>128m</minmemory>
|
||||||
<maxmemory>512m</maxmemory>
|
<maxmemory>512m</maxmemory>
|
||||||
|
|
10
pom.xml
10
pom.xml
|
@ -185,16 +185,6 @@
|
||||||
|
|
||||||
<dependencyManagement>
|
<dependencyManagement>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<!-- ## Documentation Build Dependencies ## -->
|
|
||||||
<dependency>
|
|
||||||
<groupId>org.jboss.apiviz</groupId>
|
|
||||||
<artifactId>apiviz</artifactId>
|
|
||||||
<version>1.3.2.GA</version>
|
|
||||||
<scope>release</scope>
|
|
||||||
<!-- License: LGPL -->
|
|
||||||
</dependency>
|
|
||||||
<!-- ## End Documentation Build Dependencies ## -->
|
|
||||||
|
|
||||||
<!-- ## Test Dependenices ## Note: Junit is required in certain module tests. We should control versions from here. -->
|
<!-- ## Test Dependenices ## Note: Junit is required in certain module tests. We should control versions from here. -->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>junit</groupId>
|
<groupId>junit</groupId>
|
||||||
|
|
Loading…
Reference in New Issue