Skip to content
Snippets Groups Projects
Commit a73b9ff1 authored by Pietro Braghieri's avatar Pietro Braghieri
Browse files

fix missing commons.io jar

parent 5ea30814
No related branches found
No related tags found
No related merge requests found
......@@ -45,7 +45,6 @@
<unit id="org.eclipse.emf.sdk.feature.group" version="0.0.0"/>
<unit id="org.eclipse.gef.sdk.feature.group" version="0.0.0"/>
<unit id="org.eclipse.gmf.sdk.feature.group" version="0.0.0"/>
<unit id="org.apache.commons.io" version="0.0.0"/>
<repository location="http://download.eclipse.org/releases/neon/"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
......
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<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="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="src" path="src"/>
<classpathentry kind="output" path="bin"/>
</classpath>
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<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="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="src" path="src"/>
<classpathentry kind="output" path="bin"/>
</classpath>
......@@ -26,6 +26,7 @@ Require-Bundle: eu.fbk.eclipse.standardtools.utils,
eu.fbk.tools.editor.oss,
eu.fbk.eclipse.standardtools.xtextService,
org.eclipse.xtext,
eu.fbk.tools.adapter.core
eu.fbk.tools.adapter.core,
eu.fbk.eclipse.standardtools.diagram
Bundle-ActivationPolicy: lazy
Import-Package: org.apache.log4j
source.. = src/
output.. = bin/
bin.includes = META-INF/,\
.,\
plugin.xml
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