Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenrik Rentz-Reichert2012-01-04 16:17:21 +0000
committerHenrik Rentz-Reichert2012-01-04 16:17:21 +0000
commitff4852ed5ec3a0ec36ef0f2313153288dd0e3332 (patch)
treecac318dfd996c142e49195e519dcaa0cbdbc72c4 /plugins/org.eclipse.etrice.logging/META-INF
parent70121ec8a9f43c71ae28266c2f505a16429848c9 (diff)
downloadorg.eclipse.etrice-ff4852ed5ec3a0ec36ef0f2313153288dd0e3332.tar.gz
org.eclipse.etrice-ff4852ed5ec3a0ec36ef0f2313153288dd0e3332.tar.xz
org.eclipse.etrice-ff4852ed5ec3a0ec36ef0f2313153288dd0e3332.zip
[logging] fragment to configure the log4j logger for Xtext
Diffstat (limited to 'plugins/org.eclipse.etrice.logging/META-INF')
-rw-r--r--plugins/org.eclipse.etrice.logging/META-INF/MANIFEST.MF8
1 files changed, 8 insertions, 0 deletions
diff --git a/plugins/org.eclipse.etrice.logging/META-INF/MANIFEST.MF b/plugins/org.eclipse.etrice.logging/META-INF/MANIFEST.MF
new file mode 100644
index 000000000..fac3d56d1
--- /dev/null
+++ b/plugins/org.eclipse.etrice.logging/META-INF/MANIFEST.MF
@@ -0,0 +1,8 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: eTrice Logging Fragment
+Bundle-SymbolicName: org.eclipse.etrice.logging
+Bundle-Version: 0.1.0.qualifier
+Bundle-Vendor: eTrice (Incubation)
+Fragment-Host: org.apache.log4j;bundle-version="1.2.15"
+Bundle-RequiredExecutionEnvironment: JavaSE-1.6

Back to the top