ASSIGNED - bug 250146: Fix API Tooling errors in Plugins
https://bugs.eclipse.org/bugs/show_bug.cgi?id=250146
diff --git a/bundles/org.eclipse.wst.xml.xpath.core/.project b/bundles/org.eclipse.wst.xml.xpath.core/.project
index f74cd46..0b90c1f 100644
--- a/bundles/org.eclipse.wst.xml.xpath.core/.project
+++ b/bundles/org.eclipse.wst.xml.xpath.core/.project
@@ -20,9 +20,15 @@
 			<arguments>
 			</arguments>
 		</buildCommand>
+		<buildCommand>
+			<name>org.eclipse.pde.api.tools.apiAnalysisBuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
 	</buildSpec>
 	<natures>
 		<nature>org.eclipse.pde.PluginNature</nature>
 		<nature>org.eclipse.jdt.core.javanature</nature>
+		<nature>org.eclipse.pde.api.tools.apiAnalysisNature</nature>
 	</natures>
 </projectDescription>
diff --git a/bundles/org.eclipse.wst.xml.xpath.core/plugin.xml b/bundles/org.eclipse.wst.xml.xpath.core/plugin.xml
deleted file mode 100644
index 7ff07fa..0000000
--- a/bundles/org.eclipse.wst.xml.xpath.core/plugin.xml
+++ /dev/null
@@ -1,24 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<?eclipse version="3.0"?>
-
-<!--
-  Copyright (c) 2008 Standards for Technology in Automotive Retail 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:
-      David Carver - initial API and implementation
-
- $Id: plugin.xml,v 1.2 2008/08/31 17:10:08 dacarver Exp $
--->
-
-<plugin>
-
-
-
-
-
-
-</plugin>
diff --git a/bundles/org.eclipse.wst.xml.xpath.ui/.project b/bundles/org.eclipse.wst.xml.xpath.ui/.project
index a5fb3b4..467a17e 100644
--- a/bundles/org.eclipse.wst.xml.xpath.ui/.project
+++ b/bundles/org.eclipse.wst.xml.xpath.ui/.project
@@ -20,9 +20,15 @@
 			<arguments>
 			</arguments>
 		</buildCommand>
+		<buildCommand>
+			<name>org.eclipse.pde.api.tools.apiAnalysisBuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
 	</buildSpec>
 	<natures>
 		<nature>org.eclipse.pde.PluginNature</nature>
 		<nature>org.eclipse.jdt.core.javanature</nature>
+		<nature>org.eclipse.pde.api.tools.apiAnalysisNature</nature>
 	</natures>
 </projectDescription>