Update of /cvsroot/upcase-project/UpCase/lib
In directory sc8-pr-cvs1:/tmp/cvs-serv6246
Modified Files:
uc_repository.php
Log Message:
added demo, supported and setupScript members to package object
Index: uc_repository.php
===================================================================
RCS file: /cvsroot/upcase-project/UpCase/lib/uc_repository.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** uc_repository.php 14 Nov 2002 11:01:12 -0000 1.2
--- uc_repository.php 21 Nov 2002 15:14:36 -0000 1.3
***************
*** 188,193 ****
--- 188,196 ----
$this->description = $description;
$this->homePage = $home_page;
+ $this->demoPage = $demo;
$this->version = $version;
$this->source = $source;
+ $this->supported = $supported;
+ $this->setupScript = $setup_script;
}
}
|