Skip to content

Commit

Permalink
[26908] Mednet Open Source Feature und ID (#422)
Browse files Browse the repository at this point in the history
  • Loading branch information
Daksic28 authored Jan 31, 2025
1 parent 2b74798 commit 2e35eec
Show file tree
Hide file tree
Showing 15 changed files with 122 additions and 6 deletions.
6 changes: 6 additions & 0 deletions bundles/ch.elexis.mednet.webapi.openid/.classpath
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-21"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="output" path="bin"/>
</classpath>
28 changes: 28 additions & 0 deletions bundles/ch.elexis.mednet.webapi.openid/.project
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>ch.elexis.mednet.webapi.openid</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.pde.ManifestBuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.pde.SchemaBuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.pde.PluginNature</nature>
<nature>org.eclipse.jdt.core.javanature</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,9 @@
eclipse.preferences.version=1
org.eclipse.jdt.core.compiler.codegen.targetPlatform=21
org.eclipse.jdt.core.compiler.compliance=21
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
org.eclipse.jdt.core.compiler.problem.enablePreviewFeatures=disabled
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
org.eclipse.jdt.core.compiler.problem.reportPreviewFeatures=warning
org.eclipse.jdt.core.compiler.release=enabled
org.eclipse.jdt.core.compiler.source=21
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
eclipse.preferences.version=1
pluginProject.extensions=false
resolve.requirebundle=false
9 changes: 9 additions & 0 deletions bundles/ch.elexis.mednet.webapi.openid/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Openid
Bundle-SymbolicName: ch.elexis.mednet.webapi.openid
Bundle-Vendor: ch.elexis
Bundle-Version: 1.0.0.qualifier
Fragment-Host: ch.elexis.mednet.webapi.core;bundle-version="1.0.0"
Automatic-Module-Name: ch.elexis.mednet.webapi.openid
Bundle-RequiredExecutionEnvironment: JavaSE-21
5 changes: 5 additions & 0 deletions bundles/ch.elexis.mednet.webapi.openid/build.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
source.. = src/
output.. = bin/
bin.includes = META-INF/,\
.,\
rsc/
4 changes: 4 additions & 0 deletions bundles/ch.elexis.mednet.webapi.openid/rsc/id.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
client_id_demo=elexis
client_secret_demo=R4)#gCy^3s8Y-*dXO&KqzBqpg2e5u^
client_id_prod=elexis
client_secret_prod=Kpj6Vqm^jO(JUpEXdufo@tW9wKDA^b
1 change: 1 addition & 0 deletions bundles/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@
<module>ch.elexis.labororder.lg1_medicalvalues</module>
<module>ch.elexis.mednet.webapi.core</module>
<module>ch.elexis.mednet.webapi.ui</module>
<module>ch.elexis.mednet.webapi.openid</module>
<module>ch.elexis.molemax</module>
<module>ch.elexis.notes</module>
<module>ch.elexis.omnivore</module>
Expand Down
9 changes: 3 additions & 6 deletions ch.elexis.base.p2site/category.xml
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,9 @@
<feature id="ch.elexis.global_inbox.es.feature">
<category name="libraries"/>
</feature>
<feature id="ch.elexis.mednet.webapi.feature">
<category name="dataexchange"/>
</feature>
<bundle id="ch.elexis.covid.cert">
<category name="libraries"/>
</bundle>
Expand All @@ -286,12 +289,6 @@
<bundle id="ch.elexis.fire.ui">
<category name="libraries"/>
</bundle>
<bundle id="ch.elexis.mednet.webapi.core">
<category name="libraries"/>
</bundle>
<bundle id="ch.elexis.mednet.webapi.ui">
<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/ch.elexis.mednet.webapi.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.elexis.mednet.webapi.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
1 change: 1 addition & 0 deletions features/ch.elexis.mednet.webapi.feature/build.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
bin.includes = feature.xml
31 changes: 31 additions & 0 deletions features/ch.elexis.mednet.webapi.feature/feature.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
<?xml version="1.0" encoding="UTF-8"?>
<feature
id="ch.elexis.mednet.webapi.feature"
label="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="ch.elexis.mednet.webapi.ui"
version="0.0.0"/>

<plugin
id="ch.elexis.mednet.webapi.core"
version="0.0.0"/>

<plugin
id="ch.elexis.mednet.webapi.openid"
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 @@ -80,6 +80,7 @@
<module>ch.medshare.elexis_directories.feature</module>
<module>ch.netzkonzept.elexis.medidata.feature</module>
<module>ch.novcom.elexis.mednet.plugin.feature</module>
<module>ch.elexis.mednet.webapi.feature</module>
<module>ch.pharmed.phmprescriber.feature</module>
<module>ch.unibe.iam.scg.archie.feature</module>
<module>com.hilotec.elexis.kgview.feature</module>
Expand Down

0 comments on commit 2e35eec

Please sign in to comment.