mirror of https://github.com/apache/activemq.git
https://issues.apache.org/activemq/browse/AMQ-2882 - copy jetty-realm.properties with create command
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@990793 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
c458bd1a1f
commit
4afb2028a2
|
@ -74,6 +74,7 @@ public class CreateCommand extends AbstractCommand {
|
|||
{ "conf/broker.ts", "conf/broker.ts" },
|
||||
{ "conf/camel.xml", "conf/camel.xml" },
|
||||
{ "conf/jetty.xml", "conf/jetty.xml" },
|
||||
{ "conf/jetty-realm.properties", "conf/jetty-realm.properties" },
|
||||
{ "conf/credentials.properties", "conf/credentials.properties" }
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue