Skip to content

Commit

Permalink
added standard maven target folder
Browse files Browse the repository at this point in the history
  • Loading branch information
rsfzi committed Oct 1, 2024
1 parent 69945fb commit 36168b2
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bundles/org.palladiosimulator.commons.stoex.ide/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="output" path="bin"/>
<classpathentry kind="output" path="target"/>
</classpath>
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
source.. = src/,\
src-gen/
output.. = target/
bin.includes = .,\
META-INF/
bin.excludes = **/*.xtend
2 changes: 1 addition & 1 deletion bundles/org.palladiosimulator.commons.stoex.ui/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="output" path="bin"/>
<classpathentry kind="output" path="target"/>
</classpath>
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
source.. = src/,\
src-gen/
output.. = target/
bin.includes = .,\
META-INF/,\
plugin.xml
Expand Down
2 changes: 1 addition & 1 deletion bundles/org.palladiosimulator.commons.stoex/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
<classpathentry kind="src" path="xtend-gen"/>
<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="output" path="bin"/>
<classpathentry kind="output" path="target"/>
</classpath>
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
source.. = src/,\
src-gen/,\
xtend-gen/
output.. = target/
bin.includes = .,\
META-INF/,\
plugin.xml
Expand Down
2 changes: 1 addition & 1 deletion tests/org.palladiosimulator.commons.stoex.tests/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
<classpathentry kind="src" path="xtend-gen"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="output" path="bin"/>
<classpathentry kind="output" path="target"/>
</classpath>
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
source.. = src/,\
src-gen/,\
xtend-gen/
output.. = target/
bin.includes = .,\
META-INF/,\
plugin.xml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="output" path="bin"/>
<classpathentry kind="output" path="target"/>
</classpath>
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
source.. = src-gen/
output.. = target/
bin.includes = .,\
META-INF/
bin.excludes = **/*.xtend

0 comments on commit 36168b2

Please sign in to comment.