Skip to content
Snippets Groups Projects
Commit 9b492e80 authored by Jürgen Walter's avatar Jürgen Walter
Browse files

added org.reflections

parent d562ca25
No related branches found
No related tags found
No related merge requests found
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<?pde?>
<!-- generated with https://github.com/mbarbero/fr.obeo.releng.targetplatform -->
<target name="dql" sequenceNumber="1472036598">
<target name="dql" sequenceNumber="1472643512">
<locations>
<location includeMode="slicer" includeAllPlatforms="false" includeSource="false" includeConfigurePhase="false" type="InstallableUnit">
<unit id="org.junit" version="4.11.0.v201303080030"/>
......@@ -13,6 +13,7 @@
<location includeMode="slicer" includeAllPlatforms="false" includeSource="false" includeConfigurePhase="false" type="InstallableUnit">
<unit id="org.jfreechart.core" version="1.0.19.v00"/>
<unit id="org.jfreechart.jcommon" version="1.0.19.v00"/>
<unit id="org.reflections" version="0.9.10.v01"/>
<repository location="https://se4.informatik.uni-wuerzburg.de/thirdparty/repository/"/>
</location>
<location includeMode="slicer" includeAllPlatforms="false" includeSource="false" includeConfigurePhase="false" type="InstallableUnit">
......
......@@ -11,6 +11,7 @@ location "http://download.eclipse.org/tools/orbit/downloads/drops/R2014052502125
location "https://se4.informatik.uni-wuerzburg.de/thirdparty/repository/" {
org.jfreechart.core
org.jfreechart.jcommon
org.reflections
}
location "http://download.eclipse.org/releases/neon" {
......
......@@ -15,7 +15,8 @@ Require-Bundle: tools.descartes.dql.lang,
org.eclipse.core.runtime,
org.eclipse.swt,
org.jfreechart.jcommon,
org.jfreechart.core
org.jfreechart.core,
org.reflections
Export-Package: tools.descartes.pavo,
tools.descartes.pavo.types
Bundle-Vendor: Descartes Research Group
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment