Commit c5cb69b9 authored by Philip Makedonski's avatar Philip Makedonski
Browse files

+ added gson and other dependencies

parent 98c8b3c9
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
	<classpathentry kind="src" path="src"/>
	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-21"/>
	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-21">
		<attributes>
			<attribute name="module" value="true"/>
		</attributes>
	</classpathentry>
	<classpathentry combineaccessrules="false" kind="src" path="/de.ugoe.cs.swe.TTCN3"/>
	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
	<classpathentry combineaccessrules="false" kind="src" path="/de.ugoe.cs.swe.TTCN3Configuration"/>
	<classpathentry kind="lib" path="libs/gson-2.11.0.jar"/>
	<classpathentry kind="output" path="bin"/>
</classpath>
+2 −1
Original line number Diff line number Diff line
@@ -5,7 +5,8 @@ Bundle-SymbolicName: de.ugoe.cs.swe.T3Q
Bundle-Version: 2.0.0.qualifier
Export-Package: de.ugoe.cs.swe.T3Q
Require-Bundle: org.eclipse.xtext,
 org.eclipse.emf.common
 org.eclipse.emf.common,
 org.eclipse.emf.ecore
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Import-Package: org.apache.commons.io,
 org.apache.commons.io.filefilter;version="2.0.1"
+291 KiB

File added.

No diff preview for this file type.