Project

General

Profile

Revision c06c4ff2

IDc06c4ff22b2c92062fba75ac62db656a3c0208e7
Parent 311c08cd
Child b8b576c5

Added by Aurelien BOMPARD over 14 years ago

Adaptation au nouveau système de construction

git-svn-id: https://vigilo-dev.si.c-s.fr/svn@2253 b22e2e97-25c9-44ff-b637-2e5ceca36478

View differences:

Makefile
2 2

  
3 3
all: build
4 4

  
5
include ../glue/Makefile.common
5
include buildenv/Makefile.common
6

  
6 7
MODULE := $(NAME)
7 8
CODEPATH := $(NAME)
8 9
lint: lint_pylint
buildout.cfg
1 1
[buildout]
2
extends = ../glue/buildout.cfg
2
extends = buildenv/buildout.common.cfg
3 3
eggs += vigigraph
4 4

  
5 5
[nose]

Also available in: Unified diff