[582204] Fix reference to missing folder in build properties
diff --git a/xpath/docs/org.eclipse.wst.xml.xpath2.processor.doc.user/META-INF/MANIFEST.MF b/xpath/docs/org.eclipse.wst.xml.xpath2.processor.doc.user/META-INF/MANIFEST.MF index 5cde2a0..f3958cf 100644 --- a/xpath/docs/org.eclipse.wst.xml.xpath2.processor.doc.user/META-INF/MANIFEST.MF +++ b/xpath/docs/org.eclipse.wst.xml.xpath2.processor.doc.user/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Bundle-ManifestVersion: 2 Bundle-Name: %pluginName Bundle-SymbolicName: org.eclipse.wst.xml.xpath2.processor.doc.user;singleton:=true -Bundle-Version: 2.1.0.qualifier +Bundle-Version: 2.1.100.qualifier Bundle-Vendor: %vendorName Require-Bundle: org.eclipse.core.runtime Bundle-RequiredExecutionEnvironment: JavaSE-1.8
diff --git a/xpath/docs/org.eclipse.wst.xml.xpath2.processor.doc.user/build.properties b/xpath/docs/org.eclipse.wst.xml.xpath2.processor.doc.user/build.properties index 4d8e738..c1b792e 100644 --- a/xpath/docs/org.eclipse.wst.xml.xpath2.processor.doc.user/build.properties +++ b/xpath/docs/org.eclipse.wst.xml.xpath2.processor.doc.user/build.properties
@@ -9,5 +9,4 @@ docbook/,\ html/,\ toc.xml,\ - mediawiki/,\ about.html
diff --git a/xpath/docs/org.eclipse.wst.xml.xpath2.processor.doc.user/pom.xml b/xpath/docs/org.eclipse.wst.xml.xpath2.processor.doc.user/pom.xml index e7f85c9..f5da4b9 100644 --- a/xpath/docs/org.eclipse.wst.xml.xpath2.processor.doc.user/pom.xml +++ b/xpath/docs/org.eclipse.wst.xml.xpath2.processor.doc.user/pom.xml
@@ -23,7 +23,7 @@ <groupId>org.eclipse.webtools.sourceediting</groupId> <artifactId>org.eclipse.wst.xml.xpath2.processor.doc.user</artifactId> - <version>2.1.0-SNAPSHOT</version> + <version>2.1.100-SNAPSHOT</version> <packaging>eclipse-plugin</packaging> <name>PsychoPath XPath 2.0 Processor: User Documentation</name> </project>