This is an automated email from the ASF dual-hosted git repository.
vongosling pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/rocketmq.git
The following commit(s) were added to refs/heads/develop by this push:
new 664e067 Remove the useless files
new 9b0d037 Merge branch 'develop' of github.com:apache/rocketmq into develop
664e067 is described below
commit 664e06730b57c946617234ce6d372971930cf789
Author: vongosling <vongosling@apache.org>
AuthorDate: Wed Jul 24 10:25:05 2019 +0800
Remove the useless files
---
distribution/bin/mqadmin.xml | 43 ----------------------------------------
distribution/bin/mqbroker.xml | 45 ------------------------------------------
distribution/bin/mqnamesrv.xml | 45 ------------------------------------------
3 files changed, 133 deletions(-)
diff --git a/distribution/bin/mqadmin.xml b/distribution/bin/mqadmin.xml
deleted file mode 100644
index 0f07da4..0000000
--- a/distribution/bin/mqadmin.xml
+++ /dev/null
@@ -1,43 +0,0 @@
-<!--
- Licensed to the Apache Software Foundation (ASF) under one or more
- contributor license agreements. See the NOTICE file distributed with
- this work for additional information regarding copyright ownership.
- The ASF licenses this file to You under the Apache License, Version 2.0
- (the "License"); you may not use this file except in compliance with
- the License. You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
- -->
-
-<java>
- <debug>false</debug>
-
- <javahome>${JAVA_HOME}</javahome>
-
- <jvmtype>server</jvmtype>
-
- <mainclass>org.apache.rocketmq.tools.command.MQAdminStartup</mainclass>
-
- <properties>
- <java.ext.dirs>${cpd}/../lib</java.ext.dirs>
- <rocketmq.home.dir>${cpd}/..</rocketmq.home.dir>
- </properties>
-
- <classpaths>
- </classpaths>
-
- <options>
- <-Xms512m></-Xms512m>
- <-Xmx1g></-Xmx1g>
- <-XX:NewSize>256M</-XX:NewSize>
- <-XX:MaxNewSize>512M</-XX:MaxNewSize>
- <-XX:PermSize>128M</-XX:PermSize>
- <-XX:MaxPermSize>128M</-XX:MaxPermSize>
- </options>
-</java>
diff --git a/distribution/bin/mqbroker.xml b/distribution/bin/mqbroker.xml
deleted file mode 100644
index 3043cc0..0000000
--- a/distribution/bin/mqbroker.xml
+++ /dev/null
@@ -1,45 +0,0 @@
-<!--
- Licensed to the Apache Software Foundation (ASF) under one or more
- contributor license agreements. See the NOTICE file distributed with
- this work for additional information regarding copyright ownership.
- The ASF licenses this file to You under the Apache License, Version 2.0
- (the "License"); you may not use this file except in compliance with
- the License. You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
- -->
-
-<java>
- <debug>false</debug>
-
- <javahome>${JAVA_HOME}</javahome>
-
- <jvmtype>server</jvmtype>
-
- <mainclass>org.apache.rocketmq.broker.BrokerStartup</mainclass>
-
- <properties>
- <java.ext.dirs>${cpd}/../lib</java.ext.dirs>
- <rocketmq.home.dir>${cpd}/..</rocketmq.home.dir>
- </properties>
-
- <classpaths>
- </classpaths>
-
- <options>
- <-Xms512m>
- </-Xms512m>
- <-Xmx1g>
-</-Xmx1g>
-<-XX:NewSize>256M</-XX:NewSize>
-<-XX:MaxNewSize>512M</-XX:MaxNewSize>
-<-XX:PermSize>128M</-XX:PermSize>
-<-XX:MaxPermSize>128M</-XX:MaxPermSize>
- </options>
- </java>
diff --git a/distribution/bin/mqnamesrv.xml b/distribution/bin/mqnamesrv.xml
deleted file mode 100644
index 1f050d1..0000000
--- a/distribution/bin/mqnamesrv.xml
+++ /dev/null
@@ -1,45 +0,0 @@
-<!--
- Licensed to the Apache Software Foundation (ASF) under one or more
- contributor license agreements. See the NOTICE file distributed with
- this work for additional information regarding copyright ownership.
- The ASF licenses this file to You under the Apache License, Version 2.0
- (the "License"); you may not use this file except in compliance with
- the License. You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
- -->
-
-<java>
- <debug>false</debug>
-
- <javahome>${JAVA_HOME}</javahome>
-
- <jvmtype>server</jvmtype>
-
- <mainclass>org.apache.rocketmq.namesrv.NamesrvStartup</mainclass>
-
- <properties>
- <java.ext.dirs>${cpd}/../lib</java.ext.dirs>
- <rocketmq.home.dir>${cpd}/..</rocketmq.home.dir>
- </properties>
-
- <classpaths>
- </classpaths>
-
- <options>
- <-Xms512m>
- </-Xms512m>
- <-Xmx1g>
-</-Xmx1g>
-<-XX:NewSize>256M</-XX:NewSize>
-<-XX:MaxNewSize>512M</-XX:MaxNewSize>
-<-XX:PermSize>128M</-XX:PermSize>
-<-XX:MaxPermSize>128M</-XX:MaxPermSize>
- </options>
- </java>
|