Skip to content

Commit

Permalink
Bug 575007 - [Passage][Releng] pom-files for selected LIC bundles
Browse files Browse the repository at this point in the history
bundles/org.eclipse.passage.lic.api/pom.xml
bundles/org.eclipse.passage.lic.base/pom.xml
bundles/org.eclipse.passage.lic.bc/pom.xml
bundles/org.eclipse.passage.lic.equinox/pom.xml
bundles/org.eclipse.passage.lic.execute/pom.xml
bundles/org.eclipse.passage.lic.hc/pom.xml
bundles/org.eclipse.passage.lic.licenses/pom.xml
bundles/org.eclipse.passage.lic.licenses.model/pom.xml
bundles/org.eclipse.passage.lic.oshi/pom.xml

Signed-off-by: Alexander Fedorov <[email protected]>
  • Loading branch information
ruspl-afed committed Jul 25, 2021
1 parent 40fec8d commit f3ceb6e
Show file tree
Hide file tree
Showing 12 changed files with 282 additions and 2 deletions.
31 changes: 31 additions & 0 deletions bundles/org.eclipse.passage.lic.api/pom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
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
-->
<project
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<modelVersion>4.0.0</modelVersion>

<artifactId>org.eclipse.passage.lic.api</artifactId>
<version>2.1.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>

<parent>
<groupId>org.eclipse.passage</groupId>
<artifactId>org.eclipse.passage.bundles</artifactId>
<version>2.1.0-SNAPSHOT</version>
</parent>

</project>
31 changes: 31 additions & 0 deletions bundles/org.eclipse.passage.lic.base/pom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
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
-->
<project
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<modelVersion>4.0.0</modelVersion>

<artifactId>org.eclipse.passage.lic.base</artifactId>
<version>2.1.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>

<parent>
<groupId>org.eclipse.passage</groupId>
<artifactId>org.eclipse.passage.bundles</artifactId>
<version>2.1.0-SNAPSHOT</version>
</parent>

</project>
31 changes: 31 additions & 0 deletions bundles/org.eclipse.passage.lic.bc/pom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
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
-->
<project
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<modelVersion>4.0.0</modelVersion>

<artifactId>org.eclipse.passage.lic.bc</artifactId>
<version>1.1.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>

<parent>
<groupId>org.eclipse.passage</groupId>
<artifactId>org.eclipse.passage.bundles</artifactId>
<version>2.1.0-SNAPSHOT</version>
</parent>

</project>
31 changes: 31 additions & 0 deletions bundles/org.eclipse.passage.lic.equinox/pom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
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
-->
<project
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<modelVersion>4.0.0</modelVersion>

<artifactId>org.eclipse.passage.lic.equinox</artifactId>
<version>2.1.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>

<parent>
<groupId>org.eclipse.passage</groupId>
<artifactId>org.eclipse.passage.bundles</artifactId>
<version>2.1.0-SNAPSHOT</version>
</parent>

</project>
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Require-Bundle: org.apache.logging.log4j;bundle-version="2.8.2",
org.eclipse.passage.lic.bc;bundle-version="0.0.0",
org.eclipse.passage.lic.equinox;bundle-version="0.0.0",
org.eclipse.passage.lic.hc;bundle-version="0.0.0",
org.eclipse.passage.lic.licenses;bundle-version="0.0.0",
org.eclipse.passage.lic.licenses.model;bundle-version="0.0.0",
org.eclipse.passage.lic.oshi;bundle-version="0.0.0"
Export-Package: org.eclipse.passage.lic.execute
31 changes: 31 additions & 0 deletions bundles/org.eclipse.passage.lic.execute/pom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
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
-->
<project
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<modelVersion>4.0.0</modelVersion>

<artifactId>org.eclipse.passage.lic.execute</artifactId>
<version>2.1.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>

<parent>
<groupId>org.eclipse.passage</groupId>
<artifactId>org.eclipse.passage.bundles</artifactId>
<version>2.1.0-SNAPSHOT</version>
</parent>

</project>
31 changes: 31 additions & 0 deletions bundles/org.eclipse.passage.lic.hc/pom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
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
-->
<project
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<modelVersion>4.0.0</modelVersion>

<artifactId>org.eclipse.passage.lic.hc</artifactId>
<version>1.1.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>

<parent>
<groupId>org.eclipse.passage</groupId>
<artifactId>org.eclipse.passage.bundles</artifactId>
<version>2.1.0-SNAPSHOT</version>
</parent>

</project>
31 changes: 31 additions & 0 deletions bundles/org.eclipse.passage.lic.licenses.model/pom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
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
-->
<project
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<modelVersion>4.0.0</modelVersion>

<artifactId>org.eclipse.passage.lic.licenses.model</artifactId>
<version>2.1.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>

<parent>
<groupId>org.eclipse.passage</groupId>
<artifactId>org.eclipse.passage.bundles</artifactId>
<version>2.1.0-SNAPSHOT</version>
</parent>

</project>
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Automatic-Module-Name: org.eclipse.passage.lic.licenses
Bundle-ManifestVersion: 2
Bundle-SymbolicName: org.eclipse.passage.lic.licenses
Bundle-Version: 2.0.0.qualifier
Bundle-Version: 2.1.0.qualifier
Bundle-Name: %Bundle-Name
Bundle-Vendor: %Bundle-Vendor
Bundle-Copyright: %Bundle-Copyright
Expand Down
31 changes: 31 additions & 0 deletions bundles/org.eclipse.passage.lic.licenses/pom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
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
-->
<project
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<modelVersion>4.0.0</modelVersion>

<artifactId>org.eclipse.passage.lic.licenses</artifactId>
<version>2.1.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>

<parent>
<groupId>org.eclipse.passage</groupId>
<artifactId>org.eclipse.passage.bundles</artifactId>
<version>2.1.0-SNAPSHOT</version>
</parent>

</project>
31 changes: 31 additions & 0 deletions bundles/org.eclipse.passage.lic.oshi/pom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
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
-->
<project
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<modelVersion>4.0.0</modelVersion>

<artifactId>org.eclipse.passage.lic.oshi</artifactId>
<version>1.1.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>

<parent>
<groupId>org.eclipse.passage</groupId>
<artifactId>org.eclipse.passage.bundles</artifactId>
<version>2.1.0-SNAPSHOT</version>
</parent>

</project>
2 changes: 1 addition & 1 deletion bundles/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
>
<modelVersion>4.0.0</modelVersion>

<artifactId>org.eclipse.passage.lic.bundles</artifactId>
<artifactId>org.eclipse.passage.bundles</artifactId>
<packaging>pom</packaging>

<parent>
Expand Down

0 comments on commit f3ceb6e

Please sign in to comment.