forked from OpenLiberty/open-liberty
-
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.
In this pull request we are working to add the `audit-2.0` feature. This feature is very similar to audit-1.0 feature the main difference is that it doesn't involve rest handler features. More information about this feature can be found here: OpenLiberty#18499
- Loading branch information
Showing
65 changed files
with
1,451 additions
and
55 deletions.
There are no files selected for viewing
16 changes: 16 additions & 0 deletions
16
...ebsphere.appserver.features/visibility/auto/io.openliberty.security.audit2.0.rest.feature
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 |
---|---|---|
@@ -0,0 +1,16 @@ | ||
-include= ~${workspace}/cnf/resources/bnd/feature.props | ||
|
||
symbolicName = io.openliberty.security.audit2.0.rest | ||
visibility = private | ||
|
||
IBM-Provision-Capability:\ | ||
osgi.identity; filter:="(&(type=osgi.subsystem.feature)(osgi.identity=io.openliberty.restHandler.internal-1.0))",\ | ||
osgi.identity; filter:="(&(type=osgi.subsystem.feature)(osgi.identity=com.ibm.websphere.appserver.audit-2.0))",\ | ||
osgi.identity; filter:="(&(type=osgi.subsystem.feature)(|(osgi.identity=com.ibm.websphere.appserver.servlet-3.0)(osgi.identity=com.ibm.websphere.appserver.servlet-3.1)(osgi.identity=com.ibm.websphere.appserver.servlet-4.0)))" | ||
IBM-Install-Policy: when-satisfied | ||
|
||
-bundles=\ | ||
com.ibm.ws.security.audit.rest | ||
WLP-Activation-Type: parallel | ||
kind=ga | ||
edition=core |
16 changes: 16 additions & 0 deletions
16
....appserver.features/visibility/auto/io.openliberty.security.audit2.0.rest.jakarta.feature
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 |
---|---|---|
@@ -0,0 +1,16 @@ | ||
-include= ~${workspace}/cnf/resources/bnd/feature.props | ||
|
||
symbolicName = io.openliberty.security.audit2.0.rest.jakarta | ||
visibility = private | ||
|
||
IBM-Provision-Capability:\ | ||
osgi.identity; filter:="(&(type=osgi.subsystem.feature)(osgi.identity=io.openliberty.restHandler.internal-1.0))",\ | ||
osgi.identity; filter:="(&(type=osgi.subsystem.feature)(osgi.identity=com.ibm.websphere.appserver.audit-2.0))",\ | ||
osgi.identity; filter:="(&(type=osgi.subsystem.feature)(|(osgi.identity=io.openliberty.servlet.internal-5.0)(osgi.identity=io.openliberty.servlet.internal-6.0)(osgi.identity=io.openliberty.servlet.internal-6.1)))" | ||
IBM-Install-Policy: when-satisfied | ||
|
||
-bundles=\ | ||
com.ibm.ws.security.audit.rest.jakarta | ||
WLP-Activation-Type: parallel | ||
kind=ga | ||
edition=core |
16 changes: 16 additions & 0 deletions
16
...pserver.features/visibility/auto/io.openliberty.security.request.probe.audit.rest.feature
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 |
---|---|---|
@@ -0,0 +1,16 @@ | ||
-include= ~${workspace}/cnf/resources/bnd/feature.props | ||
|
||
symbolicName = io.openliberty.security.request.probe.audit.rest | ||
visibility = private | ||
|
||
IBM-Provision-Capability:\ | ||
osgi.identity; filter:="(&(type=osgi.subsystem.feature)(osgi.identity=io.openliberty.restHandler.internal-1.0))",\ | ||
osgi.identity; filter:="(&(type=osgi.subsystem.feature)(osgi.identity=com.ibm.websphere.appserver.audit-2.0))",\ | ||
osgi.identity; filter:="(&(type=osgi.subsystem.feature)(|(osgi.identity=com.ibm.websphere.appserver.servlet-3.0)(osgi.identity=com.ibm.websphere.appserver.servlet-3.1)(osgi.identity=com.ibm.websphere.appserver.servlet-4.0)))" | ||
IBM-Install-Policy: when-satisfied | ||
|
||
-bundles=\ | ||
com.ibm.ws.request.probe.audit.rest | ||
WLP-Activation-Type: parallel | ||
kind=ga | ||
edition=core |
16 changes: 16 additions & 0 deletions
16
...features/visibility/auto/io.openliberty.security.request.probe.audit.rest.jakarta.feature
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 |
---|---|---|
@@ -0,0 +1,16 @@ | ||
-include= ~${workspace}/cnf/resources/bnd/feature.props | ||
|
||
symbolicName = io.openliberty.security.request.probe.audit.rest.jakarta | ||
visibility = private | ||
|
||
IBM-Provision-Capability:\ | ||
osgi.identity; filter:="(&(type=osgi.subsystem.feature)(osgi.identity=io.openliberty.restHandler.internal-1.0))",\ | ||
osgi.identity; filter:="(&(type=osgi.subsystem.feature)(osgi.identity=com.ibm.websphere.appserver.audit-2.0))",\ | ||
osgi.identity; filter:="(&(type=osgi.subsystem.feature)(|(osgi.identity=io.openliberty.servlet.internal-5.0)(osgi.identity=io.openliberty.servlet.internal-6.0)(osgi.identity=io.openliberty.servlet.internal-6.1)))" | ||
IBM-Install-Policy: when-satisfied | ||
|
||
-bundles=\ | ||
com.ibm.ws.request.probe.audit.rest.jakarta | ||
WLP-Activation-Type: parallel | ||
kind=ga | ||
edition=core |
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
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
15 changes: 15 additions & 0 deletions
15
...re.appserver.features/visibility/private/io.openliberty.audit2.0.internal.ee-10.0.feature
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 |
---|---|---|
@@ -0,0 +1,15 @@ | ||
-include= ~${workspace}/cnf/resources/bnd/feature.props | ||
|
||
symbolicName = io.openliberty.audit2.0.internal.ee-10.0 | ||
singleton=true | ||
visibility = private | ||
|
||
-features=\ | ||
com.ibm.websphere.appserver.servlet-6.0,\ | ||
io.openliberty.appSecurity-5.0 | ||
|
||
-bundles=\ | ||
com.ibm.ws.request.probe.audit.servlet.jakarta | ||
|
||
kind=ga | ||
edition=core |
15 changes: 15 additions & 0 deletions
15
...re.appserver.features/visibility/private/io.openliberty.audit2.0.internal.ee-11.0.feature
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 |
---|---|---|
@@ -0,0 +1,15 @@ | ||
-include= ~${workspace}/cnf/resources/bnd/feature.props | ||
|
||
symbolicName = io.openliberty.audit2.0.internal.ee-11.0 | ||
singleton=true | ||
visibility = private | ||
|
||
-features=\ | ||
com.ibm.websphere.appserver.servlet-6.1,\ | ||
io.openliberty.appSecurity-6.0 | ||
|
||
-bundles=\ | ||
com.ibm.ws.request.probe.audit.servlet.jakarta | ||
|
||
kind=noship | ||
edition=full |
15 changes: 15 additions & 0 deletions
15
...ere.appserver.features/visibility/private/io.openliberty.audit2.0.internal.ee-6.0.feature
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 |
---|---|---|
@@ -0,0 +1,15 @@ | ||
-include= ~${workspace}/cnf/resources/bnd/feature.props | ||
|
||
symbolicName = io.openliberty.audit2.0.internal.ee-6.0 | ||
singleton=true | ||
WLP-DisableAllFeatures-OnConflict: false | ||
visibility = private | ||
|
||
-features=\ | ||
com.ibm.websphere.appserver.appSecurity-2.0; ibm.tolerates:="3.0" | ||
|
||
-bundles=\ | ||
com.ibm.ws.request.probe.audit.servlet | ||
|
||
kind=ga | ||
edition=core |
15 changes: 15 additions & 0 deletions
15
...ere.appserver.features/visibility/private/io.openliberty.audit2.0.internal.ee-9.0.feature
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 |
---|---|---|
@@ -0,0 +1,15 @@ | ||
-include= ~${workspace}/cnf/resources/bnd/feature.props | ||
|
||
symbolicName = io.openliberty.audit2.0.internal.ee-9.0 | ||
singleton=true | ||
visibility = private | ||
|
||
-features=\ | ||
com.ibm.websphere.appserver.servlet-5.0,\ | ||
io.openliberty.appSecurity-4.0 | ||
|
||
-bundles=\ | ||
com.ibm.ws.request.probe.audit.servlet.jakarta | ||
|
||
kind=ga | ||
edition=core |
1 change: 1 addition & 0 deletions
1
...rver.features/visibility/protected/com.ibm.websphere.appserver.auditCollector-1.0.feature
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
15 changes: 15 additions & 0 deletions
15
...rver.features/visibility/protected/com.ibm.websphere.appserver.auditCollector-2.0.feature
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 |
---|---|---|
@@ -0,0 +1,15 @@ | ||
-include= ~${workspace}/cnf/resources/bnd/feature.props | ||
symbolicName=com.ibm.websphere.appserver.auditCollector-2.0 | ||
singleton=true | ||
WLP-DisableAllFeatures-OnConflict: false | ||
visibility=protected | ||
IBM-API-Package: com.ibm.websphere.security.audit; type="ibm-api" | ||
IBM-SPI-Package: com.ibm.wsspi.security.audit; type="ibm-spi" | ||
IBM-Process-Types: server | ||
-features=com.ibm.websphere.appserver.wimcore-1.0, \ | ||
com.ibm.websphere.appserver.servlet-3.0; ibm.tolerates:="3.1,4.0,5.0,6.0,6.1", \ | ||
io.openliberty.auditCollector1.0.internal.ee-6.0; ibm.tolerates:="9.0" | ||
|
||
kind=ga | ||
edition=core | ||
|
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
16 changes: 16 additions & 0 deletions
16
...server.features/visibility/public/audit-2.0/com.ibm.websphere.appserver.audit-2.0.feature
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 |
---|---|---|
@@ -0,0 +1,16 @@ | ||
-include= ~${workspace}/cnf/resources/bnd/feature.props | ||
symbolicName=com.ibm.websphere.appserver.audit-2.0 | ||
WLP-DisableAllFeatures-OnConflict: false | ||
visibility=public | ||
singleton=true | ||
IBM-ShortName: audit-2.0 | ||
Subsystem-Name: Audit 2.0 | ||
-features=com.ibm.websphere.appserver.servlet-3.0; ibm.tolerates:="3.1,4.0,5.0,6.0,6.1", \ | ||
io.openliberty.audit2.0.internal.ee-6.0; ibm.tolerates:="9.0, 10.0, 11.0", \ | ||
com.ibm.websphere.appserver.auditCollector-2.0 | ||
-bundles=com.ibm.ws.security.audit.utils, \ | ||
com.ibm.ws.security.audit.file, \ | ||
com.ibm.json4j | ||
kind=ga | ||
edition=core | ||
WLP-InstantOn-Enabled: true |
21 changes: 21 additions & 0 deletions
21
...sibility/public/audit-2.0/resources/l10n/com.ibm.websphere.appserver.audit-2.0.properties
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 |
---|---|---|
@@ -0,0 +1,21 @@ | ||
#/******************************************************************************* | ||
# * Copyright (c) 2018, 2020 IBM Corporation and others. | ||
# * All rights reserved. This program and the accompanying materials | ||
# * are made available under the terms of the Eclipse Public License 2.0 | ||
# * which accompanies this distribution, and is available at | ||
# * http://www.eclipse.org/legal/epl-2.0/ | ||
# * | ||
# * SPDX-License-Identifier: EPL-2.0 | ||
# * | ||
# * Contributors: | ||
# * IBM Corporation - initial API and implementation | ||
# *******************************************************************************/ | ||
# ------------------------------------------------------------------------------------------------- | ||
# | ||
#ISMESSAGEFILE FALSE | ||
#NLS_ENCODING=UNICODE | ||
#NLS_MESSAGEFORMAT_NONE | ||
# | ||
|
||
description=The Audit feature is used to report and track auditable events to ensure the integrity \ | ||
of your system. |
20 changes: 20 additions & 0 deletions
20
...ility/public/audit-2.0/resources/l10n/com.ibm.websphere.appserver.audit-2.0_cs.properties
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 |
---|---|---|
@@ -0,0 +1,20 @@ | ||
#/******************************************************************************* | ||
# * Copyright (c) 2018, 2020 IBM Corporation and others. | ||
# * All rights reserved. This program and the accompanying materials | ||
# * are made available under the terms of the Eclipse Public License 2.0 | ||
# * which accompanies this distribution, and is available at | ||
# * http://www.eclipse.org/legal/epl-2.0/ | ||
# * | ||
# * SPDX-License-Identifier: EPL-2.0 | ||
# * | ||
# * Contributors: | ||
# * IBM Corporation - initial API and implementation | ||
# *******************************************************************************/ | ||
# ------------------------------------------------------------------------------------------------- | ||
# | ||
#ISMESSAGEFILE FALSE | ||
#NLS_ENCODING=UNICODE | ||
#NLS_MESSAGEFORMAT_NONE | ||
# | ||
|
||
description=Funkce auditu se pou\u017e\u00edv\u00e1 k hl\u00e1\u0161en\u00ed a sledov\u00e1n\u00ed auditovateln\u00fdch ud\u00e1lost\u00ed v z\u00e1jmu zaji\u0161t\u011bn\u00ed integrity va\u0161eho syst\u00e9mu. |
20 changes: 20 additions & 0 deletions
20
...ility/public/audit-2.0/resources/l10n/com.ibm.websphere.appserver.audit-2.0_de.properties
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 |
---|---|---|
@@ -0,0 +1,20 @@ | ||
#/******************************************************************************* | ||
# * Copyright (c) 2018, 2020 IBM Corporation and others. | ||
# * All rights reserved. This program and the accompanying materials | ||
# * are made available under the terms of the Eclipse Public License 2.0 | ||
# * which accompanies this distribution, and is available at | ||
# * http://www.eclipse.org/legal/epl-2.0/ | ||
# * | ||
# * SPDX-License-Identifier: EPL-2.0 | ||
# * | ||
# * Contributors: | ||
# * IBM Corporation - initial API and implementation | ||
# *******************************************************************************/ | ||
# ------------------------------------------------------------------------------------------------- | ||
# | ||
#ISMESSAGEFILE FALSE | ||
#NLS_ENCODING=UNICODE | ||
#NLS_MESSAGEFORMAT_NONE | ||
# | ||
|
||
description=Mit dem Pr\u00fcffeature k\u00f6nnen pr\u00fcfbare Ereignisse gemeldet und \u00fcberwacht werden, um die Integrit\u00e4t des Systems sicherzustellen. |
20 changes: 20 additions & 0 deletions
20
...ility/public/audit-2.0/resources/l10n/com.ibm.websphere.appserver.audit-2.0_es.properties
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 |
---|---|---|
@@ -0,0 +1,20 @@ | ||
#/******************************************************************************* | ||
# * Copyright (c) 2018, 2020 IBM Corporation and others. | ||
# * All rights reserved. This program and the accompanying materials | ||
# * are made available under the terms of the Eclipse Public License 2.0 | ||
# * which accompanies this distribution, and is available at | ||
# * http://www.eclipse.org/legal/epl-2.0/ | ||
# * | ||
# * SPDX-License-Identifier: EPL-2.0 | ||
# * | ||
# * Contributors: | ||
# * IBM Corporation - initial API and implementation | ||
# *******************************************************************************/ | ||
# ------------------------------------------------------------------------------------------------- | ||
# | ||
#ISMESSAGEFILE FALSE | ||
#NLS_ENCODING=UNICODE | ||
#NLS_MESSAGEFORMAT_NONE | ||
# | ||
|
||
description=La caracter\u00edstica de auditor\u00eda se utiliza para notificar y realizar un seguimiento de los sucesos auditables para garantizar la integridad del sistema. |
20 changes: 20 additions & 0 deletions
20
...ility/public/audit-2.0/resources/l10n/com.ibm.websphere.appserver.audit-2.0_fr.properties
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 |
---|---|---|
@@ -0,0 +1,20 @@ | ||
#/******************************************************************************* | ||
# * Copyright (c) 2018, 2020 IBM Corporation and others. | ||
# * All rights reserved. This program and the accompanying materials | ||
# * are made available under the terms of the Eclipse Public License 2.0 | ||
# * which accompanies this distribution, and is available at | ||
# * http://www.eclipse.org/legal/epl-2.0/ | ||
# * | ||
# * SPDX-License-Identifier: EPL-2.0 | ||
# * | ||
# * Contributors: | ||
# * IBM Corporation - initial API and implementation | ||
# *******************************************************************************/ | ||
# ------------------------------------------------------------------------------------------------- | ||
# | ||
#ISMESSAGEFILE FALSE | ||
#NLS_ENCODING=UNICODE | ||
#NLS_MESSAGEFORMAT_NONE | ||
# | ||
|
||
description=La fonction Audit est utilis\u00e9e pour g\u00e9n\u00e9rer des rapports sur les \u00e9v\u00e9nements auditables et effectuer leur suivi afin de garantir l'int\u00e9grit\u00e9 de votre syst\u00e8me. |
20 changes: 20 additions & 0 deletions
20
...ility/public/audit-2.0/resources/l10n/com.ibm.websphere.appserver.audit-2.0_hu.properties
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 |
---|---|---|
@@ -0,0 +1,20 @@ | ||
#/******************************************************************************* | ||
# * Copyright (c) 2018, 2020 IBM Corporation and others. | ||
# * All rights reserved. This program and the accompanying materials | ||
# * are made available under the terms of the Eclipse Public License 2.0 | ||
# * which accompanies this distribution, and is available at | ||
# * http://www.eclipse.org/legal/epl-2.0/ | ||
# * | ||
# * SPDX-License-Identifier: EPL-2.0 | ||
# * | ||
# * Contributors: | ||
# * IBM Corporation - initial API and implementation | ||
# *******************************************************************************/ | ||
# ------------------------------------------------------------------------------------------------- | ||
# | ||
#ISMESSAGEFILE FALSE | ||
#NLS_ENCODING=UNICODE | ||
#NLS_MESSAGEFORMAT_NONE | ||
# | ||
|
||
description=A fel\u00fclvizsg\u00e1lati szolg\u00e1ltat\u00e1s a vizsg\u00e1lhat\u00f3 esem\u00e9nyek nyomon k\u00f6vet\u00e9s\u00e9vel \u00e9s jelent\u00e9sek k\u00e9sz\u00edt\u00e9s\u00e9vel biztos\u00edtja a rendszer integrit\u00e1s\u00e1t. |
20 changes: 20 additions & 0 deletions
20
...ility/public/audit-2.0/resources/l10n/com.ibm.websphere.appserver.audit-2.0_it.properties
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 |
---|---|---|
@@ -0,0 +1,20 @@ | ||
#/******************************************************************************* | ||
# * Copyright (c) 2018, 2020 IBM Corporation and others. | ||
# * All rights reserved. This program and the accompanying materials | ||
# * are made available under the terms of the Eclipse Public License 2.0 | ||
# * which accompanies this distribution, and is available at | ||
# * http://www.eclipse.org/legal/epl-2.0/ | ||
# * | ||
# * SPDX-License-Identifier: EPL-2.0 | ||
# * | ||
# * Contributors: | ||
# * IBM Corporation - initial API and implementation | ||
# *******************************************************************************/ | ||
# ------------------------------------------------------------------------------------------------- | ||
# | ||
#ISMESSAGEFILE FALSE | ||
#NLS_ENCODING=UNICODE | ||
#NLS_MESSAGEFORMAT_NONE | ||
# | ||
|
||
description=La funzione Verifica viene utilizzata per notificare e tracciare gli eventi verificabili per garantire l'integrit\u00e0 del sistema. |
20 changes: 20 additions & 0 deletions
20
...ility/public/audit-2.0/resources/l10n/com.ibm.websphere.appserver.audit-2.0_ja.properties
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 |
---|---|---|
@@ -0,0 +1,20 @@ | ||
#/******************************************************************************* | ||
# * Copyright (c) 2018, 2020 IBM Corporation and others. | ||
# * All rights reserved. This program and the accompanying materials | ||
# * are made available under the terms of the Eclipse Public License 2.0 | ||
# * which accompanies this distribution, and is available at | ||
# * http://www.eclipse.org/legal/epl-2.0/ | ||
# * | ||
# * SPDX-License-Identifier: EPL-2.0 | ||
# * | ||
# * Contributors: | ||
# * IBM Corporation - initial API and implementation | ||
# *******************************************************************************/ | ||
# ------------------------------------------------------------------------------------------------- | ||
# | ||
#ISMESSAGEFILE FALSE | ||
#NLS_ENCODING=UNICODE | ||
#NLS_MESSAGEFORMAT_NONE | ||
# | ||
|
||
description=Audit \u30d5\u30a3\u30fc\u30c1\u30e3\u30fc\u306f\u3001\u76e3\u67fb\u53ef\u80fd\u30a4\u30d9\u30f3\u30c8\u306e\u5831\u544a\u3068\u8ffd\u8de1\u3092\u884c\u3063\u3066\u30b7\u30b9\u30c6\u30e0\u306e\u4fdd\u5168\u6027\u3092\u78ba\u4fdd\u3059\u308b\u305f\u3081\u306b\u4f7f\u7528\u3055\u308c\u307e\u3059\u3002 |
Oops, something went wrong.