eclipse-ee4j / starter

Eclipse Starter for Jakarta EE
Eclipse Public License 2.0
50 stars 39 forks source link

Removed Full from Full Platform #243

Closed gantanikhilraj closed 1 year ago

gantanikhilraj commented 1 year ago

closes issue : #238 Changes :

In index.xhtml file :

to

In project.java file : profiles.put("full", new SelectItem("full", "Full Platform")); to profiles.put("full", new SelectItem("full", "Platform"));

The full is called or mentioned in two files and removed full from two files as mentioned above.

eclipse-starter-bot commented 1 year ago

Can one of the admins verify this patch?

m-reza-rahman commented 1 year ago

It does not look like the ECA is signed. All contributions must do that first.

gantanikhilraj commented 1 year ago

Can anyone help in how to do ECA sign ?

m-reza-rahman commented 1 year ago

As simple as going through this: https://www.eclipse.org/legal/ECA.php.

m-reza-rahman commented 1 year ago

I've gone ahead and addressed this. It's quite trivial.