Commit e1f131e577a79a432942977d6ed08ca792181c47
1 parent
77add5bf
Exists in
master
Atualizando gitignore
Showing
98 changed files
with
80 additions
and
5 deletions
Show diff stats
... | ... | @@ -0,0 +1,27 @@ |
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 exported="true" kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER"> | |
16 | + <attributes> | |
17 | + <attribute name="maven.pomderived" value="true"/> | |
18 | + <attribute name="org.eclipse.jst.component.nondependency" value=""/> | |
19 | + </attributes> | |
20 | + </classpathentry> | |
21 | + <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"> | |
22 | + <attributes> | |
23 | + <attribute name="owner.project.facets" value="java"/> | |
24 | + </attributes> | |
25 | + </classpathentry> | |
26 | + <classpathentry kind="output" path="target/classes"/> | |
27 | +</classpath> | ... | ... |
.gitignore
... | ... | @@ -0,0 +1,36 @@ |
1 | +<?xml version="1.0" encoding="UTF-8"?> | |
2 | +<projectDescription> | |
3 | + <name>emag-checker</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> | ... | ... |
... | ... | @@ -0,0 +1,7 @@ |
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.source=1.8 | ... | ... |
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
target/classes/br/com/checker/emag/core/BehaviorEvaluation$BehaviorEvaluationBuilder.class
0 → 100644
No preview for this file type
target/classes/br/com/checker/emag/core/BehaviorEvaluation$EvaluationRecommendation10.class
0 → 100644
No preview for this file type
target/classes/br/com/checker/emag/core/BehaviorEvaluation$EvaluationRecommendation11.class
0 → 100644
No preview for this file type
target/classes/br/com/checker/emag/core/BehaviorEvaluation$EvaluationRecommendation12.class
0 → 100644
No preview for this file type
target/classes/br/com/checker/emag/core/BehaviorEvaluation$EvaluationRecommendation13.class
0 → 100644
No preview for this file type
target/classes/br/com/checker/emag/core/BehaviorEvaluation$EvaluationRecommendation14.class
0 → 100644
No preview for this file type
target/classes/br/com/checker/emag/core/BehaviorEvaluation$EvaluationRecommendation15.class
0 → 100644
No preview for this file type
target/classes/br/com/checker/emag/core/BehaviorEvaluation$EvaluationRecommendation16.class
0 → 100644
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
target/classes/br/com/checker/emag/core/ContentEvaluation$ContentEvaluationBuilder.class
0 → 100644
No preview for this file type
target/classes/br/com/checker/emag/core/ContentEvaluation$EvaluationRecommendation17.class
0 → 100644
No preview for this file type
target/classes/br/com/checker/emag/core/ContentEvaluation$EvaluationRecommendation18.class
0 → 100644
No preview for this file type
target/classes/br/com/checker/emag/core/ContentEvaluation$EvaluationRecommendation19.class
0 → 100644
No preview for this file type
target/classes/br/com/checker/emag/core/ContentEvaluation$EvaluationRecommendation20.class
0 → 100644
No preview for this file type
target/classes/br/com/checker/emag/core/ContentEvaluation$EvaluationRecommendation21.class
0 → 100644
No preview for this file type
target/classes/br/com/checker/emag/core/ContentEvaluation$EvaluationRecommendation22.class
0 → 100644
No preview for this file type
target/classes/br/com/checker/emag/core/ContentEvaluation$EvaluationRecommendation23.class
0 → 100644
No preview for this file type
target/classes/br/com/checker/emag/core/ContentEvaluation$EvaluationRecommendation24.class
0 → 100644
No preview for this file type
target/classes/br/com/checker/emag/core/ContentEvaluation$EvaluationRecommendation25.class
0 → 100644
No preview for this file type
target/classes/br/com/checker/emag/core/ContentEvaluation$EvaluationRecommendation26.class
0 → 100644
No preview for this file type
target/classes/br/com/checker/emag/core/ContentEvaluation$EvaluationRecommendation27.class
0 → 100644
No preview for this file type
target/classes/br/com/checker/emag/core/ContentEvaluation$EvaluationRecommendation28.class
0 → 100644
No preview for this file type
No preview for this file type
target/classes/br/com/checker/emag/core/Evaluation$EvaluationBuilder.class
0 → 100644
No preview for this file type
No preview for this file type
No preview for this file type
target/classes/br/com/checker/emag/core/FormEvaluation$EvaluationRecommendation38.class
0 → 100644
No preview for this file type
target/classes/br/com/checker/emag/core/FormEvaluation$EvaluationRecommendation39.class
0 → 100644
No preview for this file type
target/classes/br/com/checker/emag/core/FormEvaluation$EvaluationRecommendation40.class
0 → 100644
No preview for this file type
target/classes/br/com/checker/emag/core/FormEvaluation$EvaluationRecommendation41.class
0 → 100644
No preview for this file type
target/classes/br/com/checker/emag/core/FormEvaluation$EvaluationRecommendation42.class
0 → 100644
No preview for this file type
target/classes/br/com/checker/emag/core/FormEvaluation$EvaluationRecommendation43.class
0 → 100644
No preview for this file type
target/classes/br/com/checker/emag/core/FormEvaluation$EvaluationRecommendation44.class
0 → 100644
No preview for this file type
target/classes/br/com/checker/emag/core/FormEvaluation$EvaluationRecommendation45.class
0 → 100644
No preview for this file type
target/classes/br/com/checker/emag/core/FormEvaluation$FormEvaluationBuilder.class
0 → 100644
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
target/classes/br/com/checker/emag/core/MarkEvaluation$EvaluationRecommendation1.class
0 → 100644
No preview for this file type
target/classes/br/com/checker/emag/core/MarkEvaluation$EvaluationRecommendation2.class
0 → 100644
No preview for this file type
target/classes/br/com/checker/emag/core/MarkEvaluation$EvaluationRecommendation3.class
0 → 100644
No preview for this file type
target/classes/br/com/checker/emag/core/MarkEvaluation$EvaluationRecommendation4.class
0 → 100644
No preview for this file type
target/classes/br/com/checker/emag/core/MarkEvaluation$EvaluationRecommendation5.class
0 → 100644
No preview for this file type
target/classes/br/com/checker/emag/core/MarkEvaluation$EvaluationRecommendation6.class
0 → 100644
No preview for this file type
target/classes/br/com/checker/emag/core/MarkEvaluation$EvaluationRecommendation7.class
0 → 100644
No preview for this file type
target/classes/br/com/checker/emag/core/MarkEvaluation$EvaluationRecommendation8.class
0 → 100644
No preview for this file type
target/classes/br/com/checker/emag/core/MarkEvaluation$EvaluationRecommendation9.class
0 → 100644
No preview for this file type
target/classes/br/com/checker/emag/core/MarkEvaluation$HtmlValidation$Message.class
0 → 100644
No preview for this file type
target/classes/br/com/checker/emag/core/MarkEvaluation$HtmlValidation.class
0 → 100644
No preview for this file type
target/classes/br/com/checker/emag/core/MarkEvaluation$MarkEvaluationBuilder.class
0 → 100644
No preview for this file type
No preview for this file type
target/classes/br/com/checker/emag/core/MultimediaEvaluation$EvaluationRecommendation33.class
0 → 100644
No preview for this file type
target/classes/br/com/checker/emag/core/MultimediaEvaluation$EvaluationRecommendation34.class
0 → 100644
No preview for this file type
target/classes/br/com/checker/emag/core/MultimediaEvaluation$EvaluationRecommendation35.class
0 → 100644
No preview for this file type
target/classes/br/com/checker/emag/core/MultimediaEvaluation$EvaluationRecommendation36.class
0 → 100644
No preview for this file type
target/classes/br/com/checker/emag/core/MultimediaEvaluation$EvaluationRecommendation37.class
0 → 100644
No preview for this file type
target/classes/br/com/checker/emag/core/MultimediaEvaluation$MultimediaEvaluationBuilder.class
0 → 100644
No preview for this file type
No preview for this file type
target/classes/br/com/checker/emag/core/PresentationEvaluation$EvaluationRecommendation29.class
0 → 100644
No preview for this file type
target/classes/br/com/checker/emag/core/PresentationEvaluation$EvaluationRecommendation30.class
0 → 100644
No preview for this file type
target/classes/br/com/checker/emag/core/PresentationEvaluation$EvaluationRecommendation31.class
0 → 100644
No preview for this file type
target/classes/br/com/checker/emag/core/PresentationEvaluation$EvaluationRecommendation32.class
0 → 100644
No preview for this file type
target/classes/br/com/checker/emag/core/PresentationEvaluation$PresentationEvaluationBuilder.class
0 → 100644
No preview for this file type
No preview for this file type
target/classes/br/com/checker/emag/core/SpecificRecommendation$BehaviorRecommendation.class
0 → 100644
No preview for this file type
target/classes/br/com/checker/emag/core/SpecificRecommendation$ContentRecommendation.class
0 → 100644
No preview for this file type
target/classes/br/com/checker/emag/core/SpecificRecommendation$FormRecommendation.class
0 → 100644
No preview for this file type
target/classes/br/com/checker/emag/core/SpecificRecommendation$MarkRecommendation.class
0 → 100644
No preview for this file type
target/classes/br/com/checker/emag/core/SpecificRecommendation$MultimediaRecommendation.class
0 → 100644
No preview for this file type
target/classes/br/com/checker/emag/core/SpecificRecommendation$PresentationRecommendation.class
0 → 100644
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
target/test-classes/br/com/checker/emag/MultimediaEvaluationTest.class
0 → 100644
No preview for this file type
target/test-classes/br/com/checker/emag/PresentationEvaluationTest.class
0 → 100644
No preview for this file type