1Manifest-Version: 1.0 2Bundle-ManifestVersion: 2 3Bundle-Name: google-java-format 4Bundle-SymbolicName: google-java-format-eclipse-plugin;singleton:=true 5Bundle-Version: 1.6.0 6Bundle-RequiredExecutionEnvironment: JavaSE-1.8 7Require-Bundle: org.eclipse.jdt.core;bundle-version="3.10.0", 8 org.eclipse.jface, 9 org.eclipse.text, 10 org.eclipse.ui, 11 org.eclipse.equinox.common 12Bundle-ClassPath: ., 13 lib/guava-22.0.jar, 14 lib/javac-shaded-9+181-r4173-1.jar, 15 lib/google-java-format-1.6.jar 16