-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.bnd
19 lines (19 loc) · 1.04 KB
/
index.bnd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
-workspace-templates \
bndtools/workspace-templates/gradle; \
name=gradle; \
description="Setup gradle build for bnd workspace", \
bndtools/workspace-templates/maven; \
name=maven; \
description="Use the maven directory layout for sources and binaries", \
bndtools/workspace-templates/osgi; \
name=osgi; \
description="OSGi R8 with Felix distribution", \
mnlipp/de.mnl.osgi/de.mnl.osgi.bnd.repository/workspace-template; \
name=IndexedMavenRepository; \
description="Provide an OSGi repository derived from a subset of one or more maven repositories", \
eclipse-tycho/tycho/setup/bnd-templates/pomless; \
name=maven-tycho-build; \
description="Setup a maven pomless build for bnd workspace (IDE / bndtools first).",\
eclipse-tycho/tycho/setup/bnd-templates/pomless-configurator/; \
name=maven-tycho-build2; \
description="Setup a maven pomless build for bnd workspace (IDE / bndtools first) including customization using a configurator pom."