Loading tests/ch.elexis.core.test.logging/.classpath 0 → 100644 +7 −0 Original line number Diff line number Diff line <?xml version="1.0" encoding="UTF-8"?> <classpath> <classpathentry exported="true" kind="lib" path="rsc/"/> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/> <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> <classpathentry kind="output" path="bin"/> </classpath> tests/ch.elexis.core.test.logging/.project 0 → 100644 +28 −0 Original line number Diff line number Diff line <?xml version="1.0" encoding="UTF-8"?> <projectDescription> <name>ch.elexis.core.test.logging</name> <comment></comment> <projects> </projects> <buildSpec> <buildCommand> <name>org.eclipse.jdt.core.javabuilder</name> <arguments> </arguments> </buildCommand> <buildCommand> <name>org.eclipse.pde.ManifestBuilder</name> <arguments> </arguments> </buildCommand> <buildCommand> <name>org.eclipse.pde.SchemaBuilder</name> <arguments> </arguments> </buildCommand> </buildSpec> <natures> <nature>org.eclipse.pde.PluginNature</nature> <nature>org.eclipse.jdt.core.javanature</nature> </natures> </projectDescription> tests/ch.elexis.core.test.logging/.settings/org.eclipse.jdt.core.prefs 0 → 100644 +7 −0 Original line number Diff line number Diff line eclipse.preferences.version=1 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8 org.eclipse.jdt.core.compiler.compliance=1.8 org.eclipse.jdt.core.compiler.problem.assertIdentifier=error org.eclipse.jdt.core.compiler.problem.enumIdentifier=error org.eclipse.jdt.core.compiler.source=1.8 tests/ch.elexis.core.test.logging/META-INF/MANIFEST.MF 0 → 100644 +11 −0 Original line number Diff line number Diff line Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Logging Configuration for Tests Bundle-SymbolicName: ch.elexis.core.test.logging Bundle-Version: 1.0.0.qualifier Bundle-Vendor: elexis.ch Fragment-Host: ch.qos.logback.classic Automatic-Module-Name: ch.elexis.core.test.logging Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Bundle-ClassPath: rsc/, . tests/ch.elexis.core.test.logging/README.md 0 → 100644 +4 −0 Original line number Diff line number Diff line # Logback logging configuration fragment for unit tests Use this fragment within your IDE on running unit tests. It only outputs to STDOUT. No newline at end of file Loading
tests/ch.elexis.core.test.logging/.classpath 0 → 100644 +7 −0 Original line number Diff line number Diff line <?xml version="1.0" encoding="UTF-8"?> <classpath> <classpathentry exported="true" kind="lib" path="rsc/"/> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/> <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> <classpathentry kind="output" path="bin"/> </classpath>
tests/ch.elexis.core.test.logging/.project 0 → 100644 +28 −0 Original line number Diff line number Diff line <?xml version="1.0" encoding="UTF-8"?> <projectDescription> <name>ch.elexis.core.test.logging</name> <comment></comment> <projects> </projects> <buildSpec> <buildCommand> <name>org.eclipse.jdt.core.javabuilder</name> <arguments> </arguments> </buildCommand> <buildCommand> <name>org.eclipse.pde.ManifestBuilder</name> <arguments> </arguments> </buildCommand> <buildCommand> <name>org.eclipse.pde.SchemaBuilder</name> <arguments> </arguments> </buildCommand> </buildSpec> <natures> <nature>org.eclipse.pde.PluginNature</nature> <nature>org.eclipse.jdt.core.javanature</nature> </natures> </projectDescription>
tests/ch.elexis.core.test.logging/.settings/org.eclipse.jdt.core.prefs 0 → 100644 +7 −0 Original line number Diff line number Diff line eclipse.preferences.version=1 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8 org.eclipse.jdt.core.compiler.compliance=1.8 org.eclipse.jdt.core.compiler.problem.assertIdentifier=error org.eclipse.jdt.core.compiler.problem.enumIdentifier=error org.eclipse.jdt.core.compiler.source=1.8
tests/ch.elexis.core.test.logging/META-INF/MANIFEST.MF 0 → 100644 +11 −0 Original line number Diff line number Diff line Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Logging Configuration for Tests Bundle-SymbolicName: ch.elexis.core.test.logging Bundle-Version: 1.0.0.qualifier Bundle-Vendor: elexis.ch Fragment-Host: ch.qos.logback.classic Automatic-Module-Name: ch.elexis.core.test.logging Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Bundle-ClassPath: rsc/, .
tests/ch.elexis.core.test.logging/README.md 0 → 100644 +4 −0 Original line number Diff line number Diff line # Logback logging configuration fragment for unit tests Use this fragment within your IDE on running unit tests. It only outputs to STDOUT. No newline at end of file