[323510]: [releng] Migrate XSLT CI build to Maven 3/Tycho
https://bugs.eclipse.org/bugs/show_bug.cgi?id=323510
Add Branding Plugin
diff --git a/bundles/org.eclipse.wst.xsl/META-INF/MANIFEST.MF b/bundles/org.eclipse.wst.xsl/META-INF/MANIFEST.MF
index 5ab4ae4..db149ca 100644
--- a/bundles/org.eclipse.wst.xsl/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.wst.xsl/META-INF/MANIFEST.MF
@@ -2,6 +2,6 @@
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name.0
Bundle-SymbolicName: org.eclipse.wst.xsl
-Bundle-Version: 1.0.0.qualifier
+Bundle-Version: 1.2.0.qualifier
Bundle-Vendor: %Bundle-Vendor.0
Bundle-Localization: plugin
diff --git a/bundles/org.eclipse.wst.xsl/pom.xml b/bundles/org.eclipse.wst.xsl/pom.xml
new file mode 100644
index 0000000..aca071e
--- /dev/null
+++ b/bundles/org.eclipse.wst.xsl/pom.xml
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>org.eclipse.wst.xsl</groupId>
+ <artifactId>org.eclipse.wst.xsl</artifactId>
+ <packaging>eclipse-plugin</packaging>
+ <version>1.2.0-SNAPSHOT</version>
+ <name>XSL Tools Branding Plugin</name>
+
+ <parent>
+ <groupId>org.eclipse.wst.xsl</groupId>
+ <artifactId>org.eclipse.wst.xsl-parent</artifactId>
+ <version>1.2.0-SNAPSHOT</version>
+ <relativePath>../../development/athena/org.eclipse.wst.xsl.releng</relativePath>
+ </parent>
+
+</project>
\ No newline at end of file