Leonardo Vannucci
2019-09-24 c1e90412c1be8a95b5b93e77262330b436b44838
Aggionto file .project
1 files added
1 files modified
57 ■■■■■ changed files
.gitignore 3 ●●●●● patch | view | raw | blame | history
dg1cloud-core/.project 54 ●●●●● patch | view | raw | blame | history
.gitignore
....@@ -59,9 +59,6 @@
5959 .scala_dependencies
6060 .worksheet
6161
62
-### Eclipse Patch ###
63
-# Eclipse Core
64
-.project
6562
6663 # JDT-specific (Eclipse Java Development Tools)
6764 .classpath
dg1cloud-core/.project
....@@ -0,0 +1,54 @@
1
+<?xml version="1.0" encoding="UTF-8"?>
2
+<projectDescription>
3
+ <name>dg1cloud-core</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.springframework.ide.eclipse.core.springbuilder</name>
20
+ <arguments>
21
+ </arguments>
22
+ </buildCommand>
23
+ <buildCommand>
24
+ <name>org.springframework.ide.eclipse.boot.validation.springbootbuilder</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.hibernate.eclipse.console.hibernateBuilder</name>
35
+ <arguments>
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.springframework.ide.eclipse.core.springnature</nature>
48
+ <nature>org.eclipse.jdt.core.javanature</nature>
49
+ <nature>org.eclipse.m2e.core.maven2Nature</nature>
50
+ <nature>org.eclipse.wst.common.project.facet.core.nature</nature>
51
+ <nature>org.eclipse.wst.jsdt.core.jsNature</nature>
52
+ <nature>org.hibernate.eclipse.console.hibernateNature</nature>
53
+ </natures>
54
+</projectDescription>