Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: cecc41fd794f558f47ceaec1d02744a1429c3f7c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
#
# Copyright (c) 2011 Sonatype, Inc.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v10.html
#

Bundle-Vendor = Eclipse.org
category.name.lifecycles = Lifecycle Mappings
category.description.lifecycles = Lifecycle Mappings 

# Tycho
configuratorDescriptor.tycho.name = Tycho Configurator
configuratorDescriptor.tycho.description = Tycho Configurator bridges tycho based projects and PDE
configuratorDescriptor.tycho.license = EPL
configuratorDescriptor.tycho.provider = Sonatype, Inc.
configuratorDescriptor.tycho.overview-summary = Tycho is focused on a Maven-centric, manifest-first approach to building Eclipse plug-ins, features, update sites, RCP applications and OSGi bundles. Tycho is a set of Maven plugins and extensions for building Eclipse plugins and OSGi bundles with Maven. Eclipse plugins and OSGi bundles have their own metadata for expressing dependencies, source folder locations, etc. that are normally found in a Maven POM. Tycho uses native metadata for Eclipse plugins and OSGi bundles and uses the POM to configure and drive the build. Tycho supports bundles, fragments, features, update site projects and RCP applications. Tycho also knows how to run JUnit test plugins using OSGi runtime and there is also support for sharing build results using Maven artifact repositories. Tycho plugins introduce new packaging types and the corresponding lifecycle bindings that allow Maven to use OSGi and Eclipse metadata during a Maven build. 


# m2e-extras
configuratorDescriptor.extras.name = m2e-extras
configuratorDescriptor.extras.description = m2e-extras
configuratorDescriptor.extras.license = EPL
configuratorDescriptor.extras.provider = Sonatype, Inc.
configuratorDescriptor.extras.overview-summary = m2e-extras

Back to the top