You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@santuario.apache.org by co...@apache.org on 2023/06/09 12:56:12 UTC

[santuario-xml-security-java] branch main updated: The .settings directory added to .gitignore (#172)

This is an automated email from the ASF dual-hosted git repository.

coheigea pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/santuario-xml-security-java.git


The following commit(s) were added to refs/heads/main by this push:
     new cc63d420 The .settings directory added to .gitignore (#172)
cc63d420 is described below

commit cc63d4202e7091a027beef30fa52677e3c1429cb
Author: David Matějček <da...@omnifish.ee>
AuthorDate: Fri Jun 9 14:56:05 2023 +0200

    The .settings directory added to .gitignore (#172)
    
    Signed-off-by: David Matějček <da...@omnifish.ee>
---
 .gitignore                           |  1 +
 .settings/org.eclipse.jdt.core.prefs | 13 -------------
 2 files changed, 1 insertion(+), 13 deletions(-)

diff --git a/.gitignore b/.gitignore
index 323a4bfe..4eaaf06c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,7 @@
 # Eclipse
 /.classpath
 /.project
+/.settings/
 
 # IntelliJ
 /.idea/
diff --git a/.settings/org.eclipse.jdt.core.prefs b/.settings/org.eclipse.jdt.core.prefs
deleted file mode 100644
index 13b3428a..00000000
--- a/.settings/org.eclipse.jdt.core.prefs
+++ /dev/null
@@ -1,13 +0,0 @@
-eclipse.preferences.version=1
-org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
-org.eclipse.jdt.core.compiler.codegen.methodParameters=do not generate
-org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8
-org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
-org.eclipse.jdt.core.compiler.compliance=1.8
-org.eclipse.jdt.core.compiler.debug.lineNumber=generate
-org.eclipse.jdt.core.compiler.debug.localVariable=generate
-org.eclipse.jdt.core.compiler.debug.sourceFile=generate
-org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
-org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
-org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning
-org.eclipse.jdt.core.compiler.source=1.8