adding new effectivetomee spi file
Project: http://git-wip-us.apache.org/repos/asf/tomee/repo Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/b07065c3 Tree: http://git-wip-us.apache.org/repos/asf/tomee/tree/b07065c3 Diff: http://git-wip-us.apache.org/repos/asf/tomee/diff/b07065c3 Branch: refs/heads/master Commit: b07065c307da493089a409270daf7ec638166d76 Parents: fd84724 Author: Romain Manni-Bucau <[email protected]> Authored: Sat Apr 4 00:51:52 2015 +0200 Committer: Romain Manni-Bucau <[email protected]> Committed: Sat Apr 4 00:51:52 2015 +0200 ---------------------------------------------------------------------- .../org.apache.openejb.cli/effectivetomee | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tomee/blob/b07065c3/container/openejb-core/src/main/resources/META-INF/org.apache.openejb.cli/effectivetomee ---------------------------------------------------------------------- diff --git a/container/openejb-core/src/main/resources/META-INF/org.apache.openejb.cli/effectivetomee b/container/openejb-core/src/main/resources/META-INF/org.apache.openejb.cli/effectivetomee new file mode 100644 index 0000000..00cc635 --- /dev/null +++ b/container/openejb-core/src/main/resources/META-INF/org.apache.openejb.cli/effectivetomee @@ -0,0 +1,18 @@ +# 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. +# +main.class = org.apache.openejb.config.EffectiveTomEEXml +name = effective-tomee +description = Shows properties TomEE will use for resources
