Changing from Zotero to Pubiblio.

This commit is contained in:
Offray Vladimir Luna Cárdenas 2017-02-28 17:36:07 +00:00 committed by SantiagoBragagnolo
parent 7a17b7e61a
commit 4d98fb88da
1 changed files with 3 additions and 3 deletions

View File

@ -139,10 +139,10 @@ ConfigurationOfPubiblio >> baseline02: spec [
className: #ConfigurationOfCitezen;
versionString: #'stable';
repository: 'http://smalltalkhub.com/mc/Pharo/MetaRepoForPharo50/main/' ].
spec package: #Zotero with: [
spec package: #Pubiblio with: [
spec requires: #('Citezen' ). ].
spec
group: 'core' with: #(#Zotero );
group: 'core' with: #(#Pubiblio );
group: 'default' with: #('core' ). ].
]
@ -207,6 +207,6 @@ ConfigurationOfPubiblio >> version02: spec [
spec author: 'OffrayLuna'.
spec timestamp: '2/23/2017 18:27'.
spec project: 'Citezen' with: #stable.
spec package: #Zotero with: 'Zotero-OffrayLuna.5'. ].
spec package: #Pubiblio with: 'Pubiblio-OffrayLuna.1'. ].
]