Commit da0a667db6acedc52b4d81e61dceb357ef424dbf
1 parent
f8db7106
Exists in
master
removendo arquivos inuteis
Showing
15 changed files
with
0 additions
and
238 deletions
Show diff stats
cit-ecm-api/.classpath
| ... | ... | @@ -1,32 +0,0 @@ |
| 1 | -<?xml version="1.0" encoding="UTF-8"?> | |
| 2 | -<classpath> | |
| 3 | - <classpathentry including="**/*.java" 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 excluding="**" kind="src" output="target/classes" path="src/main/resources"> | |
| 10 | - <attributes> | |
| 11 | - <attribute name="maven.pomderived" value="true"/> | |
| 12 | - </attributes> | |
| 13 | - </classpathentry> | |
| 14 | - <classpathentry kind="src" output="target/test-classes" path="src/test/java"> | |
| 15 | - <attributes> | |
| 16 | - <attribute name="optional" value="true"/> | |
| 17 | - <attribute name="maven.pomderived" value="true"/> | |
| 18 | - </attributes> | |
| 19 | - </classpathentry> | |
| 20 | - <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"> | |
| 21 | - <attributes> | |
| 22 | - <attribute name="maven.pomderived" value="true"/> | |
| 23 | - </attributes> | |
| 24 | - </classpathentry> | |
| 25 | - <classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER"> | |
| 26 | - <attributes> | |
| 27 | - <attribute name="maven.pomderived" value="true"/> | |
| 28 | - <attribute name="org.eclipse.jst.component.nondependency" value=""/> | |
| 29 | - </attributes> | |
| 30 | - </classpathentry> | |
| 31 | - <classpathentry kind="output" path="target/classes"/> | |
| 32 | -</classpath> |
cit-ecm-api/.project
| ... | ... | @@ -1,36 +0,0 @@ |
| 1 | -<?xml version="1.0" encoding="UTF-8"?> | |
| 2 | -<projectDescription> | |
| 3 | - <name>cit-ecm-api</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> |
cit-ecm-api/.settings/org.eclipse.core.resources.prefs
cit-ecm-api/.settings/org.eclipse.jdt.core.prefs
| ... | ... | @@ -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.7 | |
| 4 | -org.eclipse.jdt.core.compiler.compliance=1.7 | |
| 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.7 |
cit-ecm-api/.settings/org.eclipse.wst.common.component
| ... | ... | @@ -1,6 +0,0 @@ |
| 1 | -<?xml version="1.0" encoding="UTF-8"?><project-modules id="moduleCoreId" project-version="1.5.0"> | |
| 2 | - <wb-module deploy-name="cit-ecm-api"> | |
| 3 | - <wb-resource deploy-path="/" source-path="/src/main/java"/> | |
| 4 | - <wb-resource deploy-path="/" source-path="/src/main/resources"/> | |
| 5 | - </wb-module> | |
| 6 | -</project-modules> |
cit-ecm-api/.settings/org.eclipse.wst.common.project.facet.core.xml
cit-ecm-api/.settings/org.eclipse.wst.validation.prefs
cit-ecm-web/.classpath
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<?xml version="1.0" encoding="UTF-8"?> | |
| 2 | -<classpath> | |
| 3 | - <classpathentry including="**/*.java" 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 excluding="**" kind="src" output="target/classes" path="src/main/webapp"> | |
| 10 | - <attributes> | |
| 11 | - <attribute name="maven.pomderived" value="true"/> | |
| 12 | - </attributes> | |
| 13 | - </classpathentry> | |
| 14 | - <classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources"> | |
| 15 | - <attributes> | |
| 16 | - <attribute name="maven.pomderived" value="true"/> | |
| 17 | - </attributes> | |
| 18 | - </classpathentry> | |
| 19 | - <classpathentry kind="src" output="target/test-classes" path="src/test/java"> | |
| 20 | - <attributes> | |
| 21 | - <attribute name="optional" value="true"/> | |
| 22 | - <attribute name="maven.pomderived" value="true"/> | |
| 23 | - </attributes> | |
| 24 | - </classpathentry> | |
| 25 | - <classpathentry excluding="**" kind="src" output="target/test-classes" path="src/test/resources"> | |
| 26 | - <attributes> | |
| 27 | - <attribute name="maven.pomderived" value="true"/> | |
| 28 | - </attributes> | |
| 29 | - </classpathentry> | |
| 30 | - <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"> | |
| 31 | - <attributes> | |
| 32 | - <attribute name="maven.pomderived" value="true"/> | |
| 33 | - </attributes> | |
| 34 | - </classpathentry> | |
| 35 | - <classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER"> | |
| 36 | - <attributes> | |
| 37 | - <attribute name="maven.pomderived" value="true"/> | |
| 38 | - <attribute name="org.eclipse.jst.component.dependency" value="/WEB-INF/lib"/> | |
| 39 | - </attributes> | |
| 40 | - </classpathentry> | |
| 41 | - <classpathentry kind="output" path="target/classes"/> | |
| 42 | -</classpath> |
cit-ecm-web/.project
| ... | ... | @@ -1,52 +0,0 @@ |
| 1 | -<?xml version="1.0" encoding="UTF-8"?> | |
| 2 | -<projectDescription> | |
| 3 | - <name>cit-ecm-web</name> | |
| 4 | - <comment></comment> | |
| 5 | - <projects> | |
| 6 | - </projects> | |
| 7 | - <buildSpec> | |
| 8 | - <buildCommand> | |
| 9 | - <name>org.eclipse.ui.externaltools.ExternalToolBuilder</name> | |
| 10 | - <triggers>full,incremental,</triggers> | |
| 11 | - <arguments> | |
| 12 | - <dictionary> | |
| 13 | - <key>LaunchConfigHandle</key> | |
| 14 | - <value><project>/.externalToolBuilders/org.eclipse.wst.jsdt.core.javascriptValidator (7).launch</value> | |
| 15 | - </dictionary> | |
| 16 | - </arguments> | |
| 17 | - </buildCommand> | |
| 18 | - <buildCommand> | |
| 19 | - <name>org.eclipse.jdt.core.javabuilder</name> | |
| 20 | - <arguments> | |
| 21 | - </arguments> | |
| 22 | - </buildCommand> | |
| 23 | - <buildCommand> | |
| 24 | - <name>org.eclipse.wst.common.project.facet.core.builder</name> | |
| 25 | - <arguments> | |
| 26 | - </arguments> | |
| 27 | - </buildCommand> | |
| 28 | - <buildCommand> | |
| 29 | - <name>org.eclipse.ui.externaltools.ExternalToolBuilder</name> | |
| 30 | - <triggers>full,incremental,</triggers> | |
| 31 | - <arguments> | |
| 32 | - <dictionary> | |
| 33 | - <key>LaunchConfigHandle</key> | |
| 34 | - <value><project>/.externalToolBuilders/org.eclipse.wst.validation.validationbuilder (5).launch</value> | |
| 35 | - </dictionary> | |
| 36 | - </arguments> | |
| 37 | - </buildCommand> | |
| 38 | - <buildCommand> | |
| 39 | - <name>org.eclipse.m2e.core.maven2Builder</name> | |
| 40 | - <arguments> | |
| 41 | - </arguments> | |
| 42 | - </buildCommand> | |
| 43 | - </buildSpec> | |
| 44 | - <natures> | |
| 45 | - <nature>org.eclipse.jem.workbench.JavaEMFNature</nature> | |
| 46 | - <nature>org.eclipse.wst.common.modulecore.ModuleCoreNature</nature> | |
| 47 | - <nature>org.eclipse.jdt.core.javanature</nature> | |
| 48 | - <nature>org.eclipse.m2e.core.maven2Nature</nature> | |
| 49 | - <nature>org.eclipse.wst.common.project.facet.core.nature</nature> | |
| 50 | - <nature>org.eclipse.wst.jsdt.core.jsNature</nature> | |
| 51 | - </natures> | |
| 52 | -</projectDescription> |
cit-ecm-web/.settings/org.eclipse.core.resources.prefs
cit-ecm-web/.settings/org.eclipse.jdt.core.prefs
| ... | ... | @@ -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.7 | |
| 4 | -org.eclipse.jdt.core.compiler.compliance=1.7 | |
| 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.7 |
cit-ecm-web/.settings/org.eclipse.wst.common.component
| ... | ... | @@ -1,26 +0,0 @@ |
| 1 | -<?xml version="1.0" encoding="UTF-8"?><project-modules id="moduleCoreId" project-version="1.5.0"> | |
| 2 | - <wb-module deploy-name="cit-ecm-web"> | |
| 3 | - <wb-resource deploy-path="/" source-path="/target/m2e-wtp/web-resources"/> | |
| 4 | - <wb-resource deploy-path="/" source-path="/src/main/webapp" tag="defaultRootSource"/> | |
| 5 | - <wb-resource deploy-path="/WEB-INF/classes" source-path="/src/main/java"/> | |
| 6 | - <wb-resource deploy-path="/WEB-INF/classes" source-path="/src/main/resources"/> | |
| 7 | - <wb-resource deploy-path="/WEB-INF/classes" source-path="/src/main/webapp"/> | |
| 8 | - <dependent-module archiveName="cit-core-1.8.0-SNAPSHOT.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/cit-core/cit-core"> | |
| 9 | - <dependency-type>uses</dependency-type> | |
| 10 | - </dependent-module> | |
| 11 | - <dependent-module archiveName="cit-esi-io-1.8.0-SNAPSHOT.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/cit-esi-io/cit-esi-io"> | |
| 12 | - <dependency-type>uses</dependency-type> | |
| 13 | - </dependent-module> | |
| 14 | - <dependent-module archiveName="cit-ecm-api-1.8.0-SNAPSHOT.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/cit-ecm-api/cit-ecm-api"> | |
| 15 | - <dependency-type>uses</dependency-type> | |
| 16 | - </dependent-module> | |
| 17 | - <dependent-module archiveName="cit-portal-api-1.8.0-SNAPSHOT.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/cit-portal-api/cit-portal-api"> | |
| 18 | - <dependency-type>uses</dependency-type> | |
| 19 | - </dependent-module> | |
| 20 | - <dependent-module archiveName="cit-tabelas-corp-api-1.8.0-SNAPSHOT.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/cit-tabelas-corp-api/cit-tabelas-corp-api"> | |
| 21 | - <dependency-type>uses</dependency-type> | |
| 22 | - </dependent-module> | |
| 23 | - <property name="context-root" value="cit-ecm-web"/> | |
| 24 | - <property name="java-output-path" value="/cit-ecm-web/target/classes"/> | |
| 25 | - </wb-module> | |
| 26 | -</project-modules> |
cit-ecm-web/.settings/org.eclipse.wst.common.project.facet.core.xml
cit-ecm-web/.settings/org.eclipse.wst.validation.prefs
cit-ecm-web/.tern-project