mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-09 18:56:02 +02:00
Added the p2 repo and finished the poms.
This commit is contained in:
parent
74797fe6e3
commit
24244f8469
7 changed files with 55 additions and 9 deletions
|
@ -7,7 +7,7 @@ Bundle-Activator: org.eclipse.launchbar.core.internal.Activator
|
|||
Bundle-Vendor: Eclipse CDT
|
||||
Require-Bundle: org.eclipse.core.runtime,
|
||||
org.eclipse.debug.core,
|
||||
org.eclipse.remote.core;bundle-version="[1.1.0,2.0.0)";visibility:=reexport,
|
||||
org.eclipse.remote.core;bundle-version="[1.0.0,2.0.0)";visibility:=reexport,
|
||||
org.eclipse.core.filesystem
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
|
||||
Bundle-ActivationPolicy: lazy
|
||||
|
|
|
@ -14,11 +14,4 @@
|
|||
<natures>
|
||||
<nature>org.eclipse.pde.FeatureNature</nature>
|
||||
</natures>
|
||||
<linkedResources>
|
||||
<link>
|
||||
<name>parent-pom.xml</name>
|
||||
<type>1</type>
|
||||
<locationURI>PARENT-2-PROJECT_LOC/pom.xml</locationURI>
|
||||
</link>
|
||||
</linkedResources>
|
||||
</projectDescription>
|
||||
|
|
9
pom.xml
9
pom.xml
|
@ -40,7 +40,12 @@
|
|||
<repositories>
|
||||
<repository>
|
||||
<id>eclipse</id>
|
||||
<url>http://download.eclipse.org/releases/luna</url>
|
||||
<url>http://download.eclipse.org/releases/luna/</url>
|
||||
<layout>p2</layout>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>license</id>
|
||||
<url>http://download.eclipse.org/cbi/updates/license/</url>
|
||||
<layout>p2</layout>
|
||||
</repository>
|
||||
</repositories>
|
||||
|
@ -48,6 +53,8 @@
|
|||
<modules>
|
||||
<module>bundles/org.eclipse.launchbar.core</module>
|
||||
<module>bundles/org.eclipse.launchbar.ui</module>
|
||||
<module>features/org.eclipse.launchbar</module>
|
||||
<module>repo</module>
|
||||
</modules>
|
||||
|
||||
<pluginRepositories>
|
||||
|
|
1
repo/.gitignore
vendored
Normal file
1
repo/.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
/target/
|
24
repo/.project
Normal file
24
repo/.project
Normal file
|
@ -0,0 +1,24 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<projectDescription>
|
||||
<name>org.eclipse.launchbar-repo</name>
|
||||
<comment></comment>
|
||||
<projects>
|
||||
</projects>
|
||||
<buildSpec>
|
||||
</buildSpec>
|
||||
<natures>
|
||||
</natures>
|
||||
<linkedResources>
|
||||
<link>
|
||||
<name>parent-pom.xml</name>
|
||||
<type>1</type>
|
||||
<locationURI>PARENT-1-PROJECT_LOC/pom.xml</locationURI>
|
||||
</link>
|
||||
</linkedResources>
|
||||
<variableList>
|
||||
<variable>
|
||||
<name>copy_PARENT</name>
|
||||
<value>$%7BPARENT-1-PROJECT_LOC%7D</value>
|
||||
</variable>
|
||||
</variableList>
|
||||
</projectDescription>
|
7
repo/category.xml
Normal file
7
repo/category.xml
Normal file
|
@ -0,0 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<site>
|
||||
<feature id="org.eclipse.launchbar">
|
||||
<category name="main"/>
|
||||
</feature>
|
||||
<category-def name="main" label="LaunchBar"/>
|
||||
</site>
|
14
repo/pom.xml
Normal file
14
repo/pom.xml
Normal file
|
@ -0,0 +1,14 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project>
|
||||
<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>repo</artifactId>
|
||||
<packaging>eclipse-repository</packaging>
|
||||
</project>
|
Loading…
Add table
Reference in a new issue