Commit 2d10c9d546e5dd548927fa448f136623455aafd1

Authored by Antonio Terceiro
1 parent 8eeb0332

Removing obsolete URL for svn repo

Showing 1 changed file with 0 additions and 1 deletions   Show diff stats
lib/noosfero.rb
1 1 module Noosfero
2 2 PROJECT = 'noosfero'
3 3 VERSION = '0.21.2'
4   - SVN_ROOT = 'https://svn.colivre.coop.br/svn/noosfero'
5 4  
6 5 def self.pattern_for_controllers_in_directory(dir)
7 6 disjunction = controllers_in_directory(dir).join('|')
... ...