Skip to content

Commit

Permalink
update npm to 22.12 because of a (linux) bug in npm:
Browse files Browse the repository at this point in the history
  • Loading branch information
jcompagner committed Dec 17, 2024
1 parent ffea346 commit 2ed37da
Show file tree
Hide file tree
Showing 13 changed files with 20 additions and 20 deletions.
8 changes: 4 additions & 4 deletions com.servoy.eclipse.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -338,21 +338,21 @@ The timing of the provision by Servoy of the Releases shall be at its sole discr
os="linux"
ws="gtk"
arch="x86_64"
version="22.11.0"/>
version="22.12.0"/>

<plugin
id="com.servoy.eclipse.nodejs.macosx.cocoa.x86_64"
os="macosx"
ws="cocoa"
arch="x86_64"
version="22.11.0"/>
version="22.12.0"/>

<plugin
id="com.servoy.eclipse.nodejs.win32.win32.x86_64"
os="win32"
ws="win32"
arch="x86_64"
version="22.11.0"/>
version="22.12.0"/>

<plugin
id="com.servoy.eclipse.exporter.ngdesktop"
Expand Down Expand Up @@ -395,7 +395,7 @@ The timing of the provision by Servoy of the Releases shall be at its sole discr
os="macosx"
ws="cocoa"
arch="aarch64"
version="22.11.0"/>
version="22.12.0"/>

<plugin
id="com.sun.activation.jakarta.activation"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Node.js - linux.gtk.x86_64
Bundle-SymbolicName: com.servoy.eclipse.nodejs.linux.gtk.x86_64;singleton:=true
Bundle-Version: 22.11.0
Bundle-Version: 22.12.0
Bundle-Vendor: Servoy
Eclipse-PlatformFilter: (& (osgi.ws=gtk)(osgi.os=linux)(osgi.arch=x86_64))
Require-Bundle: com.servoy.eclipse.ngclient.ui
4 changes: 2 additions & 2 deletions com.servoy.eclipse.nodejs.linux.gtk.x86_64/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<nodejs
id="com.servoy.eclipse.nodejs.linux.gtk.x86_64"
name="com.servoy.eclipse.nodejs.linux.gtk.x86_64"
nodePath="node-v22.11.0-linux-x64/bin/node"
npmPath="node-v22.11.0-linux-x64/bin/npm"
nodePath="node-v22.12.0-linux-x64/bin/node"
npmPath="node-v22.12.0-linux-x64/bin/npm"
archive="node.tar.xz">
</nodejs>
</extension>
Expand Down
2 changes: 1 addition & 1 deletion com.servoy.eclipse.nodejs.linux.gtk.x86_64/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<version>2024.12.0.4021_rc2</version>
</parent>
<artifactId>com.servoy.eclipse.nodejs.linux.gtk.x86_64</artifactId>
<version>22.11.0</version>
<version>22.12.0</version>
<packaging>eclipse-plugin</packaging>
<build>
<plugins>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Node.js - macosx.cocoa.aarch64
Bundle-SymbolicName: com.servoy.eclipse.nodejs.macosx.cocoa.aarch64;singleton:=true
Bundle-Version: 22.11.0
Bundle-Version: 22.12.0
Bundle-Vendor: Servoy
Eclipse-PlatformFilter: (& (osgi.ws=cocoa)(osgi.os=macosx)(osgi.arch=aarch64))
Require-Bundle: com.servoy.eclipse.ngclient.ui
4 changes: 2 additions & 2 deletions com.servoy.eclipse.nodejs.macosx.cocoa.aarch64/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<nodejs
id="com.servoy.eclipse.nodejs.macosx.cocoa.x86_64"
name="com.servoy.eclipse.nodejs.macosx.cocoa.x86_64"
nodePath="node-v22.11.0-darwin-arm64/bin/node"
npmPath="node-v22.11.0-darwin-arm64/bin/npm"
nodePath="node-v22.12.0-darwin-arm64/bin/node"
npmPath="node-v22.12.0-darwin-arm64/bin/npm"
archive="node.tar.gz">
</nodejs>
</extension>
Expand Down
2 changes: 1 addition & 1 deletion com.servoy.eclipse.nodejs.macosx.cocoa.aarch64/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<version>2024.12.0.4021_rc2</version>
</parent>
<artifactId>com.servoy.eclipse.nodejs.macosx.cocoa.aarch64</artifactId>
<version>22.11.0</version>
<version>22.12.0</version>
<packaging>eclipse-plugin</packaging>
<build>
<plugins>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Node.js - macosx.cocoa.x86_64
Bundle-SymbolicName: com.servoy.eclipse.nodejs.macosx.cocoa.x86_64;singleton:=true
Bundle-Version: 22.11.0
Bundle-Version: 22.12.0
Bundle-Vendor: Servoy
Eclipse-PlatformFilter: (& (osgi.ws=cocoa)(osgi.os=macosx)(osgi.arch=x86_64))
Require-Bundle: com.servoy.eclipse.ngclient.ui
4 changes: 2 additions & 2 deletions com.servoy.eclipse.nodejs.macosx.cocoa.x86_64/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<nodejs
id="com.servoy.eclipse.nodejs.macosx.cocoa.x86_64"
name="com.servoy.eclipse.nodejs.macosx.cocoa.x86_64"
nodePath="node-v22.11.0-darwin-x64/bin/node"
npmPath="node-v22.11.0-darwin-x64/bin/npm"
nodePath="node-v22.12.0-darwin-x64/bin/node"
npmPath="node-v22.12.0-darwin-x64/bin/npm"
archive="node.tar.gz">
</nodejs>
</extension>
Expand Down
2 changes: 1 addition & 1 deletion com.servoy.eclipse.nodejs.macosx.cocoa.x86_64/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<version>2024.12.0.4021_rc2</version>
</parent>
<artifactId>com.servoy.eclipse.nodejs.macosx.cocoa.x86_64</artifactId>
<version>22.11.0</version>
<version>22.12.0</version>
<packaging>eclipse-plugin</packaging>
<build>
<plugins>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Node.js - Windows.win32.x86_64
Bundle-SymbolicName: com.servoy.eclipse.nodejs.win32.win32.x86_64;singleton:=true
Bundle-Version: 22.11.0
Bundle-Version: 22.12.0
Bundle-Vendor: Servoy
Eclipse-PlatformFilter: (& (osgi.ws=win32)(osgi.os=win32)(osgi.arch=x86_64))
Require-Bundle: com.servoy.eclipse.ngclient.ui
4 changes: 2 additions & 2 deletions com.servoy.eclipse.nodejs.win32.win32.x86_64/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<nodejs
id="com.servoy.eclipse.nodejs.win32.win32.x86_64"
name="com.servoy.eclipse.nodejs.win32.win32.x86_64"
nodePath="node-v22.11.0-win-x64/node.exe"
npmPath="node-v22.11.0-win-x64/node_modules/npm/bin/npm-cli.js"
nodePath="node-v22.12.0-win-x64/node.exe"
npmPath="node-v22.12.0-win-x64/node_modules/npm/bin/npm-cli.js"
archive="node.zip">
</nodejs>
</extension>
Expand Down
2 changes: 1 addition & 1 deletion com.servoy.eclipse.nodejs.win32.win32.x86_64/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<version>2024.12.0.4021_rc2</version>
</parent>
<artifactId>com.servoy.eclipse.nodejs.win32.win32.x86_64</artifactId>
<version>22.11.0</version>
<version>22.12.0</version>
<packaging>eclipse-plugin</packaging>
<build>
<plugins>
Expand Down

0 comments on commit 2ed37da

Please sign in to comment.