Skip to content

Commit

Permalink
Added openSource HIN Auth feature
Browse files Browse the repository at this point in the history
  • Loading branch information
debenol1 committed Nov 21, 2024
1 parent 1d322e3 commit ca943b7
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 0 deletions.
17 changes: 17 additions & 0 deletions features/ch.framsteg.elexis.hin.auth.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>ch.framsteg.elexis.hin.auth.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 @@
bin.includes = feature.xml
28 changes: 28 additions & 0 deletions features/ch.framsteg.elexis.hin.auth.feature/feature.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
<?xml version="1.0" encoding="UTF-8"?>
<feature
id="ch.framsteg.elexis.hin.auth.feature"
label="OpenSource HIN Auth Feature"
version="3.12.0.qualifier"
provider-name="ch.framsteg">

<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.auth.ui"
version="0.0.0"/>

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

</feature>

0 comments on commit ca943b7

Please sign in to comment.