Skip to content

Commit 474b1d1

Browse files
committed
#1027 Update site and product build maintenance
### Added project specific settings This is needed so that user do not have to specify their own formatting rules etcetera. This still has to be done for the warnings ### Removed redundant gitignores Many redundant gitignores flying around
1 parent 17ddf88 commit 474b1d1

File tree

20 files changed

+1299
-34
lines changed

20 files changed

+1299
-34
lines changed

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
*/.settings/
21
.log
3-
**/.settings/
42
**/bin/*
53
**/target/*
64
/log.txt
5+
workspace/*

io.sloeber.core.nl1/.classpath

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
<?xml version="1.0" encoding="UTF-8"?>
2-
<classpath>
3-
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
4-
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
5-
<classpathentry kind="src" path="src"/>
6-
<classpathentry kind="output" path="bin"/>
7-
</classpath>
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<classpath>
3+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
4+
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
5+
<classpathentry excluding="/" kind="src" path="src"/>
6+
<classpathentry kind="output" path="bin"/>
7+
</classpath>

io.sloeber.core.nl1/.gitignore

Lines changed: 0 additions & 2 deletions
This file was deleted.

io.sloeber.core.nl1/.settings/org.eclipse.jdt.core.prefs

Lines changed: 315 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
eclipse.preferences.version=1
2+
formatter_profile=org.eclipse.jdt.ui.default.eclipse_profile
3+
formatter_settings_version=14
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
package io.sloeber.core.nl1;
2+
3+
public class Empty {
4+
5+
}

io.sloeber.core/.gitignore

Lines changed: 0 additions & 5 deletions
This file was deleted.

io.sloeber.core/.settings/org.eclipse.jdt.core.prefs

Lines changed: 325 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
eclipse.preferences.version=1
2+
formatter_profile=org.eclipse.jdt.ui.default.eclipse_profile
3+
formatter_settings_version=14
4+
org.eclipse.jdt.ui.exception.name=e
5+
org.eclipse.jdt.ui.gettersetter.use.is=true
6+
org.eclipse.jdt.ui.keywordthis=false
7+
org.eclipse.jdt.ui.overrideannotation=true

io.sloeber.feature/.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)