File tree 4 files changed +30
-16
lines changed
io.openems.edge.evcs.alpitronic.hypercharger
io.openems.edge.io.offgridswitch
io.openems.edge.meter.sma.shm20
4 files changed +30
-16
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<projectDescription >
3
- <name >io.openems.edge.evcs.hypercharger</name >
3
+ <name >io.openems.edge.evcs.alpitronic. hypercharger</name >
4
4
<comment ></comment >
5
5
<projects >
6
6
</projects >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<projectDescription >
3
- <name >io.openems.edge.iooffgridswitch </name >
3
+ <name >io.openems.edge.io.offgridswitch </name >
4
4
<comment ></comment >
5
5
<projects >
6
6
</projects >
Original file line number Diff line number Diff line change 20
20
<nature >org.eclipse.jdt.core.javanature</nature >
21
21
<nature >bndtools.core.bndnature</nature >
22
22
</natures >
23
- <filteredResources >
24
- <filter >
25
- <id >1603622766746</id >
26
- <name ></name >
27
- <type >30</type >
28
- <matcher >
29
- <id >org.eclipse.core.resources.regexFilterMatcher</id >
30
- <arguments >node_modules|.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__</arguments >
31
- </matcher >
32
- </filter >
33
- </filteredResources >
34
23
</projectDescription >
Original file line number Diff line number Diff line change 74
74
fi
75
75
76
76
# Set default .classpath file
77
- if [ -f " ${D} /.classpath" ]; then
78
- cat << EOT > "${D} /.classpath"
77
+ cat << EOT > "${D} /.classpath"
79
78
<?xml version="1.0" encoding="UTF-8"?>
80
79
<classpath>
81
80
<classpathentry kind="con" path="aQute.bnd.classpath.container"/>
89
88
<classpathentry kind="output" path="bin"/>
90
89
</classpath>
91
90
EOT
92
- fi
91
+
92
+ # Set default .project file
93
+ cat << EOT > "${D} /.project"
94
+ <?xml version="1.0" encoding="UTF-8"?>
95
+ <projectDescription>
96
+ <name>${D} </name>
97
+ <comment></comment>
98
+ <projects>
99
+ </projects>
100
+ <buildSpec>
101
+ <buildCommand>
102
+ <name>org.eclipse.jdt.core.javabuilder</name>
103
+ <arguments>
104
+ </arguments>
105
+ </buildCommand>
106
+ <buildCommand>
107
+ <name>bndtools.core.bndbuilder</name>
108
+ <arguments>
109
+ </arguments>
110
+ </buildCommand>
111
+ </buildSpec>
112
+ <natures>
113
+ <nature>org.eclipse.jdt.core.javanature</nature>
114
+ <nature>bndtools.core.bndnature</nature>
115
+ </natures>
116
+ </projectDescription>
117
+ EOT
93
118
94
119
# Verify bnd.bnd file
95
120
if [ -f " ${D} /bnd.bnd" ]; then
You can’t perform that action at this time.
0 commit comments