### Eclipse Workspace Patch 1.0 #P org.eclipse.jdt.core Index: antadapter/META-INF/MANIFEST.MF =================================================================== RCS file: antadapter/META-INF/MANIFEST.MF diff -N antadapter/META-INF/MANIFEST.MF --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ antadapter/META-INF/MANIFEST.MF 1 Jan 1970 00:00:00 -0000 @@ -0,0 +1,13 @@ +Manifest-Version: 1.0 +Bundle-ManifestVersion: 2 +Bundle-Name: %pluginName +Bundle-SymbolicName: org.eclipse.jdt.core.ant.compiler.adapter;singleton:=true +Bundle-Version: 1.0.0 +Bundle-ClassPath: bogus +Bundle-RequiredExecutionEnvironment: J2SE-1.4 +Import-Package: org.eclipse.jdt.core.compiler, + org.eclipse.jdt.internal.antadapter, + org.eclipse.jdt.internal.compiler.batch, + org.eclipse.jdt.internal.compiler.impl, + org.eclipse.jdt.internal.compiler.util +Bundle-Vendor: %providerName Index: antadapter/plugin.properties =================================================================== RCS file: antadapter/plugin.properties diff -N antadapter/plugin.properties --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ antadapter/plugin.properties 1 Jan 1970 00:00:00 -0000 @@ -0,0 +1,13 @@ +############################################################################### +# Copyright (c) 2010 EclipseSource Inc. and others. +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Eclipse Public License v1.0 +# which accompanies this distribution, and is available at +# http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# EclipseSource Inc. - initial API and implementation +############################################################################### + +providerName=Eclipse.org +pluginName=JDT ECJ Ant Compiler Adapter Index: antadapter/plugin.xml =================================================================== RCS file: antadapter/plugin.xml diff -N antadapter/plugin.xml --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ antadapter/plugin.xml 1 Jan 1970 00:00:00 -0000 @@ -0,0 +1,11 @@ + + + + + + + + +