Skip to content

Commit

Permalink
Correct metadata of impl project
Browse files Browse the repository at this point in the history
  • Loading branch information
HeikoKlare committed Apr 1, 2018
1 parent bedd255 commit e5acd57
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,5 @@
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="src" path="xtend-gen"/>
<classpathentry kind="output" path="target/classes"/>
</classpath>
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/bin/
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ Export-Package: org.cocome.tradingsystem.inventory.application.usermanager,
org.cocome.tradingsystem.util.scope.context
Require-Bundle: java-old-utils,
com.google.guava,
org.eclipse.xtext.xbase.lib,
org.eclipse.xtend.lib,
org.eclipse.xtend.lib.macro,
edu.kit.ipd.sdq.activextendannotations,
edu.kit.ipd.sdq.javaeewrapper,
cloud-logic-core-api,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
bin.includes = .,\
model/,\
META-INF/,\
plugin.xml,\
plugin.properties
jars.compile.order = .
source.. = src/main/java/,\
Expand Down

0 comments on commit e5acd57

Please sign in to comment.