ftsrg / gamma

An Eclipse-based modeling framework for the component-based design and analysis of reactive systems
http://gamma.inf.mit.bme.hu
30 stars 25 forks source link

Fix MANIFEST.MF and product definition in headless.api project #106

Closed benedekh closed 2 years ago

benedekh commented 2 years ago

After renaming hu.bme.mit.gamma.codegenerator.java and hu.bme.mit.gamma.codegenerator.java.util to hu.bme.mit.gamma.codegeneration.java and hu.bme.mit.gamma.codegeneration.java.util, the MANIFEST.MF and the .product definition in the headless.api project became inconsistent (missing depdendencies).

@grbeni could you please resolve these inconsistencies?

grbeni commented 2 years ago

As I can see, the corresponding PR seems to fix this issue, thank you for the fix.