Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.m2e.discovery-directory/org.eclipse.m2e.discovery.oss/plugin.properties')
-rwxr-xr-xorg.eclipse.m2e.discovery-directory/org.eclipse.m2e.discovery.oss/plugin.properties18
1 files changed, 18 insertions, 0 deletions
diff --git a/org.eclipse.m2e.discovery-directory/org.eclipse.m2e.discovery.oss/plugin.properties b/org.eclipse.m2e.discovery-directory/org.eclipse.m2e.discovery.oss/plugin.properties
new file mode 100755
index 00000000..6e008fbc
--- /dev/null
+++ b/org.eclipse.m2e.discovery-directory/org.eclipse.m2e.discovery.oss/plugin.properties
@@ -0,0 +1,18 @@
+#
+# 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.

Back to the top