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