You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by df...@apache.org on 2021/04/20 18:31:32 UTC

[camel-performance-tests] 04/16: Remove files added by mistake

This is an automated email from the ASF dual-hosted git repository.

dfoulks pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-performance-tests.git

commit aed9c5ec3e48c9c37c6a10f41b3b973290393c1c
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Wed Mar 10 13:29:44 2021 +0100

    Remove files added by mistake
---
 .../target/classes/application.properties          | 32 ----------------------
 profiling/timer-log/target/classes/logback.xml     | 30 --------------------
 2 files changed, 62 deletions(-)

diff --git a/profiling/timer-log/target/classes/application.properties b/profiling/timer-log/target/classes/application.properties
deleted file mode 100644
index c7d93cf..0000000
--- a/profiling/timer-log/target/classes/application.properties
+++ /dev/null
@@ -1,32 +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.
-## ---------------------------------------------------------------------------
-
-# to configure camel main
-# here you can configure options on camel main (see MainConfigurationProperties class)
-camel.main.name = MyTinyCamel
-
-# run in lightweight mode to be tiny as possible
-camel.main.lightweight = true
-
-camel.main.exchange-factory = pooled
-camel.main.exchange-factory-capacity = 25
-camel.main.exchange-factory-statistics-enabled = true
-
-camel.main.duration-max-seconds = 130
-
-# properties used in the route
-myPeriod = 1
diff --git a/profiling/timer-log/target/classes/logback.xml b/profiling/timer-log/target/classes/logback.xml
deleted file mode 100644
index a798d0b..0000000
--- a/profiling/timer-log/target/classes/logback.xml
+++ /dev/null
@@ -1,30 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-
-    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.
-
--->
-<configuration>
-    <appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender">
-        <encoder>
-            <pattern>%d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n</pattern>
-        </encoder>
-    </appender>
-
-    <root level="INFO">
-        <appender-ref ref="STDOUT" />
-    </root>
-</configuration>