Skip to content

Commit

Permalink
fixed eclipse classpath
Browse files Browse the repository at this point in the history
  • Loading branch information
Orbiter committed Feb 13, 2019
1 parent d04b342 commit d290fd1
Showing 1 changed file with 25 additions and 5 deletions.
30 changes: 25 additions & 5 deletions .classpath
@@ -1,10 +1,30 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="conf/logs"/>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="dependencies/public-transport-enabler/enabler/src"/>
<classpathentry kind="src" path="test"/>
<classpathentry kind="src" output="build/main" path="conf/logs">
<attributes>
<attribute name="gradle_scope" value="main"/>
<attribute name="gradle_used_by_scope" value="main,test"/>
</attributes>
</classpathentry>
<classpathentry kind="src" output="build/main" path="src">
<attributes>
<attribute name="gradle_scope" value="main"/>
<attribute name="gradle_used_by_scope" value="main,test"/>
</attributes>
</classpathentry>
<classpathentry kind="src" output="build/main" path="dependencies/public-transport-enabler/enabler/src">
<attributes>
<attribute name="gradle_scope" value="main"/>
<attribute name="gradle_used_by_scope" value="main,test"/>
</attributes>
</classpathentry>
<classpathentry kind="src" output="build/test" path="test">
<attributes>
<attribute name="gradle_scope" value="test"/>
<attribute name="gradle_used_by_scope" value="test"/>
</attributes>
</classpathentry>
<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.buildship.core.gradleclasspathcontainer"/>
<classpathentry kind="output" path="build/classes/main"/>
<classpathentry kind="output" path="build/default"/>
</classpath>

0 comments on commit d290fd1

Please sign in to comment.