diff --git a/features/com.minres.scviewer.e4.help.feature/feature.xml b/features/com.minres.scviewer.e4.help.feature/feature.xml index dd433d9..f53b91f 100644 --- a/features/com.minres.scviewer.e4.help.feature/feature.xml +++ b/features/com.minres.scviewer.e4.help.feature/feature.xml @@ -211,14 +211,5 @@ fragment="true" unpack="false"/> - diff --git a/plugins/com.minres.scviewer.e4.application.help/.classpath b/plugins/com.minres.scviewer.e4.application.help/.classpath index bc3587d..638f5b3 100644 --- a/plugins/com.minres.scviewer.e4.application.help/.classpath +++ b/plugins/com.minres.scviewer.e4.application.help/.classpath @@ -1,6 +1,10 @@ - + + + + + diff --git a/plugins/com.minres.scviewer.e4.application.help/.gitignore b/plugins/com.minres.scviewer.e4.application.help/.gitignore index 187a545..a734a88 100644 --- a/plugins/com.minres.scviewer.e4.application.help/.gitignore +++ b/plugins/com.minres.scviewer.e4.application.help/.gitignore @@ -2,3 +2,4 @@ /css/ /images/ /*.html +/bin \ No newline at end of file diff --git a/plugins/com.minres.scviewer.e4.application.help/build.properties b/plugins/com.minres.scviewer.e4.application.help/build.properties index 5e627c9..b439b53 100644 --- a/plugins/com.minres.scviewer.e4.application.help/build.properties +++ b/plugins/com.minres.scviewer.e4.application.help/build.properties @@ -1,3 +1,4 @@ +source.. = src/ output.. = bin/ bin.includes = plugin.xml,\ META-INF/,\ diff --git a/plugins/com.minres.scviewer.e4.application.help/src/.gitkeep b/plugins/com.minres.scviewer.e4.application.help/src/.gitkeep new file mode 100644 index 0000000..e69de29