[276600] Create Source Bundles and Update to Tycho 0.10.0
diff --git a/sourceediting/development/org.eclipse.wst.xml.vex.releng/pom.xml b/sourceediting/development/org.eclipse.wst.xml.vex.releng/pom.xml
index 0c6500c..bc27b7b 100644
--- a/sourceediting/development/org.eclipse.wst.xml.vex.releng/pom.xml
+++ b/sourceediting/development/org.eclipse.wst.xml.vex.releng/pom.xml
@@ -9,7 +9,7 @@
<packaging>pom</packaging>
<properties>
- <tycho-version>0.9.0</tycho-version>
+ <tycho-version>0.10.0</tycho-version>
</properties>
<modules>
@@ -61,8 +61,15 @@
<encoding>UTF-8</encoding>
</configuration>
</plugin>
+ <plugin>
+ <groupId>org.sonatype.tycho</groupId>
+ <artifactId>maven-osgi-source-plugin</artifactId>
+ <version>${tycho-version}</version>
+ <configuration>
+ <encoding>UTF-8</encoding>
+ </configuration>
+ </plugin>
</plugins>
-
</pluginManagement>
</build>
<repositories>
diff --git a/sourceediting/plugins/org.eclipse.wst.xml.vex/build.properties b/sourceediting/plugins/org.eclipse.wst.xml.vex/build.properties
index e4aae79..298a7cc 100644
--- a/sourceediting/plugins/org.eclipse.wst.xml.vex/build.properties
+++ b/sourceediting/plugins/org.eclipse.wst.xml.vex/build.properties
@@ -6,3 +6,4 @@
plugin.properties,\
wtp_prod32.gif,\
wtp_prod32.png
+source = src_does_not_exist/
diff --git a/sourceediting/tests/org.eclipse.wst.xml.vex.core.tests/pom.xml b/sourceediting/tests/org.eclipse.wst.xml.vex.core.tests/pom.xml
index f9eb0c6..604d5c4 100644
--- a/sourceediting/tests/org.eclipse.wst.xml.vex.core.tests/pom.xml
+++ b/sourceediting/tests/org.eclipse.wst.xml.vex.core.tests/pom.xml
@@ -29,6 +29,21 @@
<artifactId>org.eclipse.sdk.ide</artifactId>
<version>0.0.0</version>
</dependency>
+ <dependency>
+ <type>p2-installable-unit</type>
+ <artifactId>org.eclipse.wst.xml.ui</artifactId>
+ <version>0.0.0</version>
+ </dependency>
+ <dependency>
+ <type>p2-installable-unit</type>
+ <artifactId>org.eclipse.wst.xsd.ui</artifactId>
+ <version>0.0.0</version>
+ </dependency>
+ <dependency>
+ <type>p2-installable-unit</type>
+ <artifactId>org.eclipse.wst.dtd.ui</artifactId>
+ <version>0.0.0</version>
+ </dependency>
</dependencies>
</configuration>
</plugin>