Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Single p2 feature for all archs #136

Closed
piotrtomiak opened this issue Feb 18, 2016 · 1 comment
Closed

Single p2 feature for all archs #136

piotrtomiak opened this issue Feb 18, 2016 · 1 comment

Comments

@piotrtomiak
Copy link
Contributor

I would like to suggest a single feature for the update site, which could automatically provide appropriate bundle. It would be as follows.

<feature
      id="com.eclipsesource.j2v8.feature"
      label="%featureName"
      version="3.1.6.qualifier"
      provider-name="%featureProvider">

   <description>
      %description
   </description>

   <copyright>
      %copyright
   </copyright>

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

   <plugin
         id="com.eclipsesource.j2v8.linux_x86_64"
         os="linux"
         arch="x86_64"
         download-size="0"
         install-size="0"
         version="3.1.6"
         unpack="false"/>

   <plugin
         id="com.eclipsesource.j2v8.linux_x86"
         os="linux"
         arch="x86"
         download-size="0"
         install-size="0"
         version="3.1.6"
         unpack="false"/>

   <plugin
         id="com.eclipsesource.j2v8.macosx_x86_64"
         os="macosx"
         arch="x86_64"
         download-size="0"
         install-size="0"
         version="3.1.6"
         unpack="false"/>

   <plugin
         id="com.eclipsesource.j2v8.win32_x86_64"
         os="win32"
         arch="x86_64"
         download-size="0"
         install-size="0"
         version="3.1.6"
         unpack="false"/>

   <plugin
         id="com.eclipsesource.j2v8.win32_x86"
         os="win32"
         arch="x86"
         download-size="0"
         install-size="0"
         version="3.1.6"
         unpack="false"/>

</feature>

@irbull if you wish I can create a PR for this.

@irbull
Copy link
Member

irbull commented Jan 11, 2019

We are going to scope this repo to holding only the core and builds for Android. Others are free to provide downstream repos for other platforms, but unfortunately, I don't have the cycles for that. Please see #441 for more information. Since a p2 feature isn't needed for Android, I'm closing this as out of scope.

@irbull irbull closed this as completed Jan 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants