mirror of
https://github.com/danieldemus/openhab-core.git
synced 2025-01-11 21:51:53 +01:00
ad81f040de
* add project for publisher * add unmodified com.eclipsesource.jaxrs.publisher sources * modify and use modified publisher * drop tracker usage (only for custom whitelist by fragments) * add the new code to new classes and namespace Also-by: Kai Kreuzer <kai@openhab.org> Signed-off-by: Markus Rathgeb <maggu2810@gmail.com>
24 lines
563 B
XML
24 lines
563 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<projectDescription>
|
|
<name>org.openhab.core.io.rest.publisher</name>
|
|
<comment></comment>
|
|
<projects>
|
|
</projects>
|
|
<buildSpec>
|
|
<buildCommand>
|
|
<name>org.eclipse.jdt.core.javabuilder</name>
|
|
<arguments>
|
|
</arguments>
|
|
</buildCommand>
|
|
<buildCommand>
|
|
<name>org.eclipse.m2e.core.maven2Builder</name>
|
|
<arguments>
|
|
</arguments>
|
|
</buildCommand>
|
|
</buildSpec>
|
|
<natures>
|
|
<nature>org.eclipse.jdt.core.javanature</nature>
|
|
<nature>org.eclipse.m2e.core.maven2Nature</nature>
|
|
</natures>
|
|
</projectDescription>
|