As of 27th April 2018, Time4Sys is based on Eclipse Neon and Sirius 5.1.
For more details on the specific requirements, it is best to look at the m2e target file ./Time4Sys/releng/org.polarsys.time4sys.p2/Time4Sys_Neon.target
.
The source code is available on github under the polarsys repository: https://github.com/polarsys/time4sys/
The master
branch is the one validated by the Eclipse IP team, while the develop
branch
is the one you should push your request against.
In a nutshell, you shall run following command to retrieve the source code:
git clone --branch develop git@github.com:polarsys/time4sys.git
The build update-site and product build has been automated. It requires Maven 3.
cd ./Time4Sys/releng/org.polarsys.time4sys.aggregator/
mvn3 install
The artifacts will then be available at following path:
./Time4Sys/releng/org.polarsys.time4sys.product/target/
Once push to the master repository, a continuous-build integration is ran under a Jenkins system. It is accessible at https://hudson.polarsys.org/time4sys/
Moreover, the latest update site can be downloaded there.