Commit 1e410efa01b169473a458df5cef3673bdd85dc8c

Authored by Vanderson Silva
1 parent 026a66e4

limpeza

demoiselle-core/.gitignore
1 .settings 1 .settings
2 .classpath 2 .classpath
3 .project 3 .project
4 -/bin/  
5 /target/ 4 /target/
  5 +/bin/
demoiselle-parent/.gitignore
  1 +.settings
  2 +.classpath
  3 +.project
1 /target/ 4 /target/
2 -/.settings/  
3 -/.project 5 +/bin/
demoiselle-persistence-jpa/.gitignore
1 -/.settings/  
2 -/.project  
3 -/.classpath  
4 -/bin/ 1 +.settings
  2 +.classpath
  3 +.project
5 /target/ 4 /target/
  5 +/bin/
demoiselle-security-basic/.gitignore
1 -/.settings/  
2 -/.classpath  
3 -/.project 1 +.settings
  2 +.classpath
  3 +.project
4 /target/ 4 /target/
  5 +/bin/
demoiselle-security-jwt/.gitignore
1 -/.settings/  
2 -/.classpath  
3 -/.project 1 +.settings
  2 +.classpath
  3 +.project
4 /target/ 4 /target/
  5 +/bin/
demoiselle-security/.gitignore
  1 +.settings
  2 +.classpath
  3 +.project
1 /target/ 4 /target/
  5 +/bin/
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
@@ -1,4 +0,0 @@ @@ -1,4 +0,0 @@
1 -eclipse.preferences.version=1  
2 -encoding//src/main/java=UTF-8  
3 -encoding//src/main/resources=UTF-8  
4 -encoding/<project>=UTF-8  
demoiselle-security/.settings/org.eclipse.jdt.core.prefs
@@ -1,5 +0,0 @@ @@ -1,5 +0,0 @@
1 -eclipse.preferences.version=1  
2 -org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8  
3 -org.eclipse.jdt.core.compiler.compliance=1.8  
4 -org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning  
5 -org.eclipse.jdt.core.compiler.source=1.8  
demoiselle-security/.settings/org.eclipse.m2e.core.prefs
@@ -1,4 +0,0 @@ @@ -1,4 +0,0 @@
1 -activeProfiles=  
2 -eclipse.preferences.version=1  
3 -resolveWorkspaceProjects=true  
4 -version=1  
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
  1 +.settings
  2 +.classpath
  3 +.project
1 /target/ 4 /target/
2 -/.settings/ 5 +/bin/
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
@@ -1,3 +0,0 @@ @@ -1,3 +0,0 @@
1 -eclipse.preferences.version=1  
2 -encoding//src/main/java=UTF-8  
3 -encoding/<project>=UTF-8  
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
@@ -1,4 +0,0 @@ @@ -1,4 +0,0 @@
1 -activeProfiles=  
2 -eclipse.preferences.version=1  
3 -resolveWorkspaceProjects=true  
4 -version=1  
demoiselle-ws-jaxrs/.settings/org.eclipse.wst.common.component
@@ -1,5 +0,0 @@ @@ -1,5 +0,0 @@
1 -<?xml version="1.0" encoding="UTF-8"?><project-modules id="moduleCoreId" project-version="1.5.0">  
2 - <wb-module deploy-name="demoiselle-ws-jaxrs">  
3 - <wb-resource deploy-path="/" source-path="/src/main/java"/>  
4 - </wb-module>  
5 -</project-modules>  
demoiselle-ws-jaxrs/.settings/org.eclipse.wst.common.project.facet.core.xml
@@ -1,5 +0,0 @@ @@ -1,5 +0,0 @@
1 -<?xml version="1.0" encoding="UTF-8"?>  
2 -<faceted-project>  
3 - <installed facet="java" version="1.8"/>  
4 - <installed facet="jst.utility" version="1.0"/>  
5 -</faceted-project>