You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by cl...@apache.org on 2015/05/11 18:12:49 UTC

[1/2] activemq-artemis git commit: fixing distribution on windows - the wrong location was causing a NPE on create

Repository: activemq-artemis
Updated Branches:
  refs/heads/master ccef23a03 -> 0567e5bab


fixing distribution on windows - the wrong location was causing a NPE on create


Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/2e0cbc12
Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/2e0cbc12
Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/2e0cbc12

Branch: refs/heads/master
Commit: 2e0cbc122d5236e9e83df067d47f19a5e4f635e8
Parents: 5124583
Author: Clebert Suconic <cl...@apache.org>
Authored: Mon May 11 12:11:07 2015 -0400
Committer: Clebert Suconic <cl...@apache.org>
Committed: Mon May 11 12:11:07 2015 -0400

----------------------------------------------------------------------
 artemis-cli/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/2e0cbc12/artemis-cli/pom.xml
----------------------------------------------------------------------
diff --git a/artemis-cli/pom.xml b/artemis-cli/pom.xml
index b8ce69f..4006d34 100644
--- a/artemis-cli/pom.xml
+++ b/artemis-cli/pom.xml
@@ -131,7 +131,7 @@
                    <version>1.9</version>
                    <classifier>bin</classifier>
                    <type>exe</type>
-                   <outputDirectory>${basedir}/target/classes/org/apache/activemq/cli/commands/bin</outputDirectory>
+                   <outputDirectory>${basedir}/target/classes/org/apache/artemis/cli/commands/bin</outputDirectory>
                    <destFileName>activemq-service.exe</destFileName>
                  </artifactItem>
                </artifactItems>


[2/2] activemq-artemis git commit: This closes #244 - windows fixes

Posted by cl...@apache.org.
This closes #244 - windows fixes


Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/0567e5ba
Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/0567e5ba
Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/0567e5ba

Branch: refs/heads/master
Commit: 0567e5babd3f9747a3c6dfc6fa40edecce78a563
Parents: ccef23a 2e0cbc1
Author: Clebert Suconic <cl...@apache.org>
Authored: Mon May 11 12:12:31 2015 -0400
Committer: Clebert Suconic <cl...@apache.org>
Committed: Mon May 11 12:12:31 2015 -0400

----------------------------------------------------------------------
 artemis-cli/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------