Agregando metadatos del repositorio

This commit is contained in:
nestorsire 2022-11-21 11:55:25 -05:00
parent 1eb47466db
commit 63ee36669b
2 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,9 @@
Class {
#name : #PaqueteSemanal,
#superclass : #Object,
#instVars : [
'location',
'repository'
],
#category : #PaqueteSemanal
}

View File

@ -0,0 +1 @@
Package { #name : #PaqueteSemanal }