eclipse-embed-cdt / eclipse-plugins

The Eclipse Embedded CDT plug-ins for Arm & RISC-V C/C++ developers (formerly known as the GNU MCU Eclipse plug-ins). Includes the archive of previous plug-ins versions, as Releases.
http://eclipse-embed-cdt.github.io/
Eclipse Public License 2.0
555 stars 129 forks source link

Normalize content of the sources bundles #402

Closed ruspl-afed closed 3 years ago

ruspl-afed commented 3 years ago

From #397 by @ilg-ul

... I checked some source .jar files, and they only include the ilg.gnumcueclipse.* folders, and some minimal metadata.

All other files were skipped. When I check in Eclipse the build.properties file, the Binary Build lists has most files selected, but the Source Build section has no files selected at all. Is this ok?

Let's use Eclipse Platform bundles as a sample to normalize the content

ilg-ul commented 3 years ago

Let's use Eclipse Platform bundles as a sample to normalize the content

Good plan.

I would also take a look at the CDT projects.

ilg-ul commented 3 years ago

Please note that the SiFive template project has some git submodules, with the code used to create RISC-V projects.

(Comment moved here from #397).

ruspl-afed commented 3 years ago

I would also take a look at the CDT projects.

Yes, to fix it too :)

ilg-ul commented 3 years ago

404 is the only change required?

ruspl-afed commented 3 years ago

It looks so, I walked through all the bundles that I can see.

ilg-ul commented 3 years ago

Ok, when done, you can close the issue.

I changed the strategy, I no longer keep them open until the actual release, I tag them with a milestone and it is enough to keep track of the changes related to a release.