Commit 1e410efa01b169473a458df5cef3673bdd85dc8c
1 parent
026a66e4
limpeza
Showing
18 changed files
with
25 additions
and
138 deletions
Show diff stats
demoiselle-core/.gitignore
demoiselle-parent/.gitignore
demoiselle-persistence-jpa/.gitignore
demoiselle-security-basic/.gitignore
demoiselle-security-jwt/.gitignore
demoiselle-security/.gitignore
demoiselle-security/.project
@@ -1,23 +0,0 @@ | @@ -1,23 +0,0 @@ | ||
1 | -<?xml version="1.0" encoding="UTF-8"?> | ||
2 | -<projectDescription> | ||
3 | - <name>demoiselle-security</name> | ||
4 | - <comment></comment> | ||
5 | - <projects> | ||
6 | - </projects> | ||
7 | - <buildSpec> | ||
8 | - <buildCommand> | ||
9 | - <name>org.eclipse.jdt.core.javabuilder</name> | ||
10 | - <arguments> | ||
11 | - </arguments> | ||
12 | - </buildCommand> | ||
13 | - <buildCommand> | ||
14 | - <name>org.eclipse.m2e.core.maven2Builder</name> | ||
15 | - <arguments> | ||
16 | - </arguments> | ||
17 | - </buildCommand> | ||
18 | - </buildSpec> | ||
19 | - <natures> | ||
20 | - <nature>org.eclipse.jdt.core.javanature</nature> | ||
21 | - <nature>org.eclipse.m2e.core.maven2Nature</nature> | ||
22 | - </natures> | ||
23 | -</projectDescription> |
demoiselle-security/.settings/org.eclipse.core.resources.prefs
demoiselle-security/.settings/org.eclipse.jdt.core.prefs
demoiselle-security/.settings/org.eclipse.m2e.core.prefs
demoiselle-ws-jaxrs/.classpath
@@ -1,27 +0,0 @@ | @@ -1,27 +0,0 @@ | ||
1 | -<?xml version="1.0" encoding="UTF-8"?> | ||
2 | -<classpath> | ||
3 | - <classpathentry kind="src" output="target/classes" path="src/main/java"> | ||
4 | - <attributes> | ||
5 | - <attribute name="optional" value="true"/> | ||
6 | - <attribute name="maven.pomderived" value="true"/> | ||
7 | - </attributes> | ||
8 | - </classpathentry> | ||
9 | - <classpathentry kind="src" output="target/test-classes" path="src/test/java"> | ||
10 | - <attributes> | ||
11 | - <attribute name="optional" value="true"/> | ||
12 | - <attribute name="maven.pomderived" value="true"/> | ||
13 | - </attributes> | ||
14 | - </classpathentry> | ||
15 | - <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"> | ||
16 | - <attributes> | ||
17 | - <attribute name="maven.pomderived" value="true"/> | ||
18 | - </attributes> | ||
19 | - </classpathentry> | ||
20 | - <classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER"> | ||
21 | - <attributes> | ||
22 | - <attribute name="maven.pomderived" value="true"/> | ||
23 | - <attribute name="org.eclipse.jst.component.nondependency" value=""/> | ||
24 | - </attributes> | ||
25 | - </classpathentry> | ||
26 | - <classpathentry kind="output" path="target/classes"/> | ||
27 | -</classpath> |
demoiselle-ws-jaxrs/.gitignore
demoiselle-ws-jaxrs/.project
@@ -1,36 +0,0 @@ | @@ -1,36 +0,0 @@ | ||
1 | -<?xml version="1.0" encoding="UTF-8"?> | ||
2 | -<projectDescription> | ||
3 | - <name>demoiselle-ws-jaxrs</name> | ||
4 | - <comment></comment> | ||
5 | - <projects> | ||
6 | - </projects> | ||
7 | - <buildSpec> | ||
8 | - <buildCommand> | ||
9 | - <name>org.eclipse.wst.common.project.facet.core.builder</name> | ||
10 | - <arguments> | ||
11 | - </arguments> | ||
12 | - </buildCommand> | ||
13 | - <buildCommand> | ||
14 | - <name>org.eclipse.jdt.core.javabuilder</name> | ||
15 | - <arguments> | ||
16 | - </arguments> | ||
17 | - </buildCommand> | ||
18 | - <buildCommand> | ||
19 | - <name>org.eclipse.wst.validation.validationbuilder</name> | ||
20 | - <arguments> | ||
21 | - </arguments> | ||
22 | - </buildCommand> | ||
23 | - <buildCommand> | ||
24 | - <name>org.eclipse.m2e.core.maven2Builder</name> | ||
25 | - <arguments> | ||
26 | - </arguments> | ||
27 | - </buildCommand> | ||
28 | - </buildSpec> | ||
29 | - <natures> | ||
30 | - <nature>org.eclipse.jem.workbench.JavaEMFNature</nature> | ||
31 | - <nature>org.eclipse.wst.common.modulecore.ModuleCoreNature</nature> | ||
32 | - <nature>org.eclipse.jdt.core.javanature</nature> | ||
33 | - <nature>org.eclipse.m2e.core.maven2Nature</nature> | ||
34 | - <nature>org.eclipse.wst.common.project.facet.core.nature</nature> | ||
35 | - </natures> | ||
36 | -</projectDescription> |
demoiselle-ws-jaxrs/.settings/org.eclipse.core.resources.prefs
demoiselle-ws-jaxrs/.settings/org.eclipse.jdt.core.prefs
@@ -1,8 +0,0 @@ | @@ -1,8 +0,0 @@ | ||
1 | -eclipse.preferences.version=1 | ||
2 | -org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled | ||
3 | -org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8 | ||
4 | -org.eclipse.jdt.core.compiler.compliance=1.8 | ||
5 | -org.eclipse.jdt.core.compiler.problem.assertIdentifier=error | ||
6 | -org.eclipse.jdt.core.compiler.problem.enumIdentifier=error | ||
7 | -org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning | ||
8 | -org.eclipse.jdt.core.compiler.source=1.8 |
demoiselle-ws-jaxrs/.settings/org.eclipse.m2e.core.prefs
demoiselle-ws-jaxrs/.settings/org.eclipse.wst.common.component
demoiselle-ws-jaxrs/.settings/org.eclipse.wst.common.project.facet.core.xml