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:
parent
7a1e27eb12
commit
83ecb792db
3 changed files with 26 additions and 0 deletions
18
bundles/org.eclipse.launchbar.remote.ui/pom.xml
Normal file
18
bundles/org.eclipse.launchbar.remote.ui/pom.xml
Normal 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>
|
|
@ -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>
|
||||
|
|
1
pom.xml
1
pom.xml
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue