Skip to content

Commit

Permalink
[testws]
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Kriens <peter.kriens@aqute.biz>
  • Loading branch information
pkriens committed Aug 3, 2016
1 parent 47e6623 commit b720d1e
Show file tree
Hide file tree
Showing 8 changed files with 85 additions and 0 deletions.
7 changes: 7 additions & 0 deletions bndtools.test/bndws/test.osgirepodeps/.classpath
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" output="bin" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
<classpathentry kind="con" path="aQute.bnd.classpath.container"/>
<classpathentry kind="output" path="bin"/>
</classpath>
23 changes: 23 additions & 0 deletions bndtools.test/bndws/test.osgirepodeps/.project
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>test.osgirepodeps</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>bndtools.core.bndbuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.jdt.core.javanature</nature>
<nature>bndtools.core.bndnature</nature>
</natures>
</projectDescription>
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
eclipse.preferences.version=1
encoding/bnd.bnd=UTF-8
1 change: 1 addition & 0 deletions bndtools.test/bndws/test.osgirepodeps/bnd.bnd
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
-buildpath: javax.el
28 changes: 28 additions & 0 deletions bndtools.test/bndws/test.osgirepodeps/generated/.index
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
<?xml version="1.0" encoding="utf-8"?>
<repository increment="1467290001116" name="test.osgirepodeps" xmlns="http://www.osgi.org/xmlns/repository/v1.0.0">
<resource>
<capability namespace="osgi.identity">
<attribute name="osgi.identity" value="test.osgirepodeps"/>
<attribute name="type" value="osgi.bundle"/>
<attribute name="version" type="Version" value="0.0.0"/>
</capability>
<capability namespace="osgi.content">
<attribute name="osgi.content" value="7c2f60da8b6baf6d56d08a8ce9695e118426f1ec5325148c1a13949684fdd414"/>
<attribute name="url" value="generated/test.osgirepodeps.jar"/>
<attribute name="size" type="Long" value="343"/>
<attribute name="mime" value="application/vnd.osgi.bundle"/>
</capability>
<capability namespace="osgi.wiring.bundle">
<attribute name="osgi.wiring.bundle" value="test.osgirepodeps"/>
<attribute name="bundle-version" type="Version" value="0.0.0"/>
</capability>
<capability namespace="osgi.wiring.host">
<attribute name="osgi.wiring.host" value="test.osgirepodeps"/>
<attribute name="bundle-version" type="Version" value="0.0.0"/>
</capability>
<capability namespace="bndtools.workspace">
<attribute name="bndtools.workspace" value="file:/Ws/bndtools/bndtools.test/workspace"/>
<attribute name="project.path" value="/test.osgirepodeps"/>
</capability>
</resource>
</repository>
1 change: 1 addition & 0 deletions bndtools.test/bndws/test.osgirepodeps/generated/buildfiles
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/Ws/bndtools/bndtools.test/bndws/test.osgirepodeps/generated/test.osgirepodeps.jar
Binary file not shown.
23 changes: 23 additions & 0 deletions bndtools.test/bndws/test.resolve/standalone.bndrun
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
-plugin.4.Central: \
\
aQute.bnd.deployer.repository.wrapper.Plugin; \
location = "${build}/cache/wrapper"; \
reindex = true, \
\
aQute.bnd.jpm.Repository; \
includeStaged = true; \
name = Central; \
location = ~/.bnd/shacache; \
index = ${build}/central.json

-plugin.enroute.distro = \
aQute.bnd.deployer.repository.FixedIndexedRepo; \
name = Distro; \
locations = https://raw.githubusercontent.com/osgi/osgi.enroute/master/cnf/distro/index.xml

-standalone:
-runrequires: osgi.identity;filter:='(osgi.identity=biz.aQute.bndlib)'
-runfw: org.eclipse.osgi;version='[3.10.100.v20150529-1857,3.10.100.v20150529-1857]'
-runee: JavaSE-1.8

-runbundles: biz.aQute.bndlib;version='[3.0.0,3.0.1)'

0 comments on commit b720d1e

Please sign in to comment.