View | Details | Raw Unified | Return to bug 327899 | Differences between
and this patch

Collapse All | Expand All

(-)antadapter/META-INF/MANIFEST.MF (+12 lines)
Added Link Here
1
Manifest-Version: 1.0
2
Bundle-ManifestVersion: 2
3
Bundle-Name: %pluginName
4
Bundle-SymbolicName: org.eclipse.jdt.core.ant.compiler.adapter;singleton:=true
5
Bundle-Version: 1.0.0
6
Bundle-RequiredExecutionEnvironment: J2SE-1.4
7
Import-Package: org.eclipse.jdt.core.compiler,
8
 org.eclipse.jdt.internal.antadapter,
9
 org.eclipse.jdt.internal.compiler.batch,
10
 org.eclipse.jdt.internal.compiler.impl,
11
 org.eclipse.jdt.internal.compiler.util
12
Bundle-Vendor: %providerName
(-)antadapter/plugin.properties (+13 lines)
Added Link Here
1
###############################################################################
2
# Copyright (c) 2010 EclipseSource Inc. and others.
3
# All rights reserved. This program and the accompanying materials
4
# are made available under the terms of the Eclipse Public License v1.0
5
# which accompanies this distribution, and is available at
6
# http://www.eclipse.org/legal/epl-v10.html
7
#
8
# Contributors:
9
#     EclipseSource Inc. - initial API and implementation
10
###############################################################################
11
12
providerName=Eclipse.org
13
pluginName=JDT ECJ Ant Compiler Adapter
(-)antadapter/plugin.xml (+11 lines)
Added Link Here
1
<?xml version="1.0" encoding="UTF-8"?>
2
<?eclipse version="3.0"?>
3
4
<plugin>
5
<extension 
6
	point="org.eclipse.ant.core.extraClasspathEntries">
7
	<extraClasspathEntry
8
		library="/">
9
	</extraClasspathEntry>
10
</extension> 
11
</plugin>

Return to bug 327899