forked from eclipse-platform/eclipse.platform
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.xml
More file actions
36 lines (32 loc) · 1008 Bytes
/
plugin.xml
File metadata and controls
36 lines (32 loc) · 1008 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="4.3"?>
<!--
Copyright (c) 2023 Security Team
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
https://www.eclipse.org/legal/epl-2.0/
SPDX-License-Identifier: EPL-2.0
Contributors:
<Java Joe> Joe@Schiavone.org
-->
<plugin
id="org.eclipse.core.pki.id"
name="Eclipse Core PKI"
version="1.0.3.qualifier">
<extension point="org.eclipse.ui.startup">
<startup class="org.eclipse.core.pki.auth.PKISetup"/>
</extension>
<!--
<extension
id="PASSWD_LOCK_ID"
point="org.eclipse.core.runtime.products">
<product
application="MarketplacePKI.product1"
description="Lock Image file"
icon="platform:/plugin/org.eclipse.core.pki/icons/icons8-password-48.png"
name="PasswordLock">
</product>
</extension>
-->
</plugin>