Base skeleton to sync. with remote repository.
This commit is contained in:
commit
cbbcf1a0c6
3
src/.properties
Normal file
3
src/.properties
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
{
|
||||||
|
#format : #tonel
|
||||||
|
}
|
5
src/LepiterPlugins/LepiterPlugin.class.st
Normal file
5
src/LepiterPlugins/LepiterPlugin.class.st
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
Class {
|
||||||
|
#name : #LepiterPlugin,
|
||||||
|
#superclass : #Object,
|
||||||
|
#category : #LepiterPlugins
|
||||||
|
}
|
1
src/LepiterPlugins/package.st
Normal file
1
src/LepiterPlugins/package.st
Normal file
@ -0,0 +1 @@
|
|||||||
|
Package { #name : #LepiterPlugins }
|
Loading…
Reference in New Issue
Block a user