Skip to content

Commit

Permalink
Merge pull request #159 from scottslewis/master
Browse files Browse the repository at this point in the history
Added bndtools and eclipse sdk features/categories to repository
  • Loading branch information
scottslewis authored Jan 14, 2025
2 parents 5752182 + 564713a commit ef384a1
Show file tree
Hide file tree
Showing 18 changed files with 399 additions and 11 deletions.
2 changes: 2 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,8 @@
<module>releng/features/org.eclipse.ecf.remoteservice.rest.feature</module>
<module>releng/features/org.eclipse.ecf.remoteservice.rosgi.feature</module>
<module>releng/features/org.eclipse.ecf.remoteservice.sdk.feature</module>
<module>releng/features/org.eclipse.ecf.remoteservice.sdk.eclipse.feature</module>
<module>releng/features/org.eclipse.ecf.remoteservice.sdk.bndtools.feature</module>
<module>releng/features/org.eclipse.ecf.remoteservice.servlet.feature</module>
<module>releng/features/org.eclipse.ecf.sharedobject.feature</module>
<module>releng/features/org.eclipse.ecf.tests.feature</module>
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>org.eclipse.ecf.remoteservice.sdk.bndtools.feature</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.pde.FeatureBuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.pde.FeatureNature</nature>
</natures>
</projectDescription>
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
eclipse.preferences.version=1
encoding/<project>=windows-1252
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
<title>About</title>
</head>
<body lang="EN-US">
<h2>About This Content</h2>

<p>June 25, 2008</p>
<h3>License</h3>

<p>The Eclipse Foundation makes available all content in this plug-in (&quot;Content&quot;). Unless otherwise
indicated below, the Content is provided to you under the terms and conditions of the
Eclipse Public License Version 1.0 (&quot;EPL&quot;). A copy of the EPL is available
at <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>.
For purposes of the EPL, &quot;Program&quot; will mean the Content.</p>

<p>If you did not receive this Content directly from the Eclipse Foundation, the Content is
being redistributed by another party (&quot;Redistributor&quot;) and different terms and conditions may
apply to your use of any object code in the Content. Check the Redistributor's license that was
provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise
indicated below, the terms and conditions of the EPL still apply to any source code in the Content
and such source code may be obtained at <a href="http://www.eclipse.org">http://www.eclipse.org</a>.</p>

</body>
</html>
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
bin.includes = feature.xml,\
about.html,\
feature.properties
src.includes = feature.properties,\
feature.xml,\
about.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
############################################################################
# Copyright (c) 2010 Composent Inc., and others.
#
# 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
############################################################################
featureName=ECF Remote Services SDK for Bndtools
providerName=Eclipse.org - ECF

copyright=Copyright (c) 2025 Composent, Inc. and others.\n\
\n\
This program and the accompanying materials are made\n\
available under the terms of the Eclipse Public License 2.0\n\
which is available at https://www.eclipse.org/legal/epl-2.0/\n\
\n\
SPDX-License-Identifier: EPL-2.0\n
Original file line number Diff line number Diff line change
@@ -0,0 +1,104 @@
<?xml version="1.0" encoding="UTF-8"?>
<feature
id="org.eclipse.ecf.remoteservice.sdk.bndtools.feature"
label="ECF Remote Services SDK for Bndtools"
version="3.15.3.qualifier"
provider-name="%providerName"
license-feature="org.eclipse.license"
license-feature-version="0.0.0">

<description url="http://www.eclipse.org/ecf">
This feature provides an all-in-one distribution of ECFs implementation
of the OSGi Remote Service (chapter 100) and
Remote Service Admin (chapter 122) standards. Included are multiple
discovery and
remote services provider implementations, allowing the remote
service developer to modularly select, use, or
create for themselves implementations needed to discover and use
OSGi Remote Services and Remote Service Admin. For example, discovery based
upon
discovery protocols Zeroconf, SLP, DNSSD, and Zookeeper are present
in this distribution. Also present are
multiple distribution providers such as r-OSGi, ECF generic, XML-RPC, SOAP,
and multiple REST-based transports. The SDK also supports the
creation
of custom discovery and/or distribution providers via open, community-tested and maintained
APIs.
Also included in this SDK is a distributed implementation of
the OSGi Event Admin service. Note that the contents of this
feature do not require Eclipse or Equinox specifically, but rather
may be run
on other frameworks (e.g. Felix) and with other tools. For tutorials, examples, and documentation about OSGi Remote Services see

https://wiki.eclipse.org/ECF#OSGi_Remote_Services
</description>

<copyright>
%copyright
</copyright>

<license url="%licenseURL">
%license
</license>

<includes
id="org.eclipse.ecf.remoteservice.rosgi.feature"
version="0.0.0"/>

<includes
id="org.eclipse.ecf.remoteservice.servlet.feature"
version="0.0.0"/>

<includes
id="org.eclipse.ecf.remoteservice.rest.feature"
version="0.0.0"/>

<includes
id="org.eclipse.ecf.server.generic.feature"
version="0.0.0"/>

<includes
id="org.eclipse.ecf.osgi.services.feature"
version="0.0.0"/>

<includes
id="org.eclipse.ecf.discovery.jmdns.feature"
version="0.0.0"/>

<includes
id="org.eclipse.ecf.discovery.slp.feature"
version="0.0.0"/>

<includes
id="org.eclipse.ecf.discovery.feature"
version="0.0.0"/>

<includes
id="org.eclipse.ecf.provider.generic.feature"
version="0.0.0"/>

<includes
id="org.eclipse.ecf.provider.generic.remoteservice.feature"
version="0.0.0"/>

