diff --git a/metafix/bin/main/flux-commands.properties b/metafix/bin/main/flux-commands.properties new file mode 100644 index 00000000..33cb50c2 --- /dev/null +++ b/metafix/bin/main/flux-commands.properties @@ -0,0 +1,18 @@ +# Copyright 2020 Fabian Steeg, hbz +# +# Licensed 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. +# +fix org.metafacture.metafix.Metafix +list-fix-paths org.metafacture.metafix.ListFixPaths +list-fix-values org.metafacture.metafix.ListFixValues +find-fix-paths org.metafacture.metafix.FindFixPaths diff --git a/metafix/bin/main/org/metafacture/metafix/FindFixPaths.class b/metafix/bin/main/org/metafacture/metafix/FindFixPaths.class new file mode 100644 index 00000000..5faab279 Binary files /dev/null and b/metafix/bin/main/org/metafacture/metafix/FindFixPaths.class differ