Skip to content

Commit

Permalink
Fixed Examples build.properties (#630)
Browse files Browse the repository at this point in the history
Fixed Examples build.properties

The build.properties src.inlucde entry had more entries then necessary.
This was cleaned

Furthermore several warnings and issues reported by sonar have been
fixed in the example creation wizard.
  • Loading branch information
azoitl authored Dec 23, 2024
1 parent 93a774d commit 03acd8e
Show file tree
Hide file tree
Showing 8 changed files with 71 additions and 169 deletions.
9 changes: 1 addition & 8 deletions org.eclipse.gef.examples.digraph1/build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,4 @@ bin.includes = META-INF/,\
plugin.xml,\
plugin.properties,\
icons/
src.includes = META-INF/,\
build.properties,\
icons/,\
plugin.properties,\
plugin.xml,\
.classpath,\
.project,\
src/
src.includes = icons/
9 changes: 1 addition & 8 deletions org.eclipse.gef.examples.digraph2/build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,4 @@ bin.includes = META-INF/,\
plugin.xml,\
plugin.properties,\
icons/
src.includes = META-INF/,\
build.properties,\
icons/,\
plugin.properties,\
plugin.xml,\
.classpath,\
.project,\
src/
src.includes = icons/
5 changes: 1 addition & 4 deletions org.eclipse.gef.examples.flow/build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,5 @@ bin.includes = about.*,\
META-INF/,\
plugin.properties
source.. = src/
src.includes = META-INF/,\
plugin.properties,\
plugin.xml,\
view.gif,\
src.includes = view.gif,\
about.html
7 changes: 2 additions & 5 deletions org.eclipse.gef.examples.logic/build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,5 @@ bin.includes = about.html,\
logic.gif,\
META-INF/
source.. = src/
src.includes = META-INF/,\
about.html,\
logic.gif,\
plugin.properties,\
plugin.xml
src.includes = about.html,\
logic.gif
5 changes: 1 addition & 4 deletions org.eclipse.gef.examples.shapes/build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ bin.includes = plugin.xml,\
META-INF/,\
plugin.properties,\
fragment.e4xmi
src.includes = META-INF/,\
about.html,\
plugin.properties,\
plugin.xml,\
src.includes = about.html,\
shapes.gif

5 changes: 1 addition & 4 deletions org.eclipse.gef.examples.text/build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ bin.includes = plugin.xml,\
about.*,\
META-INF/,\
plugin.properties
src.includes = META-INF/,\
about.html,\
plugin.properties,\
plugin.xml,\
src.includes = about.html,\
text.gif

Loading

0 comments on commit 03acd8e

Please sign in to comment.