stable

Clone or download

Read-only

Create plugin basis

This task is part of story #8823 trigger CI jobs on commit Change-Id: Ia8d4cc097d5c5c1096af5bbde9b9958f79316cd7

Modified Files

Name
A plugins/hudson_svn/ChangeLog +0 −0 Go to diff View file
A plugins/hudson_svn/README.mkd +5 −0 Go to diff View file
A plugins/hudson_svn/VERSION +1 −0 Go to diff View file
A plugins/hudson_svn/db/install.sql +5 −0 Go to diff View file
A plugins/hudson_svn/db/uninstall.sql +1 −0 Go to diff View file
A plugins/hudson_svn/include/HudsonSvnPluginDescriptor.php +34 −0 Go to diff View file
A plugins/hudson_svn/include/HudsonSvnPluginInfo.php +34 −0 Go to diff View file
A plugins/hudson_svn/include/autoload.php +20 −0 Go to diff View file
A plugins/hudson_svn/include/constants.php +21 −0 Go to diff View file
A plugins/hudson_svn/include/hudson_svnPlugin.class.php +49 −0 Go to diff View file
A plugins/hudson_svn/site-content/en_US/hudson_svn.tab +2 −0 Go to diff View file
A plugins/hudson_svn/site-content/fr_FR/hudson_svn.tab +2 −0 Go to diff View file
M tools/rpm/tuleap.rhel6.spec +2 −0 Go to diff View file
M tools/rpm/tuleap.spec +2 −0 Go to diff View file