You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by tj...@apache.org on 2020/09/27 15:47:51 UTC

[felix-atomos] branch master updated (a401846 -> 3d93040)

This is an automated email from the ASF dual-hosted git repository.

tjwatson pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/felix-atomos.git.


    from a401846  Add boolean reflection required for gogo
     add 04f32c7  Merge atomos.examples.substrate felix and equinox into a lib project
     add 37631d6  Update workflows to match new subproject name
     new 3d93040  Merge pull request #37 from apache/mergeLibExamples

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .github/workflows/maven.yml                        |   2 +-
 .../graal_proxy_config.json                        |   3 -
 .../atomos.examples.substrate.felix/README.md      |   8 -
 .../graal_class_config.json                        | 272 ---------------------
 .../graal_resource_config.json                     |   8 -
 .../atomos.examples.substrate.felix/pom.xml        | 183 --------------
 .../README.md                                      |   0
 .../graal_class_config.json                        |   9 +
 .../graal_proxy_config.json                        |   0
 .../graal_resource_config.json                     |   0
 .../pom.xml                                        |  40 ++-
 atomos.examples/pom.xml                            |   3 +-
 12 files changed, 45 insertions(+), 483 deletions(-)
 delete mode 100644 atomos.examples/atomos.examples.substrate.equinox/graal_proxy_config.json
 delete mode 100644 atomos.examples/atomos.examples.substrate.felix/README.md
 delete mode 100644 atomos.examples/atomos.examples.substrate.felix/graal_class_config.json
 delete mode 100644 atomos.examples/atomos.examples.substrate.felix/graal_resource_config.json
 delete mode 100644 atomos.examples/atomos.examples.substrate.felix/pom.xml
 rename atomos.examples/{atomos.examples.substrate.equinox => atomos.examples.substrate.lib}/README.md (100%)
 rename atomos.examples/{atomos.examples.substrate.equinox => atomos.examples.substrate.lib}/graal_class_config.json (95%)
 rename atomos.examples/{atomos.examples.substrate.felix => atomos.examples.substrate.lib}/graal_proxy_config.json (100%)
 rename atomos.examples/{atomos.examples.substrate.equinox => atomos.examples.substrate.lib}/graal_resource_config.json (100%)
 rename atomos.examples/{atomos.examples.substrate.equinox => atomos.examples.substrate.lib}/pom.xml (84%)


[felix-atomos] 01/01: Merge pull request #37 from apache/mergeLibExamples

Posted by tj...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

tjwatson pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/felix-atomos.git

commit 3d93040d5078d3914827dc432f86fe4099638a1c
Merge: a401846 37631d6
Author: Thomas Watson <tj...@us.ibm.com>
AuthorDate: Sun Sep 27 10:47:41 2020 -0500

    Merge pull request #37 from apache/mergeLibExamples
    
    Merge atomos.examples.substrate felix and equinox into a lib project

 .github/workflows/maven.yml                        |   2 +-
 .../graal_proxy_config.json                        |   3 -
 .../atomos.examples.substrate.felix/README.md      |   8 -
 .../graal_class_config.json                        | 272 ---------------------
 .../graal_resource_config.json                     |   8 -
 .../atomos.examples.substrate.felix/pom.xml        | 183 --------------
 .../README.md                                      |   0
 .../graal_class_config.json                        |   9 +
 .../graal_proxy_config.json                        |   0
 .../graal_resource_config.json                     |   0
 .../pom.xml                                        |  40 ++-
 atomos.examples/pom.xml                            |   3 +-
 12 files changed, 45 insertions(+), 483 deletions(-)