<includes
id="org.eclipse.ecf.sharedobject.feature"
version="0.0.0"/>

<includes
id="org.eclipse.ecf.remoteservice.feature"
version="0.0.0"/>

<includes
id="org.eclipse.ecf.core.feature"
version="0.0.0"/>

<plugin
id="org.eclipse.ecf.remoteservice.ui"
version="0.0.0"/>

<plugin
id="org.eclipse.ecf.remoteservices.tooling.bndtools"
version="0.0.0"/>

</feature>
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.eclipse.ecf</groupId>
<artifactId>ecf-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<relativePath>../../../</relativePath>
</parent>
<artifactId>org.eclipse.ecf.remoteservice.sdk.bndtools.feature</artifactId>
<version>3.15.3-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
</project>
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>org.eclipse.ecf.remoteservice.sdk.eclipse.feature</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.pde.FeatureBuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.pde.FeatureNature</nature>
</natures>
</projectDescription>
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
eclipse.preferences.version=1
encoding/<project>=windows-1252
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
<title>About</title>
</head>
<body lang="EN-US">
<h2>About This Content</h2>

<p>June 25, 2008</p>
<h3>License</h3>

<p>The Eclipse Foundation makes available all content in this plug-in (&quot;Content&quot;). Unless otherwise
indicated below, the Content is provided to you under the terms and conditions of the
Eclipse Public License Version 1.0 (&quot;EPL&quot;). A copy of the EPL is available
at <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>.
For purposes of the EPL, &quot;Program&quot; will mean the Content.</p>

<p>If you did not receive this Content directly from the Eclipse Foundation, the Content is
being redistributed by another party (&quot;Redistributor&quot;) and different terms and conditions may
apply to your use of any object code in the Content. Check the Redistributor's license that was
provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise
indicated below, the terms and conditions of the EPL still apply to any source code in the Content
and such source code may be obtained at <a href="http://www.eclipse.org">http://www.eclipse.org</a>.</p>

</body>
</html>
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
bin.includes = feature.xml,\
about.html,\
feature.properties
src.includes = feature.properties,\
feature.xml,\
about.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
############################################################################
# Copyright (c) 2010 Composent Inc., and others.
#
# 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
############################################################################
featureName=ECF Remote Services SDK for Eclipse
providerName=Eclipse.org - ECF

copyright=Copyright (c) 2025 Composent, Inc. and others.\n\
\n\
This program and the accompanying materials are made\n\
available under the terms of the Eclipse Public License 2.0\n\
which is available at https://www.eclipse.org/legal/epl-2.0/\n\
\n\
SPDX-License-Identifier: EPL-2.0\n
Original file line number Diff line number Diff line change
@@ -0,0 +1,100 @@
<?xml version="1.0" encoding="UTF-8"?>
<feature
id="org.eclipse.ecf.remoteservice.sdk.eclipse.feature"
label="ECF Remote Services SDK for Eclipse"
version="3.15.3.qualifier"
provider-name="%providerName"
license-feature="org.eclipse.license"
license-feature-version="0.0.0">

<description url="http://www.eclipse.org/ecf">
This feature provides an all-in-one distribution of ECFs implementation
of the OSGi Remote Service (chapter 100) and
Remote Service Admin (chapter 122) standards. Included are multiple
discovery and
remote services provider implementations, allowing the remote
service developer to modularly select, use, or
create for themselves implementations needed to discover and use
OSGi Remote Services and Remote Service Admin. For example, discovery based
upon
discovery protocols Zeroconf, SLP, DNSSD, and Zookeeper are present
in this distribution. Also present are
multiple distribution providers such as r-OSGi, ECF generic, XML-RPC, SOAP,
and multiple REST-based transports. The SDK also supports the
creation
of custom discovery and/or distribution providers via open, community-tested and maintained
APIs.
Also included in this SDK is a distributed implementation of
the OSGi Event Admin service. Note that the contents of this
feature do not require Eclipse or Equinox specifically, but rather
may be run
on other frameworks (e.g. Felix) and with other tools. For tutorials, examples, and documentation about OSGi Remote Services see

https://wiki.eclipse.org/ECF#OSGi_Remote_Services
</description>

<copyright>
%copyright
</copyright>

<license url="%licenseURL">
%license
</license>

<includes
id="org.eclipse.ecf.remoteservice.rosgi.feature"
version="0.0.0"/>

<includes
id="org.eclipse.ecf.remoteservice.servlet.feature"
version="0.0.0"/>

<includes
id="org.eclipse.ecf.remoteservice.rest.feature"
version="0.0.0"/>

<includes
id="org.eclipse.ecf.server.generic.feature"
version="0.0.0"/>

<includes
id="org.eclipse.ecf.osgi.services.feature"
version="0.0.0"/>

<includes
id="org.eclipse.ecf.discovery.jmdns.feature"
version="0.0.0"/>

<includes
id="org.eclipse.ecf.discovery.slp.feature"
version="0.0.0"/>

<includes
id="org.eclipse.ecf.discovery.feature"
version="0.0.0"/>

<includes
id="org.eclipse.ecf.provider.generic.feature"
version="0.0.0"/>

<includes
id="org.eclipse.ecf.provider.generic.remoteservice.feature"
version="0.0.0"/>

<includes
id="org.eclipse.ecf.sharedobject.feature"
version="0.0.0"/>

<includes
id="org.eclipse.ecf.remoteservice.feature"
version="0.0.0"/>

<includes
id="org.eclipse.ecf.core.feature"
version="0.0.0"/>

<plugin
id="org.eclipse.ecf.remoteservice.ui"
version="0.0.0"/>

</feature>
Loading

0 comments on commit ef384a1

Please sign in to comment.