forked from lsc-project/lsc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove last remains of audit feature (lsc-project#107)
- Loading branch information
1 parent
5b45b91
commit 8ce90e1
Showing
2 changed files
with
24 additions
and
87 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |