1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-01 22:25:25 +02:00

Bug 484993 - Add remote ui feature to the build.

Change-Id: I4c1e48fd8018c952d6f743c91b64022274c7e81a
This commit is contained in:
Doug Schaefer 2015-12-31 00:06:11 -05:00
parent 7a1e27eb12
commit 83ecb792db
3 changed files with 26 additions and 0 deletions

View file

@ -0,0 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<project
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.eclipse.launchbar</groupId>
<artifactId>parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>org.eclipse.launchbar.remote.ui</artifactId>
<version>1.0.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>

View file

@ -26,4 +26,11 @@
version="0.0.0"
unpack="false"/>
<plugin
id="org.eclipse.launchbar.remote.ui"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
</feature>

View file

@ -72,6 +72,7 @@
<module>tests/org.eclipse.launchbar.core.tests</module>
<module>bundles/org.eclipse.launchbar.remote.core</module>
<module>bundles/org.eclipse.launchbar.remote.ui</module>
<module>features/org.eclipse.launchbar.remote</module>
<module>repo</module>