Skip to content

Commit b27c867

Browse files
committed
Add src folder back to app project
1 parent 7653ebd commit b27c867

File tree

3 files changed

+14
-9
lines changed

3 files changed

+14
-9
lines changed
Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<classpath>
3-
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17">
4-
<attributes>
5-
<attribute name="module" value="true"/>
6-
</attributes>
7-
</classpathentry>
8-
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
9-
<classpathentry kind="output" path="bin"/>
10-
</classpath>
3+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17">
4+
<attributes>
5+
<attribute name="module" value="true"/>
6+
</attributes>
7+
</classpathentry>
8+
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
9+
<classpathentry kind="src" path="src"/>
10+
<classpathentry kind="output" path="bin"/>
11+
</classpath>

org.fipro.eclipse.tutorial.app/build.properties

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,7 @@ bin.includes = META-INF/,\
22
.,\
33
plugin.xml,\
44
Application.e4xmi,\
5-
css/default.css
5+
css/default.css,\
6+
src/
7+
source.. = src/
8+
output.. = bin/
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
This is just a placeholder file to have the empty src folder in the repository, so the build does not fail. There will be source files in this folder in later recipes.

0 commit comments

Comments
 (0)