Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[stp-dev] Babel map files

Hi all,

I am running into issues with Babel files.

In the past, we have pushed the map files to the trunk in a babel directory. The map file references the plugins of the trunk.
What we should do instead is put the babel folder at the root of the component or subproject code, next to trunk. We should have a map file per project in the directory.

As long as the map file is targeting a version that is not released yet, it should target the trunk. Once the new release is out, the map file should be changed to target the tag for that version.

Here is our new babel folder:
http://dev.eclipse.org/svnroot/stp/org.eclipse.stp.bpmn/babel/

I will update Babel with the new location of our map files. 

More context on this is available in this bug:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=244139

Thanks,

Antoine
--
http://www.lunar-ocean.com/blog


Back to the top