Skip to content

Commit

Permalink
upd
Browse files Browse the repository at this point in the history
  • Loading branch information
col-panic committed Aug 13, 2024
1 parent a806b86 commit 1486b3a
Show file tree
Hide file tree
Showing 6 changed files with 62 additions and 12 deletions.
15 changes: 3 additions & 12 deletions ch.elexis.base.p2site/category.xml
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,9 @@
<feature id="ch.framsteg.elexis.labor.teamw.feature">
<category name="dataexchange"/>
</feature>
<feature id="at.medevit.elexis.hin.sign.core.feature">
<category name="libraries"/>
</feature>
<bundle id="ch.elexis.covid.cert">
<category name="libraries"/>
</bundle>
Expand All @@ -271,9 +274,6 @@
<bundle id="at.medevit.elexis.hin.auth.ui">
<category name="libraries"/>
</bundle>
<bundle id="at.medevit.elexis.hin.sign.core">
<category name="libraries"/>
</bundle>
<bundle id="at.medevit.elexis.hin.sign.ui">
<category name="libraries"/>
</bundle>
Expand All @@ -283,15 +283,6 @@
<bundle id="ch.elexis.fire.ui">
<category name="libraries"/>
</bundle>
<bundle id="at.medevit.elexis.hin.sign.cli.linux">
<category name="libraries"/>
</bundle>
<bundle id="at.medevit.elexis.hin.sign.cli.mac">
<category name="libraries"/>
</bundle>
<bundle id="at.medevit.elexis.hin.sign.cli.win">
<category name="libraries"/>
</bundle>
<category-def name="basepackages" label="Basispakete"/>
<category-def name="documentmanagement" label="Dokumentenverwaltung">
<description>
Expand Down
17 changes: 17 additions & 0 deletions features/at.medevit.elexis.hin.sign.core.feature/.project
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>at.medevit.elexis.hin.sign.core.feature</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.pde.FeatureBuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.pde.FeatureNature</nature>
</natures>
</projectDescription>
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
eclipse.preferences.version=1
encoding/<project>=UTF-8
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
bin.includes = feature.xml
38 changes: 38 additions & 0 deletions features/at.medevit.elexis.hin.sign.core.feature/feature.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
<?xml version="1.0" encoding="UTF-8"?>
<feature
id="at.medevit.elexis.hin.sign.core.feature"
label="HIN Sign Core Feature"
version="1.0.0.qualifier">

<description url="http://www.example.com/description">
[Enter Feature Description here.]
</description>

<copyright url="http://www.example.com/copyright">
[Enter Copyright Description here.]
</copyright>

<license url="http://www.example.com/license">
[Enter License Description here.]
</license>

<plugin
id="at.medevit.elexis.hin.sign.cli.linux"
os="linux"
version="0.0.0"/>

<plugin
id="at.medevit.elexis.hin.sign.cli.mac"
os="macosx"
version="0.0.0"/>

<plugin
id="at.medevit.elexis.hin.sign.cli.win"
os="win32"
version="0.0.0"/>

<plugin
id="at.medevit.elexis.hin.sign.core"
version="0.0.0"/>

</feature>
1 change: 1 addition & 0 deletions features/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
<module>at.medevit.elexis.emediplan.feature</module>
<module>at.medevit.elexis.gdt.defaultfilecp.feature</module>
<module>at.medevit.elexis.gdt.feature</module>
<module>at.medevit.elexis.hin.sign.core.feature</module>
<module>at.medevit.elexis.impfplan.feature</module>
<module>at.medevit.elexis.inbox.feature</module>
<module>at.medevit.elexis.loinc.feature</module>
Expand Down

0 comments on commit 1486b3a

Please sign in to comment.