Bug 417315 - Improve "Explorer editing CSS with orion" with SWT OrionControl Added new control to the build.
diff --git a/bundles/org.eclipse.e4.tools.orion.editor.samples/pom.xml b/bundles/org.eclipse.e4.tools.orion.editor.samples/pom.xml new file mode 100644 index 0000000..db9ce0b --- /dev/null +++ b/bundles/org.eclipse.e4.tools.orion.editor.samples/pom.xml
@@ -0,0 +1,16 @@ +<?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/xsd/maven-4.0.0.xsd"> + <modelVersion>4.0.0</modelVersion> + <parent> + <groupId>org.eclipse.e4.tools</groupId> + <artifactId>e4-tools-aggregator</artifactId> + <version>0.15.0-SNAPSHOT</version> + <relativePath>../../</relativePath> + </parent> + + <groupId>org.eclipse.e4</groupId> + <artifactId>org.eclipse.e4.tools.orion.editor.samples</artifactId> + <version>0.15.0-SNAPSHOT</version> + <packaging>eclipse-plugin</packaging> + +</project>
diff --git a/bundles/org.eclipse.e4.tools.orion.editor/pom.xml b/bundles/org.eclipse.e4.tools.orion.editor/pom.xml new file mode 100644 index 0000000..08b72cb --- /dev/null +++ b/bundles/org.eclipse.e4.tools.orion.editor/pom.xml
@@ -0,0 +1,16 @@ +<?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/xsd/maven-4.0.0.xsd"> + <modelVersion>4.0.0</modelVersion> + <parent> + <groupId>org.eclipse.e4.tools</groupId> + <artifactId>e4-tools-aggregator</artifactId> + <version>0.15.0-SNAPSHOT</version> + <relativePath>../../</relativePath> + </parent> + + <groupId>org.eclipse.e4</groupId> + <artifactId>org.eclipse.e4.tools.orion.editor</artifactId> + <version>0.15.0-SNAPSHOT</version> + <packaging>eclipse-plugin</packaging> + +</project>
diff --git a/features/org.eclipse.e4.tools.orion.css.editor.feature/feature.xml b/features/org.eclipse.e4.tools.orion.css.editor.feature/feature.xml index 4d374c6..48ae1cd 100644 --- a/features/org.eclipse.e4.tools.orion.css.editor.feature/feature.xml +++ b/features/org.eclipse.e4.tools.orion.css.editor.feature/feature.xml
@@ -31,5 +31,12 @@ version="0.0.0" unpack="false"/> + <plugin + id="org.eclipse.e4.tools.orion.editor" + download-size="0" + install-size="0" + version="0.0.0" + unpack="false"/> + </feature>
diff --git a/pom.xml b/pom.xml index ef67da3..66a195f 100644 --- a/pom.xml +++ b/pom.xml
@@ -50,6 +50,8 @@ <module>./bundles/org.eclipse.e4.tools.css.editor.ui</module> <module>./bundles/org.eclipse.e4.tools.css.editor</module> <module>./bundles/org.eclipse.e4.tools.orion.css.editor</module> + <module>./bundles/org.eclipse.e4.tools.orion.editor</module> + <module>./bundles/org.eclipse.e4.tools.orion.editor.samples</module> <module>./bundles/org.eclipse.e4.tools.css.spy</module> <module>./bundles/org.eclipse.e4.tools.event.spy</module> <module>./features/org.eclipse.e4.core.tools.feature</module>