-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Loading status checks…
[#1375] Revise public API
fix line endings
1 parent
2f489bf
commit 20307a3
Showing
120 changed files
with
6,986 additions
and
6,985 deletions.
There are no files selected for viewing
48 changes: 24 additions & 24 deletions
48
bundles/org.eclipse.passage.lic.agreements.model/META-INF/MANIFEST.MF
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,24 +1,24 @@ | ||
Manifest-Version: 1.0 | ||
Automatic-Module-Name: org.eclipse.passage.lic.agreements.model | ||
Bundle-ManifestVersion: 2 | ||
Bundle-SymbolicName: org.eclipse.passage.lic.agreements.model;singleton:=true | ||
Bundle-Version: 3.0.0.qualifier | ||
Bundle-Name: %pluginName | ||
Bundle-Vendor: %providerName | ||
Bundle-Copyright: %Bundle-Copyright | ||
Bundle-Localization: plugin | ||
Bundle-RequiredExecutionEnvironment: JavaSE-17 | ||
Require-Bundle: org.eclipse.core.runtime;bundle-version="0.0.0";x-installation:=greedy;resolution:=optional, | ||
org.eclipse.emf.ecore;bundle-version="0.0.0";visibility:=reexport, | ||
org.eclipse.emf.ecore.xmi;bundle-version="0.0.0";visibility:=reexport, | ||
org.eclipse.passage.lic.agreements;bundle-version="0.0.0";visibility:=reexport, | ||
org.eclipse.passage.lic.emf;bundle-version="0.0.0" | ||
Export-Package: org.eclipse.passage.lic.agreements.model.api, | ||
org.eclipse.passage.lic.agreements.model.impl;x-internal:=true, | ||
org.eclipse.passage.lic.agreements.model.meta, | ||
org.eclipse.passage.lic.agreements.model.util, | ||
org.eclipse.passage.lic.internal.agreements.model;x-friends:="org.eclipse.passage.loc.dashboard.ui", | ||
org.eclipse.passage.lic.internal.agreements.model.util;x-internal:=true | ||
Bundle-ClassPath: . | ||
Bundle-ActivationPolicy: lazy | ||
|
||
Manifest-Version: 1.0 | ||
Automatic-Module-Name: org.eclipse.passage.lic.agreements.model | ||
Bundle-ManifestVersion: 2 | ||
Bundle-SymbolicName: org.eclipse.passage.lic.agreements.model;singleton:=true | ||
Bundle-Version: 3.0.0.qualifier | ||
Bundle-Name: %pluginName | ||
Bundle-Vendor: %providerName | ||
Bundle-Copyright: %Bundle-Copyright | ||
Bundle-Localization: plugin | ||
Bundle-RequiredExecutionEnvironment: JavaSE-17 | ||
Require-Bundle: org.eclipse.core.runtime;bundle-version="0.0.0";x-installation:=greedy;resolution:=optional, | ||
org.eclipse.emf.ecore;bundle-version="0.0.0";visibility:=reexport, | ||
org.eclipse.emf.ecore.xmi;bundle-version="0.0.0";visibility:=reexport, | ||
org.eclipse.passage.lic.agreements;bundle-version="0.0.0";visibility:=reexport, | ||
org.eclipse.passage.lic.emf;bundle-version="0.0.0" | ||
Export-Package: org.eclipse.passage.lic.agreements.model.api, | ||
org.eclipse.passage.lic.agreements.model.impl;x-internal:=true, | ||
org.eclipse.passage.lic.agreements.model.meta, | ||
org.eclipse.passage.lic.agreements.model.util, | ||
org.eclipse.passage.lic.internal.agreements.model;x-friends:="org.eclipse.passage.loc.dashboard.ui", | ||
org.eclipse.passage.lic.internal.agreements.model.util;x-internal:=true | ||
Bundle-ClassPath: . | ||
Bundle-ActivationPolicy: lazy | ||
|
64 changes: 32 additions & 32 deletions
64
bundles/org.eclipse.passage.lic.agreements.model/plugin.xml
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,32 +1,32 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<?eclipse version="3.0"?> | ||
<!-- | ||
Copyright (c) 2021 ArSysOp | ||
This program and the accompanying materials are made available under the | ||
terms of the Eclipse Public License 2.0 which is available at | ||
https://www.eclipse.org/legal/epl-2.0/. | ||
SPDX-License-Identifier: EPL-2.0 | ||
Contributors: | ||
ArSysOp - initial API and implementation | ||
--> | ||
<plugin> | ||
|
||
<extension point="org.eclipse.emf.ecore.generated_package"> | ||
<!-- @generated agreements --> | ||
<package | ||
uri="http://www.eclipse.org/passage/lic/agreements/3.0.0" | ||
class="org.eclipse.passage.lic.agreements.model.meta.AgreementsPackage" | ||
genModel="model/agreements.genmodel"/> | ||
</extension> | ||
|
||
<extension point="org.eclipse.emf.ecore.extension_parser"> | ||
<!-- @generated agreements --> | ||
<parser | ||
type="agreements" | ||
class="org.eclipse.passage.lic.internal.agreements.model.util.AgreementsResourceFactoryImpl"/> | ||
</extension> | ||
|
||
</plugin> | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<?eclipse version="3.0"?> | ||
<!-- | ||
Copyright (c) 2021 ArSysOp | ||
This program and the accompanying materials are made available under the | ||
terms of the Eclipse Public License 2.0 which is available at | ||
https://www.eclipse.org/legal/epl-2.0/. | ||
SPDX-License-Identifier: EPL-2.0 | ||
Contributors: | ||
ArSysOp - initial API and implementation | ||
--> | ||
<plugin> | ||
|
||
<extension point="org.eclipse.emf.ecore.generated_package"> | ||
<!-- @generated agreements --> | ||
<package | ||
uri="http://www.eclipse.org/passage/lic/agreements/3.0.0" | ||
class="org.eclipse.passage.lic.agreements.model.meta.AgreementsPackage" | ||
genModel="model/agreements.genmodel"/> | ||
</extension> | ||
|
||
<extension point="org.eclipse.emf.ecore.extension_parser"> | ||
<!-- @generated agreements --> | ||
<parser | ||
type="agreements" | ||
class="org.eclipse.passage.lic.internal.agreements.model.util.AgreementsResourceFactoryImpl"/> | ||
</extension> | ||
|
||
</plugin> |
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
52 changes: 26 additions & 26 deletions
52
...org/eclipse/passage/lic/internal/agreements/model/util/AgreementsResourceFactoryImpl.java
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,26 +1,26 @@ | ||
/******************************************************************************* | ||
* Copyright (c) 2018, 2024 ArSysOp | ||
* | ||
* This program and the accompanying materials are made available under the | ||
* terms of the Eclipse Public License 2.0 which is available at | ||
* https://www.eclipse.org/legal/epl-2.0/. | ||
* | ||
* SPDX-License-Identifier: EPL-2.0 | ||
* | ||
* Contributors: | ||
* ArSysOp - initial API and implementation | ||
*******************************************************************************/ | ||
package org.eclipse.passage.lic.internal.agreements.model.util; | ||
|
||
import org.eclipse.emf.common.util.URI; | ||
import org.eclipse.emf.ecore.resource.Resource; | ||
import org.eclipse.emf.ecore.resource.impl.ResourceFactoryImpl; | ||
|
||
public class AgreementsResourceFactoryImpl extends ResourceFactoryImpl { | ||
|
||
@Override | ||
public Resource createResource(URI uri) { | ||
return new AgreementsResourceImpl(uri); | ||
} | ||
|
||
} | ||
/******************************************************************************* | ||
* Copyright (c) 2018, 2024 ArSysOp | ||
* | ||
* This program and the accompanying materials are made available under the | ||
* terms of the Eclipse Public License 2.0 which is available at | ||
* https://www.eclipse.org/legal/epl-2.0/. | ||
* | ||
* SPDX-License-Identifier: EPL-2.0 | ||
* | ||
* Contributors: | ||
* ArSysOp - initial API and implementation | ||
*******************************************************************************/ | ||
package org.eclipse.passage.lic.internal.agreements.model.util; | ||
|
||
import org.eclipse.emf.common.util.URI; | ||
import org.eclipse.emf.ecore.resource.Resource; | ||
import org.eclipse.emf.ecore.resource.impl.ResourceFactoryImpl; | ||
|
||
public class AgreementsResourceFactoryImpl extends ResourceFactoryImpl { | ||
|
||
@Override | ||
public Resource createResource(URI uri) { | ||
return new AgreementsResourceImpl(uri); | ||
} | ||
|
||
} |
70 changes: 35 additions & 35 deletions
70
...el/src/org/eclipse/passage/lic/internal/agreements/model/util/AgreementsResourceImpl.java
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,35 +1,35 @@ | ||
/******************************************************************************* | ||
* Copyright (c) 2018, 2024 ArSysOp | ||
* | ||
* This program and the accompanying materials are made available under the | ||
* terms of the Eclipse Public License 2.0 which is available at | ||
* https://www.eclipse.org/legal/epl-2.0/. | ||
* | ||
* SPDX-License-Identifier: EPL-2.0 | ||
* | ||
* Contributors: | ||
* ArSysOp - initial API and implementation | ||
*******************************************************************************/ | ||
package org.eclipse.passage.lic.internal.agreements.model.util; | ||
|
||
import java.util.Map; | ||
|
||
import org.eclipse.emf.common.util.URI; | ||
import org.eclipse.emf.ecore.xmi.impl.XMIResourceImpl; | ||
import org.eclipse.passage.lic.internal.agreements.model.migration.AgreementsResourceHandler; | ||
|
||
public class AgreementsResourceImpl extends XMIResourceImpl { | ||
|
||
public AgreementsResourceImpl(URI uri) { | ||
super(uri); | ||
} | ||
|
||
@Override | ||
protected void init() { | ||
super.init(); | ||
Map<Object, Object> options = getDefaultLoadOptions(); | ||
options.put(OPTION_RECORD_UNKNOWN_FEATURE, Boolean.TRUE); | ||
options.put(OPTION_RESOURCE_HANDLER, new AgreementsResourceHandler()); | ||
} | ||
|
||
} | ||
/******************************************************************************* | ||
* Copyright (c) 2018, 2024 ArSysOp | ||
* | ||
* This program and the accompanying materials are made available under the | ||
* terms of the Eclipse Public License 2.0 which is available at | ||
* https://www.eclipse.org/legal/epl-2.0/. | ||
* | ||
* SPDX-License-Identifier: EPL-2.0 | ||
* | ||
* Contributors: | ||
* ArSysOp - initial API and implementation | ||
*******************************************************************************/ | ||
package org.eclipse.passage.lic.internal.agreements.model.util; | ||
|
||
import java.util.Map; | ||
|
||
import org.eclipse.emf.common.util.URI; | ||
import org.eclipse.emf.ecore.xmi.impl.XMIResourceImpl; | ||
import org.eclipse.passage.lic.internal.agreements.model.migration.AgreementsResourceHandler; | ||
|
||
public class AgreementsResourceImpl extends XMIResourceImpl { | ||
|
||
public AgreementsResourceImpl(URI uri) { | ||
super(uri); | ||
} | ||
|
||
@Override | ||
protected void init() { | ||
super.init(); | ||
Map<Object, Object> options = getDefaultLoadOptions(); | ||
options.put(OPTION_RECORD_UNKNOWN_FEATURE, Boolean.TRUE); | ||
options.put(OPTION_RESOURCE_HANDLER, new AgreementsResourceHandler()); | ||
} | ||
|
||
} |
66 changes: 33 additions & 33 deletions
66
bundles/org.eclipse.passage.lic.base/META-INF/MANIFEST.MF
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,33 +1,33 @@ | ||
Manifest-Version: 1.0 | ||
Automatic-Module-Name: org.eclipse.passage.lic.base | ||
Bundle-ManifestVersion: 2 | ||
Bundle-SymbolicName: org.eclipse.passage.lic.base;singleton:=true | ||
Bundle-Version: 3.0.0.qualifier | ||
Bundle-Name: %Bundle-Name | ||
Bundle-Vendor: %Bundle-Vendor | ||
Bundle-Copyright: %Bundle-Copyright | ||
Bundle-RequiredExecutionEnvironment: JavaSE-17 | ||
Require-Bundle: org.eclipse.passage.lic.api;bundle-version="0.0.0";visibility:=reexport | ||
Export-Package: org.eclipse.passage.lic.base, | ||
org.eclipse.passage.lic.base.access;x-internal:=true, | ||
org.eclipse.passage.lic.base.acquire, | ||
org.eclipse.passage.lic.base.agreements;x-friends:="org.eclipse.passage.lic.execute", | ||
org.eclipse.passage.lic.base.conditions, | ||
org.eclipse.passage.lic.base.conditions.evaluation, | ||
org.eclipse.passage.lic.base.conditions.mining, | ||
org.eclipse.passage.lic.base.diagnostic, | ||
org.eclipse.passage.lic.base.diagnostic.code, | ||
org.eclipse.passage.lic.base.inspection, | ||
org.eclipse.passage.lic.base.io, | ||
org.eclipse.passage.lic.base.registry, | ||
org.eclipse.passage.lic.base.requirements, | ||
org.eclipse.passage.lic.base.restrictions, | ||
org.eclipse.passage.lic.base.version, | ||
org.eclipse.passage.lic.internal.base;x-friends:="org.eclipse.passage.lic.equinox.tests", | ||
org.eclipse.passage.lic.internal.base.access;x-internal:=true, | ||
org.eclipse.passage.lic.internal.base.access.storage;x-internal:=true, | ||
org.eclipse.passage.lic.internal.base.conditions;x-internal:=true, | ||
org.eclipse.passage.lic.internal.base.inspection.hardware;x-friends:="org.eclipse.passage.loc.licenses.core,org.eclipse.passage.lic.oshi", | ||
org.eclipse.passage.lic.internal.base.requirements;x-internal:=true, | ||
org.eclipse.passage.lic.internal.base.time;x-friends:="org.eclipse.passage.lic.base.tests" | ||
Import-Package: org.slf4j;version="1.7.36" | ||
Manifest-Version: 1.0 | ||
Automatic-Module-Name: org.eclipse.passage.lic.base | ||
Bundle-ManifestVersion: 2 | ||
Bundle-SymbolicName: org.eclipse.passage.lic.base;singleton:=true | ||
Bundle-Version: 3.0.0.qualifier | ||
Bundle-Name: %Bundle-Name | ||
Bundle-Vendor: %Bundle-Vendor | ||
Bundle-Copyright: %Bundle-Copyright | ||
Bundle-RequiredExecutionEnvironment: JavaSE-17 | ||
Require-Bundle: org.eclipse.passage.lic.api;bundle-version="0.0.0";visibility:=reexport | ||
Export-Package: org.eclipse.passage.lic.base, | ||
org.eclipse.passage.lic.base.access;x-internal:=true, | ||
org.eclipse.passage.lic.base.acquire, | ||
org.eclipse.passage.lic.base.agreements;x-friends:="org.eclipse.passage.lic.execute", | ||
org.eclipse.passage.lic.base.conditions, | ||
org.eclipse.passage.lic.base.conditions.evaluation, | ||
org.eclipse.passage.lic.base.conditions.mining, | ||
org.eclipse.passage.lic.base.diagnostic, | ||
org.eclipse.passage.lic.base.diagnostic.code, | ||
org.eclipse.passage.lic.base.inspection, | ||
org.eclipse.passage.lic.base.io, | ||
org.eclipse.passage.lic.base.registry, | ||
org.eclipse.passage.lic.base.requirements, | ||
org.eclipse.passage.lic.base.restrictions, | ||
org.eclipse.passage.lic.base.version, | ||
org.eclipse.passage.lic.internal.base;x-friends:="org.eclipse.passage.lic.equinox.tests", | ||
org.eclipse.passage.lic.internal.base.access;x-internal:=true, | ||
org.eclipse.passage.lic.internal.base.access.storage;x-internal:=true, | ||
org.eclipse.passage.lic.internal.base.conditions;x-internal:=true, | ||
org.eclipse.passage.lic.internal.base.inspection.hardware;x-friends:="org.eclipse.passage.loc.licenses.core,org.eclipse.passage.lic.oshi", | ||
org.eclipse.passage.lic.internal.base.requirements;x-internal:=true, | ||
org.eclipse.passage.lic.internal.base.time;x-friends:="org.eclipse.passage.lic.base.tests" | ||
Import-Package: org.slf4j;version="1.7.36" |
Oops, something went wrong.