Skip to content

Commit fca0b7d

Browse files
author
Kinshuk Chandra
committed
eclipse project setup
1 parent ff273e2 commit fca0b7d

14 files changed

Lines changed: 500 additions & 0 deletions

.gitignore

Lines changed: 286 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,286 @@
1+
########################## Java,Android ###############################
2+
# built application files for android
3+
*.apk
4+
*.ap_
5+
6+
# files for the dex VM
7+
*.dex
8+
9+
# Java class files
10+
*.class
11+
12+
# generated files in java,android
13+
bin/
14+
gen/
15+
16+
# Local configuration file (sdk path, etc)
17+
local.properties
18+
19+
# Eclipse project files
20+
.classpath
21+
#.settings
22+
/bin/
23+
/target/
24+
25+
# Proguard folder generated by Eclipse
26+
proguard/
27+
28+
# Intellij project files
29+
*.iml
30+
*.ipr
31+
*.iws
32+
/.idea/
33+
34+
# Mac files
35+
.DS_Store
36+
37+
########################### Python ###########################
38+
# Byte-compiled / optimized / DLL files
39+
__pycache__/
40+
*.py[cod]
41+
42+
# C extensions
43+
*.so
44+
45+
# Distribution / packaging
46+
bin/
47+
build/
48+
develop-eggs/
49+
dist/
50+
eggs/
51+
lib/
52+
lib64/
53+
parts/
54+
sdist/
55+
var/
56+
*.egg-info/
57+
.installed.cfg
58+
*.egg
59+
60+
# Installer logs
61+
pip-log.txt
62+
pip-delete-this-directory.txt
63+
64+
# Unit test / coverage reports
65+
.tox/
66+
.coverage
67+
.cache
68+
nosetests.xml
69+
coverage.xml
70+
71+
# Translations
72+
*.mo
73+
74+
# Mr Developer
75+
.mr.developer.cfg
76+
#.project
77+
#.pydevproject
78+
79+
# Rope
80+
.ropeproject
81+
82+
# Django stuff:
83+
*.log
84+
*.pot
85+
86+
# Sphinx documentation
87+
docs/_build/
88+
89+
########################### GO ###########################
90+
# Compiled Object files, Static and Dynamic libs (Shared Objects)
91+
*.o
92+
*.a
93+
*.so
94+
95+
# Folders
96+
_obj
97+
_test
98+
99+
# Architecture specific extensions/prefixes
100+
*.[568vq]
101+
[568vq].out
102+
103+
*.cgo1.go
104+
*.cgo2.c
105+
_cgo_defun.c
106+
_cgo_gotypes.go
107+
_cgo_export.*
108+
109+
_testmain.go
110+
111+
*.exe
112+
*.test
113+
114+
115+
########################### Ruby ###########################
116+
*.gem
117+
*.rbc
118+
/.config
119+
/coverage/
120+
/InstalledFiles
121+
/pkg/
122+
/spec/reports/
123+
/test/tmp/
124+
/test/version_tmp/
125+
/tmp/
126+
127+
## Documentation cache and generated files:
128+
/.yardoc/
129+
/_yardoc/
130+
/doc/
131+
/rdoc/
132+
133+
## Environment normalisation:
134+
/.bundle/
135+
/lib/bundler/man/
136+
137+
# for a library or gem, you might want to ignore these files since the code is
138+
# intended to run in multiple environments; otherwise, check them in:
139+
# Gemfile.lock
140+
# .ruby-version
141+
# .ruby-gemset
142+
143+
# unless supporting rvm < 1.11.0 or doing something fancy, ignore this:
144+
.rvmrc
145+
146+
147+
########################### Scala ###########################
148+
*.class
149+
*.log
150+
151+
# sbt specific
152+
.cache/
153+
.history/
154+
.lib/
155+
dist/*
156+
target/
157+
lib_managed/
158+
src_managed/
159+
project/boot/
160+
project/plugins/project/
161+
162+
# Scala-IDE specific
163+
.scala_dependencies
164+
.worksheet
165+
166+
167+
########################### R ###########################
168+
# History files
169+
.Rhistory
170+
171+
# Example code in package build process
172+
*-Ex.R
173+
174+
175+
##########################Intelij#########################
176+
# Created by https://www.gitignore.io/api/intellij
177+
178+
### Intellij ###
179+
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm
180+
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
181+
182+
# User-specific stuff:
183+
.idea/workspace.xml
184+
.idea/tasks.xml
185+
.idea/dictionaries
186+
.idea/vcs.xml
187+
.idea/jsLibraryMappings.xml
188+
189+
# Sensitive or high-churn files:
190+
.idea/dataSources.ids
191+
.idea/dataSources.xml
192+
.idea/dataSources.local.xml
193+
.idea/sqlDataSources.xml
194+
.idea/dynamic.xml
195+
.idea/uiDesigner.xml
196+
197+
# Gradle:
198+
.idea/gradle.xml
199+
.idea/libraries
200+
201+
# Mongo Explorer plugin:
202+
.idea/mongoSettings.xml
203+
204+
## File-based project format:
205+
*.iws
206+
207+
## Plugin-specific files:
208+
209+
# IntelliJ
210+
/out/
211+
212+
# mpeltonen/sbt-idea plugin
213+
.idea_modules/
214+
215+
# JIRA plugin
216+
atlassian-ide-plugin.xml
217+
218+
# Crashlytics plugin (for Android Studio and IntelliJ)
219+
com_crashlytics_export_strings.xml
220+
crashlytics.properties
221+
crashlytics-build.properties
222+
fabric.properties
223+
224+
### Intellij Patch ###
225+
# Comment Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-215987721
226+
227+
# *.iml
228+
# modules.xml
229+
.idea/libraries/*
230+
.idea/libraries/Maven__commons_logging_commons_logging_1_2.xml
231+
232+
.idea/libraries/Maven__javax_servlet_servlet_api_2_5.xml
233+
234+
.idea/libraries/Maven__javax_validation_validation_api_1_0_0_GA.xml
235+
236+
.idea/libraries/Maven__junit_junit_3_8_1.xml
237+
238+
.idea/libraries/Maven__org_aspectj_aspectjrt_1_8_5.xml
239+
240+
.idea/libraries/Maven__org_hibernate_hibernate_entitymanager_4_1_9_Final.xml
241+
242+
.idea/libraries/Maven__org_springframework_spring_webmvc_4_2_2_RELEASE.xml
243+
244+
.idea/libraries/Maven__org_springframework_spring_web_4_2_2_RELEASE.xml
245+
246+
.idea/libraries/Maven__org_springframework_spring_tx_4_2_2_RELEASE.xml
247+
248+
.idea/libraries/Maven__org_springframework_spring_orm_4_2_2_RELEASE.xml
249+
250+
.idea/libraries/Maven__org_springframework_spring_jdbc_4_2_2_RELEASE.xml
251+
252+
.idea/libraries/Maven__org_springframework_spring_core_4_2_2_RELEASE.xml
253+
254+
.idea/libraries/Maven__org_springframework_spring_context_4_2_2_RELEASE.xml
255+
256+
.idea/libraries/Maven__org_springframework_spring_expression_4_2_2_RELEASE.xml
257+
258+
.idea/libraries/Maven__org_springframework_spring_beans_4_2_2_RELEASE.xml
259+
260+
.idea/libraries/Maven__org_springframework_spring_aop_4_2_2_RELEASE.xml
261+
262+
.idea/libraries/Maven__org_springframework_data_spring_data_jpa_1_8_0_RELEASE.xml
263+
264+
.idea/libraries/Maven__org_springframework_data_spring_data_commons_1_10_0_RELEASE.xml
265+
266+
.idea/libraries/Maven__org_slf4j_slf4j_api_1_7_10.xml
267+
268+
.idea/libraries/Maven__org_slf4j_jcl_over_slf4j_1_7_10.xml
269+
270+
.idea/*.xml
271+
272+
.idea/libraries/Maven__mysql_mysql_connector_java_5_0_5.xml
273+
274+
.idea/libraries/Maven__org_hibernate_common_hibernate_commons_annotations_4_0_1_Final.xml
275+
276+
.idea/libraries/Maven__org_hibernate_hibernate_core_4_1_9_Final.xml
277+
278+
.idea/libraries/Maven__org_hibernate_javax_persistence_hibernate_jpa_2_0_api_1_0_1_Final.xml
279+
280+
.idea/libraries/Maven__org_hibernate_hibernate_validator_4_2_0_Final.xml
281+
282+
.idea/libraries/Maven__org_jboss_logging_jboss_logging_3_1_0_GA.xml
283+
284+
.idea/libraries/Maven__org_javassist_javassist_3_17_1_GA.xml
285+
286+
.idea/vcs.xml

.project

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<projectDescription>
3+
<name>RegistrationMvc</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.wst.common.project.facet.core.builder</name>
15+
<arguments>
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.springframework.ide.eclipse.core.springbuilder</name>
25+
<arguments>
26+
</arguments>
27+
</buildCommand>
28+
<buildCommand>
29+
<name>org.eclipse.wst.validation.validationbuilder</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.springframework.ide.eclipse.core.springnature</nature>
43+
<nature>org.eclipse.m2e.core.maven2Nature</nature>
44+
<nature>org.eclipse.jdt.core.javanature</nature>
45+
<nature>org.eclipse.wst.common.project.facet.core.nature</nature>
46+
<nature>org.eclipse.wst.jsdt.core.jsNature</nature>
47+
</natures>
48+
</projectDescription>

.settings/.jsdtscope

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<classpath>
3+
<classpathentry kind="src" path="WebContent"/>
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>
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
eclipse.preferences.version=1
2+
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
3+
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.5
4+
org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
5+
org.eclipse.jdt.core.compiler.compliance=1.5
6+
org.eclipse.jdt.core.compiler.debug.lineNumber=generate
7+
org.eclipse.jdt.core.compiler.debug.localVariable=generate
8+
org.eclipse.jdt.core.compiler.debug.sourceFile=generate
9+
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
10+
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
11+
org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning
12+
org.eclipse.jdt.core.compiler.source=1.5
13+
org.eclipse.objectteams.otdt.compiler.option.pure_java=enabled
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
eclipse.preferences.version=1
2+
org.eclipse.jpt.core.platform=generic2_0
3+
org.eclipse.jpt.jpa.core.discoverAnnotatedClasses=true
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#Mon Aug 03 11:44:03 PDT 2015
2+
activeProfiles=
3+
eclipse.preferences.version=1
4+
resolveWorkspaceProjects=true
5+
version=1
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<?xml version="1.0" encoding="UTF-8"?><project-modules id="moduleCoreId" project-version="1.5.0">
2+
<wb-module deploy-name="REGISTRATION">
3+
<wb-resource deploy-path="/" source-path="/WebContent" tag="defaultRootSource"/>
4+
<wb-resource deploy-path="/WEB-INF/classes" source-path="/src/main/resources"/>
5+
<wb-resource deploy-path="/WEB-INF/classes" source-path="/src/main/java"/>
6+
<wb-resource deploy-path="/" source-path="/target/m2e-wtp/web-resources"/>
7+
<wb-resource deploy-path="/" source-path="/src/main/webapp"/>
8+
<property name="java-output-path" value="/registration-web/target/classes"/>
9+
<property name="context-root" value="REGISTRATION"/>
10+
</wb-module>
11+
</project-modules>
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<root>
2+
<facet id="jpt.jpa">
3+
<node name="libprov">
4+
<attribute name="provider-id" value="jpa-no-op-library-provider"/>
5+
</node>
6+
</facet>
7+
</root>

0 commit comments

Comments
 (0)