mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-21 21:52:10 +02:00
Bug 577097: Add o.e.remote features to CDT's p2 repo
Change-Id: Ia5ef4a868d52389aefa3ef800a412ce53628da3e
This commit is contained in:
parent
fcc8fa8b5b
commit
8062a11eac
5 changed files with 30 additions and 110 deletions
|
@ -254,6 +254,36 @@
|
|||
<bundle id="org.eclipse.cdt.jsoncdb.nvidia.source">
|
||||
<category name="extra-jsoncdb"/>
|
||||
</bundle>
|
||||
<feature url="features/org.eclipse.remote_0.0.0.jar" id="org.eclipse.remote" version="0.0.0">
|
||||
<category name="Remote Services"/>
|
||||
</feature>
|
||||
<feature url="features/org.eclipse.remote.source_0.0.0.jar" id="org.eclipse.remote.source" version="0.0.0">
|
||||
<category name="Remote Services SDK"/>
|
||||
</feature>
|
||||
<feature url="features/org.eclipse.remote.serial_0.0.0.jar" id="org.eclipse.remote.serial" version="0.0.0">
|
||||
<category name="Remote Serial Port"/>
|
||||
</feature>
|
||||
<feature url="features/org.eclipse.remote.serial.source_0.0.0.jar" id="org.eclipse.remote.serial.source" version="0.0.0">
|
||||
<category name="Remote Console SDK"/>
|
||||
</feature>
|
||||
<feature url="features/org.eclipse.remote.console_0.0.0.jar" id="org.eclipse.remote.console" version="0.0.0">
|
||||
<category name="Remote Console"/>
|
||||
</feature>
|
||||
<feature url="features/org.eclipse.remote.console.source_0.0.0.jar" id="org.eclipse.remote.console.source" version="0.0.0">
|
||||
<category name="Remote Console SDK"/>
|
||||
</feature>
|
||||
<feature url="features/org.eclipse.remote.telnet_0.0.0.jar" id="org.eclipse.remote.telnet" version="0.0.0">
|
||||
<category name="Telnet Protocol Support"/>
|
||||
</feature>
|
||||
<feature url="features/org.eclipse.remote.telnet.source_0.0.0.jar" id="org.eclipse.remote.telnet.source" version="0.0.0">
|
||||
<category name="Telnet Protocol Support SDK"/>
|
||||
</feature>
|
||||
<feature url="features/org.eclipse.remote.proxy_0.0.0.jar" id="org.eclipse.remote.proxy" version="0.0.0">
|
||||
<category name="Remote Proxy Agent"/>
|
||||
</feature>
|
||||
<feature url="features/org.eclipse.remote.proxy.source_0.0.0.jar" id="org.eclipse.remote.proxy.source" version="0.0.0">
|
||||
<category name="Remote Proxy Agent SDK"/>
|
||||
</feature>
|
||||
<category-def name="main" label="CDT Main Features"/>
|
||||
<category-def name="extra" label="CDT Optional Features"/>
|
||||
<category-def name="launchbar" label="LaunchBar"/>
|
||||
|
|
|
@ -1,11 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<projectDescription>
|
||||
<name>org.eclipse.remote.repo</name>
|
||||
<comment></comment>
|
||||
<projects>
|
||||
</projects>
|
||||
<buildSpec>
|
||||
</buildSpec>
|
||||
<natures>
|
||||
</natures>
|
||||
</projectDescription>
|
|
@ -1,2 +0,0 @@
|
|||
eclipse.preferences.version=1
|
||||
encoding/<project>=UTF-8
|
|
@ -1,33 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<site>
|
||||
<feature url="features/org.eclipse.remote_0.0.0.jar" id="org.eclipse.remote" version="0.0.0">
|
||||
<category name="Remote Services"/>
|
||||
</feature>
|
||||
<feature url="features/org.eclipse.remote.source_0.0.0.jar" id="org.eclipse.remote.source" version="0.0.0">
|
||||
<category name="Remote Services SDK"/>
|
||||
</feature>
|
||||
<feature url="features/org.eclipse.remote.serial_0.0.0.jar" id="org.eclipse.remote.serial" version="0.0.0">
|
||||
<category name="Remote Serial Port"/>
|
||||
</feature>
|
||||
<feature url="features/org.eclipse.remote.serial.source_0.0.0.jar" id="org.eclipse.remote.serial.source" version="0.0.0">
|
||||
<category name="Remote Console SDK"/>
|
||||
</feature>
|
||||
<feature url="features/org.eclipse.remote.console_0.0.0.jar" id="org.eclipse.remote.console" version="0.0.0">
|
||||
<category name="Remote Console"/>
|
||||
</feature>
|
||||
<feature url="features/org.eclipse.remote.console.source_0.0.0.jar" id="org.eclipse.remote.console.source" version="0.0.0">
|
||||
<category name="Remote Console SDK"/>
|
||||
</feature>
|
||||
<feature url="features/org.eclipse.remote.telnet_0.0.0.jar" id="org.eclipse.remote.telnet" version="0.0.0">
|
||||
<category name="Telnet Protocol Support"/>
|
||||
</feature>
|
||||
<feature url="features/org.eclipse.remote.telnet.source_0.0.0.jar" id="org.eclipse.remote.telnet.source" version="0.0.0">
|
||||
<category name="Telnet Protocol Support SDK"/>
|
||||
</feature>
|
||||
<feature url="features/org.eclipse.remote.proxy_0.0.0.jar" id="org.eclipse.remote.proxy" version="0.0.0">
|
||||
<category name="Remote Proxy Agent"/>
|
||||
</feature>
|
||||
<feature url="features/org.eclipse.remote.proxy.source_0.0.0.jar" id="org.eclipse.remote.proxy.source" version="0.0.0">
|
||||
<category name="Remote Proxy Agent SDK"/>
|
||||
</feature>
|
||||
</site>
|
|
@ -1,64 +0,0 @@
|
|||
<?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.remote</groupId>
|
||||
<artifactId>remote-parent</artifactId>
|
||||
<version>3.0.2-SNAPSHOT</version>
|
||||
<relativePath>../../releng/org.eclipse.remote.build/pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
<artifactId>org.eclipse.remote.repo</artifactId>
|
||||
<packaging>eclipse-repository</packaging>
|
||||
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.eclipse.tycho</groupId>
|
||||
<artifactId>tycho-p2-publisher-plugin</artifactId>
|
||||
<version>${tycho-version}</version>
|
||||
<configuration>
|
||||
<publishArtifacts>true</publishArtifacts>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
|
||||
<profiles>
|
||||
<profile>
|
||||
<id>production</id>
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<artifactId>maven-antrun-plugin</artifactId>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>deploy</id>
|
||||
<phase>install</phase>
|
||||
<goals>
|
||||
<goal>run</goal>
|
||||
</goals>
|
||||
<configuration>
|
||||
<tasks>
|
||||
<mkdir dir="${remote-install-dir}" />
|
||||
<delete includeemptydirs="true">
|
||||
<fileset dir="${remote-install-dir}">
|
||||
<include name="**/*" />
|
||||
</fileset>
|
||||
</delete>
|
||||
<unzip
|
||||
src="${project.build.directory}/${project.build.finalName}.zip"
|
||||
dest="${remote-install-dir}" />
|
||||
</tasks>
|
||||
</configuration>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
</profile>
|
||||
</profiles>
|
||||
</project>
|
Loading…
Add table
Reference in a new issue