Changes between Version 15 and Version 16 of WikiStart
- Timestamp:
- Oct 8, 2013, 4:44:18 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v15 v16 19 19 20 20 === Getting the source code === 21 To checkout Pacpus framework repositoryinto your workspace directory, e.g. into `~/workspace/pacpus`,21 To checkout !PacpusFramework repository (version 0.1.1) into your workspace directory, e.g. into `~/workspace/pacpus`, 22 22 23 23 {{{#!sh 24 24 cd ~/workspace/pacpus 25 svn co https://devel.hds.utc.fr/svn/pacpusframework/t runkframework25 svn co https://devel.hds.utc.fr/svn/pacpusframework/tags/0.1.1/ pacpusframework 26 26 }}} 27 27 … … 88 88 PACPUS API 89 89 90 NB: If you need more informations about the TRAC system used to manage this collaborative site, you can read this [TracDefaultWelcomePage page] or view the official [http://trac.edgewall.org/ TRAC project]91 92 90 ---- 93 91 == Active tickets == 94 92 [[TicketQuery(max=10,status=new|assigned|reopened,order=id,desc=1,format=table,col=resolution|summary|owner|reporter)]] 93 94 95 96 ---- 97 98 NB: If you need more informations about the TRAC system used to manage this collaborative site, you can read this [TracDefaultWelcomePage page] or view the official [http://trac.edgewall.org/ TRAC project]