File tree Expand file tree Collapse file tree 5 files changed +37
-6
lines changed
Expand file tree Collapse file tree 5 files changed +37
-6
lines changed Original file line number Diff line number Diff line change 66 <attribute name =" maven.pomderived" value =" true" />
77 </attributes >
88 </classpathentry >
9- <classpathentry kind =" con" path =" org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11 " >
9+ <classpathentry kind =" con" path =" org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-21 " >
1010 <attributes >
1111 <attribute name =" maven.pomderived" value =" true" />
1212 </attributes >
1919 <classpathentry excluding =" **" kind =" src" output =" target/classes" path =" src/main/resources" >
2020 <attributes >
2121 <attribute name =" maven.pomderived" value =" true" />
22+ <attribute name =" optional" value =" true" />
2223 </attributes >
2324 </classpathentry >
2425 <classpathentry kind =" src" output =" target/test-classes" path =" src/test/java" >
2829 <attribute name =" test" value =" true" />
2930 </attributes >
3031 </classpathentry >
32+ <classpathentry excluding =" **" kind =" src" output =" target/test-classes" path =" src/test/resources" >
33+ <attributes >
34+ <attribute name =" maven.pomderived" value =" true" />
35+ <attribute name =" test" value =" true" />
36+ <attribute name =" optional" value =" true" />
37+ </attributes >
38+ </classpathentry >
39+ <classpathentry kind =" src" path =" target/generated-sources/annotations" >
40+ <attributes >
41+ <attribute name =" optional" value =" true" />
42+ </attributes >
43+ </classpathentry >
44+ <classpathentry kind =" src" output =" target/test-classes" path =" target/generated-test-sources/test-annotations" >
45+ <attributes >
46+ <attribute name =" optional" value =" true" />
47+ <attribute name =" test" value =" true" />
48+ </attributes >
49+ </classpathentry >
3150 <classpathentry kind =" output" path =" target/classes" />
3251</classpath >
Original file line number Diff line number Diff line change 11target /
2+ .vscode /
Original file line number Diff line number Diff line change 3535 <nature >org.eclipse.m2e.core.maven2Nature</nature >
3636 <nature >org.eclipse.jdt.core.javanature</nature >
3737 </natures >
38+ <filteredResources >
39+ <filter >
40+ <id >1771776121826</id >
41+ <name ></name >
42+ <type >30</type >
43+ <matcher >
44+ <id >org.eclipse.core.resources.regexFilterMatcher</id >
45+ <arguments >node_modules|\.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__</arguments >
46+ </matcher >
47+ </filter >
48+ </filteredResources >
3849</projectDescription >
Original file line number Diff line number Diff line change 1- <?xml version =" 1.0" encoding =" UTF-8" standalone = " no " ?>
1+ <?xml version =" 1.0" encoding =" UTF-8" ?>
22<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" >
3+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" >
44
55 <modelVersion >4.0.0</modelVersion >
66
77 <parent >
88 <groupId >org.openhab.addons.bundles</groupId >
99 <artifactId >org.openhab.addons.reactor.bundles</artifactId >
10- <version >4.3 .0-SNAPSHOT</version >
10+ <version >5.2 .0-SNAPSHOT</version >
1111 </parent >
1212
1313 <artifactId >org.openhab.binding.synologysurveillancestation</artifactId >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" standalone =" yes" ?>
2- <features xmlns =" http://karaf.apache.org/xmlns/features/v1.6.0" name =" org.openhab.binding.synologysurveillancestation-4.3 .0-SNAPSHOT" >
2+ <features xmlns =" http://karaf.apache.org/xmlns/features/v1.6.0" name =" org.openhab.binding.synologysurveillancestation-5.2 .0-SNAPSHOT" >
33 <feature version =" 0.0.0" >
44 <feature >openhab-runtime-base</feature >
55 <feature >wrap</feature >
6- <bundle >mvn:org.openhab.addons.bundles/org.openhab.binding.synologysurveillancestation/4.3 .0-SNAPSHOT</bundle >
6+ <bundle >mvn:org.openhab.addons.bundles/org.openhab.binding.synologysurveillancestation/5.2 .0-SNAPSHOT</bundle >
77 <bundle >wrap:mvn:org.lastnpe.eea/eea-all/2.4.0</bundle >
88 </feature >
99</features >
You can’t perform that action at this time.
0 commit comments