Shoobx / jXPDL

jXPDL – Java XPDL model

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jXPDL

This is a mirror of https://sourceforge.net/projects/jxpdl/ created with the following commands:

echo "sasaboy = Sasa Bojanic <sasaboy@together.at>" > authors-transform.txt
git svn init --trunk=trunk --tags=tags --tags=tags/releases --branches=branches svn://svn.code.sf.net/p/jxpdl/code/
git config svn.authorsfile authors-transform.txt
git svn fetch
git remote add origin git@github.com:Shoobx/jXPDL.git
git branch -r | grep origin/txm | sed -e 's#.*/##' | while read br; do git switch $br; done
git switch master
git for-each-ref --format="%(refname:short) %(objectname)" refs/remotes/origin/tags |  cut -d / -f 3- | while read ref; do git tag $ref; done
git tag -d releases
git push origin --all
git push origin --tags

About

jXPDL – Java XPDL model


Languages

Language:XSLT 65.5%Language:HTML 10.8%Language:Java 8.5%Language:NSIS 8.4%Language:JavaScript 5.5%Language:CSS 0.4%Language:Shell 0.3%Language:Batchfile 0.2%Language:Ruby 0.1%Language:Python 0.1%Language:Perl 0.1%Language:SystemVerilog 0.0%Language:NewLisp 0.0%Language:Makefile 0.0%