Skip to content

Commit

Permalink
remove last remains of audit feature (lsc-project#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
David Coutadeur authored and davidcoutadeur committed Jun 27, 2024
1 parent 5b45b91 commit 8ce90e1
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 87 deletions.
56 changes: 16 additions & 40 deletions lsc.episode
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@

<!--
This file was generated by the Eclipse Implementation of JAXB, v2.3.6
See https://eclipse-ee4j.github.io/jaxb-ri
Any modifications to this file will be lost upon recompilation of the source schema.
Generated on: 2023.07.02 at 10:33:57 AM CEST
Ce fichier a été généré par Eclipse Implementation of JAXB, v2.3.6
Voir https://eclipse-ee4j.github.io/jaxb-ri
Toute modification apportée à ce fichier sera perdue lors de la recompilation du schéma source.
Généré le : 2024.06.27 à 06:47:43 PM CEST
-->

Expand All @@ -24,12 +24,6 @@ Generated on: 2023.07.02 at 10:33:57 AM CEST

</bindings>

<bindings if-exists="true" scd="~tns:taskType">

<class ref="org.lsc.configuration.TaskType"/>

</bindings>

<bindings if-exists="true" scd="~tns:serviceType">

<class ref="org.lsc.configuration.ServiceType"/>
Expand Down Expand Up @@ -60,12 +54,6 @@ Generated on: 2023.07.02 at 10:33:57 AM CEST

</bindings>

<bindings if-exists="true" scd="~tns:auditsType">

<class ref="org.lsc.configuration.AuditsType"/>

</bindings>

<bindings if-exists="true" scd="~tns:tasksType">

<class ref="org.lsc.configuration.TasksType"/>
Expand Down Expand Up @@ -114,30 +102,6 @@ Generated on: 2023.07.02 at 10:33:57 AM CEST

</bindings>

<bindings if-exists="true" scd="~tns:auditType">

<class ref="org.lsc.configuration.AuditType"/>

</bindings>

<bindings if-exists="true" scd="~tns:ldifAuditType">

<class ref="org.lsc.configuration.LdifAuditType"/>

</bindings>

<bindings if-exists="true" scd="~tns:csvAuditType">

<class ref="org.lsc.configuration.CsvAuditType"/>

</bindings>

<bindings if-exists="true" scd="~tns:pluginAuditType">

<class ref="org.lsc.configuration.PluginAuditType"/>

</bindings>

<bindings if-exists="true" scd="~tns:syncOptionsType">

<class ref="org.lsc.configuration.SyncOptionsType"/>
Expand All @@ -162,6 +126,12 @@ Generated on: 2023.07.02 at 10:33:57 AM CEST

</bindings>

<bindings if-exists="true" scd="~tns:hooksType">

<class ref="org.lsc.configuration.HooksType"/>

</bindings>

<bindings if-exists="true" scd="~tns:propertiesBasedSyncOptionsType">

<class ref="org.lsc.configuration.PropertiesBasedSyncOptionsType"/>
Expand Down Expand Up @@ -228,6 +198,12 @@ Generated on: 2023.07.02 at 10:33:57 AM CEST

</bindings>

<bindings if-exists="true" scd="~tns:taskType">

<class ref="org.lsc.configuration.TaskType"/>

</bindings>

<bindings if-exists="true" scd="~tns:ldapAuthenticationType">

<typesafeEnumClass ref="org.lsc.configuration.LdapAuthenticationType"/>
Expand Down
55 changes: 8 additions & 47 deletions src/main/java/org/lsc/configuration/.gitignore
Original file line number Diff line number Diff line change
@@ -1,48 +1,9 @@
# ignore autogenerated java files
/PivotTransformationServiceType.java
/AsyncLdapSourceServiceType.java
/AuditType.java
/AuditsType.java
/ConditionsType.java
/HooksType.java
/ConnectionType.java
/ConnectionsType.java
/CsvAuditType.java
/DatabaseConnectionType.java
/DatabaseDestinationServiceType.java
/DatabaseSourceServiceType.java
/DatasetType.java
/EncryptionType.java
/ForceSyncOptionsType.java
/KeysValuesMap.java
/LdapAuthenticationType.java
/LdapConnectionType.java
/LdapDerefAliasesType.java
/LdapDestinationServiceType.java
/LdapReferralType.java
/LdapServerType.java
/LdapServiceType.java
/LdapSourceServiceType.java
/LdapVersionType.java
/LdifAuditType.java
/Lsc.java
/MultiDestinationServiceType.java
/ObjectFactory.java
/PivotOriginType.java
/PivotTransformationType.java
/PluginAuditType.java
/PluginConnectionType.java
/PluginDestinationServiceType.java
/PluginSourceServiceType.java
/PluginSyncOptionsType.java
/PolicyType.java
/PropertiesBasedSyncOptionsType.java
/SaslQopType.java
/SecurityType.java
/ServiceType.java
/SyncOptionsType.java
/TaskType.java
/TasksType.java
/ValuesType.java
/XaFileDestinationServiceType.java
/package-info.java

# Ignore all java files...
*.java

# But these three files
!/JaxbXmlConfigurationHelper.java
!/LscConfiguration.java
!/XsdForLscComparator.java

0 comments on commit 8ce90e1

Please sign in to comment.