diff --git a/ch.qos.logback.beagle/.classpath b/ch.qos.logback.beagle/.classpath deleted file mode 100644 index 2565406..0000000 --- a/ch.qos.logback.beagle/.classpath +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/ch.qos.logback.beagle/.project b/ch.qos.logback.beagle/.project deleted file mode 100644 index bcc0103..0000000 --- a/ch.qos.logback.beagle/.project +++ /dev/null @@ -1,28 +0,0 @@ - - - logback-beagle - - - - - - org.eclipse.jdt.core.javabuilder - - - - - org.eclipse.pde.ManifestBuilder - - - - - org.eclipse.pde.SchemaBuilder - - - - - - org.eclipse.pde.PluginNature - org.eclipse.jdt.core.javanature - - diff --git a/ch.qos.logback.beagle/META-INF/MANIFEST.MF b/ch.qos.logback.beagle/META-INF/MANIFEST.MF old mode 100644 new mode 100755 index 82a67fa..1e54df9 --- a/ch.qos.logback.beagle/META-INF/MANIFEST.MF +++ b/ch.qos.logback.beagle/META-INF/MANIFEST.MF @@ -1,15 +1,13 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 -Bundle-Name: ch.qos.logback.beagle Plug-in -Bundle-SymbolicName: ch.qos.logback.beagle; singleton:=true -Bundle-Version: 0.9.16 +Bundle-Name: ch.qos.logback.beagle +Bundle-SymbolicName: ch.qos.logback.beagle;singleton:=true +Bundle-Version: 1.0.0.qualifier Bundle-Activator: ch.qos.logback.beagle.Activator -Require-Bundle: org.eclipse.ui, - org.eclipse.core.runtime +Require-Bundle: ch.qos.logback.core;bundle-version="1.0.0", + ch.qos.logback.classic;bundle-version="1.0.0", + org.eclipse.core.runtime, + org.eclipse.ui Bundle-ActivationPolicy: lazy Bundle-RequiredExecutionEnvironment: JavaSE-1.6 -Bundle-ClassPath: lib/logback-classic-0.9.16-SNAPSHOT.jar, - lib/logback-core-0.9.16-SNAPSHOT.jar, - lib/slf4j-api-1.5.6.jar, - lib/logback-classic-0.9.16-SNAPSHOT-tests.jar, - . +Bundle-ClassPath: . diff --git a/ch.qos.logback.beagle/build.properties b/ch.qos.logback.beagle/build.properties index 0b1a870..5a4f571 100644 --- a/ch.qos.logback.beagle/build.properties +++ b/ch.qos.logback.beagle/build.properties @@ -4,8 +4,5 @@ bin.includes = plugin.xml,\ META-INF/,\ .,\ icons/,\ - contexts.xml,\ - lib/logback-classic-0.9.16-SNAPSHOT.jar,\ - lib/logback-core-0.9.16-SNAPSHOT.jar,\ - lib/slf4j-api-1.6.6.jar,\ - lib/logback-classic-0.9.16-SNAPSHOT-tests.jar + contexts.xml,\ + lib/logback-classic-1.0.6-tests.jar diff --git a/ch.qos.logback.beagle/lib/logback-classic-1.0.6.jar b/ch.qos.logback.beagle/lib/logback-classic-1.0.6.jar deleted file mode 100755 index 140b334..0000000 Binary files a/ch.qos.logback.beagle/lib/logback-classic-1.0.6.jar and /dev/null differ diff --git a/ch.qos.logback.beagle/lib/logback-core-1.0.6.jar b/ch.qos.logback.beagle/lib/logback-core-1.0.6.jar deleted file mode 100755 index 4522494..0000000 Binary files a/ch.qos.logback.beagle/lib/logback-core-1.0.6.jar and /dev/null differ diff --git a/ch.qos.logback.beagle/lib/slf4j-api-1.6.6.jar b/ch.qos.logback.beagle/lib/slf4j-api-1.6.6.jar deleted file mode 100755 index 4c03fa6..0000000 Binary files a/ch.qos.logback.beagle/lib/slf4j-api-1.6.6.jar and /dev/null differ diff --git a/ch.qos.logback.beagle/plugin.xml b/ch.qos.logback.beagle/plugin.xml old mode 100644 new mode 100755 index 42e45ec..68a0d2f --- a/ch.qos.logback.beagle/plugin.xml +++ b/ch.qos.logback.beagle/plugin.xml @@ -2,37 +2,30 @@ - - - - + + + + + + + + - - - - - - - - - - - + + + + + + diff --git a/pom.xml b/pom.xml old mode 100644 new mode 100755 index f4db6ae..c928696 --- a/pom.xml +++ b/pom.xml @@ -1,62 +1,63 @@ - 4.0.0 + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> + 4.0.0 - ch.qos.logback.beagle - ch.qos.logback.beagle.parent - 1.0.0-SNAPSHOT - pom + ch.qos.logback.beagle + ch.qos.logback.beagle.parent + 1.0.0-SNAPSHOT + pom - - 0.15.0 - + + 0.15.0 + - - - indigo - p2 - http://download.eclipse.org/releases/indigo/ - - - orbit - p2 - http://build.eclipse.org/orbit/committers/orbit-I/20120526062928/R20120526062928/repository/ - - + + + indigo + p2 + http://download.eclipse.org/releases/indigo/ + + + orbit + p2 + http://build.eclipse.org/orbit/committers/orbit-I/20120526062928/R20120526062928/repository/ + + - - ch.qos.logback.beagle.repository - ch.qos.logback.beagle.feature - ch.qos.logback.beagle.core - + + ch.qos.logback.beagle.repository + ch.qos.logback.beagle.feature + ch.qos.logback.beagle.core + ch.qos.logback.beagle + - - - - - org.eclipse.tycho - tycho-maven-plugin - ${tycho-version} - true - - - - org.eclipse.tycho - target-platform-configuration - ${tycho-version} - - - - ch.qos.logback.beagle - ch.qos.logback.beagle.parent - 1.0.0-SNAPSHOT - logback-beagle - - - - - - + + + + + org.eclipse.tycho + tycho-maven-plugin + ${tycho-version} + true + + + + org.eclipse.tycho + target-platform-configuration + ${tycho-version} + + + + ch.qos.logback.beagle + ch.qos.logback.beagle.parent + 1.0.0-SNAPSHOT + logback-beagle + + + + + +