--- base/.classpath
... | ... | @@ -1,28 +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 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="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"> | |
| 15 | - <attributes> | |
| 16 | - <attribute name="maven.pomderived" value="true"/> | |
| 17 | - </attributes> | |
| 18 | - </classpathentry> | |
| 19 | - <classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.web.container"/> | |
| 20 | - <classpathentry kind="con" path="org.eclipse.jst.server.core.container/org.eclipse.jst.server.tomcat.runtimeTarget/Apache Tomcat v9.0"/> | |
| 21 | - <classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER"> | |
| 22 | - <attributes> | |
| 23 | - <attribute name="maven.pomderived" value="true"/> | |
| 24 | - <attribute name="org.eclipse.jst.component.dependency" value="/WEB-INF/lib"/> | |
| 25 | - </attributes> | |
| 26 | - </classpathentry> | |
| 27 | - <classpathentry kind="output" path="target/classes"/> | |
| 28 | -</classpath> |
--- base/.gitignore
... | ... | @@ -1,1 +0,0 @@ |
| 1 | -/target/ |
--- base/.project
... | ... | @@ -1,49 +0,0 @@ |
| 1 | -<?xml version="1.0" encoding="UTF-8"?> | |
| 2 | -<projectDescription> | |
| 3 | - <name>base</name> | |
| 4 | - <comment></comment> | |
| 5 | - <projects> | |
| 6 | - </projects> | |
| 7 | - <buildSpec> | |
| 8 | - <buildCommand> | |
| 9 | - <name>org.eclipse.wst.jsdt.core.javascriptValidator</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.common.project.facet.core.builder</name> | |
| 20 | - <arguments> | |
| 21 | - </arguments> | |
| 22 | - </buildCommand> | |
| 23 | - <buildCommand> | |
| 24 | - <name>org.eclipse.wst.validation.validationbuilder</name> | |
| 25 | - <arguments> | |
| 26 | - </arguments> | |
| 27 | - </buildCommand> | |
| 28 | - <buildCommand> | |
| 29 | - <name>org.springframework.ide.eclipse.core.springbuilder</name> | |
| 30 | - <arguments> | |
| 31 | - </arguments> | |
| 32 | - </buildCommand> | |
| 33 | - <buildCommand> | |
| 34 | - <name>org.eclipse.m2e.core.maven2Builder</name> | |
| 35 | - <arguments> | |
| 36 | - </arguments> | |
| 37 | - </buildCommand> | |
| 38 | - </buildSpec> | |
| 39 | - <natures> | |
| 40 | - <nature>org.eclipse.jem.workbench.JavaEMFNature</nature> | |
| 41 | - <nature>org.eclipse.wst.common.modulecore.ModuleCoreNature</nature> | |
| 42 | - <nature>org.eclipse.wst.common.project.facet.core.nature</nature> | |
| 43 | - <nature>org.eclipse.jdt.core.javanature</nature> | |
| 44 | - <nature>org.springframework.ide.eclipse.core.springnature</nature> | |
| 45 | - <nature>egovframework.dev.imp.ide.natures.egovnature</nature> | |
| 46 | - <nature>org.eclipse.wst.jsdt.core.jsNature</nature> | |
| 47 | - <nature>org.eclipse.m2e.core.maven2Nature</nature> | |
| 48 | - </natures> | |
| 49 | -</projectDescription> |
--- base/.settings/.jsdtscope
... | ... | @@ -1,12 +0,0 @@ |
| 1 | -<?xml version="1.0" encoding="UTF-8"?> | |
| 2 | -<classpath> | |
| 3 | - <classpathentry kind="src" path="src/main/webapp"/> | |
| 4 | - <classpathentry kind="con" path="org.eclipse.wst.jsdt.launching.JRE_CONTAINER"/> | |
| 5 | - <classpathentry kind="con" path="org.eclipse.wst.jsdt.launching.WebProject"> | |
| 6 | - <attributes> | |
| 7 | - <attribute name="hide" value="true"/> | |
| 8 | - </attributes> | |
| 9 | - </classpathentry> | |
| 10 | - <classpathentry kind="con" path="org.eclipse.wst.jsdt.launching.baseBrowserLibrary"/> | |
| 11 | - <classpathentry kind="output" path=""/> | |
| 12 | -</classpath> |
--- base/.settings/org.eclipse.jdt.core.prefs
... | ... | @@ -1,14 +0,0 @@ |
| 1 | -eclipse.preferences.version=1 | |
| 2 | -org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled | |
| 3 | -org.eclipse.jdt.core.compiler.codegen.methodParameters=do not generate | |
| 4 | -org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8 | |
| 5 | -org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve | |
| 6 | -org.eclipse.jdt.core.compiler.compliance=1.8 | |
| 7 | -org.eclipse.jdt.core.compiler.debug.lineNumber=generate | |
| 8 | -org.eclipse.jdt.core.compiler.debug.localVariable=generate | |
| 9 | -org.eclipse.jdt.core.compiler.debug.sourceFile=generate | |
| 10 | -org.eclipse.jdt.core.compiler.problem.assertIdentifier=error | |
| 11 | -org.eclipse.jdt.core.compiler.problem.enumIdentifier=error | |
| 12 | -org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning | |
| 13 | -org.eclipse.jdt.core.compiler.release=disabled | |
| 14 | -org.eclipse.jdt.core.compiler.source=1.8 |
--- base/.settings/org.eclipse.wst.common.component
... | ... | @@ -1,9 +0,0 @@ |
| 1 | -<?xml version="1.0" encoding="UTF-8"?><project-modules id="moduleCoreId" project-version="1.5.0"> | |
| 2 | - <wb-module deploy-name="base"> | |
| 3 | - <wb-resource deploy-path="/" source-path="/src/main/webapp" tag="defaultRootSource"/> | |
| 4 | - <wb-resource deploy-path="/WEB-INF/classes" source-path="/src/main/java"/> | |
| 5 | - <wb-resource deploy-path="/WEB-INF/classes" source-path="/src/main/resources"/> | |
| 6 | - <property name="context-root" value="kr"/> | |
| 7 | - <property name="java-output-path" value="/base/build/classes"/> | |
| 8 | - </wb-module> | |
| 9 | -</project-modules> |
--- base/.settings/org.eclipse.wst.common.project.facet.core.prefs.xml
... | ... | @@ -1,12 +0,0 @@ |
| 1 | -<root> | |
| 2 | - <facet id="jst.jsf"> | |
| 3 | - <node name="libprov"> | |
| 4 | - <attribute name="provider-id" value="jsf-no-op-library-provider"/> | |
| 5 | - </node> | |
| 6 | - </facet> | |
| 7 | - <facet id="jst.jaxrs"> | |
| 8 | - <node name="libprov"> | |
| 9 | - <attribute name="provider-id" value="jaxrs-no-op-library-provider"/> | |
| 10 | - </node> | |
| 11 | - </facet> | |
| 12 | -</root> |
--- base/.settings/org.eclipse.wst.common.project.facet.core.xml
... | ... | @@ -1,10 +0,0 @@ |
| 1 | -<?xml version="1.0" encoding="UTF-8"?> | |
| 2 | -<faceted-project> | |
| 3 | - <runtime name="Apache Tomcat v6.0"/> | |
| 4 | - <fixed facet="wst.jsdt.web"/> | |
| 5 | - <installed facet="jst.web" version="2.5"/> | |
| 6 | - <installed facet="wst.jsdt.web" version="1.0"/> | |
| 7 | - <installed facet="java" version="1.7"/> | |
| 8 | - <installed facet="jst.jsf" version="2.2"/> | |
| 9 | - <installed facet="jst.jaxrs" version="2.0"/> | |
| 10 | -</faceted-project> |
--- base/.settings/org.eclipse.wst.jsdt.ui.superType.container
... | ... | @@ -1,1 +0,0 @@ |
| 1 | -org.eclipse.wst.jsdt.launching.baseBrowserLibrary(파일 끝에 줄바꿈 문자 없음) |
--- base/.settings/org.eclipse.wst.jsdt.ui.superType.name
... | ... | @@ -1,1 +0,0 @@ |
| 1 | -Window(파일 끝에 줄바꿈 문자 없음) |
--- base/.settings/org.eclipse.wst.validation.prefs
... | ... | @@ -1,2 +0,0 @@ |
| 1 | -disabled=06target | |
| 2 | -eclipse.preferences.version=1 |
--- base/.springBeans
... | ... | @@ -1,13 +0,0 @@ |
| 1 | -<?xml version="1.0" encoding="UTF-8"?> | |
| 2 | -<beansProjectDescription> | |
| 3 | - <version>1</version> | |
| 4 | - <pluginVersion><![CDATA[2.3.0.200912170948-RELEASE]]></pluginVersion> | |
| 5 | - <configSuffixes> | |
| 6 | - <configSuffix><![CDATA[xml]]></configSuffix> | |
| 7 | - </configSuffixes> | |
| 8 | - <enableImports><![CDATA[false]]></enableImports> | |
| 9 | - <configs> | |
| 10 | - </configs> | |
| 11 | - <configSets> | |
| 12 | - </configSets> | |
| 13 | -</beansProjectDescription> |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?