pharo: add skeleton
This commit is contained in:
3
.properties
Normal file
3
.properties
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
#format : #filetree
|
||||
}
|
5
Pond.package/.filetree
Normal file
5
Pond.package/.filetree
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"separateMethodMetaAndSource" : false,
|
||||
"noMethodMetaData" : true,
|
||||
"useCypressPropertiesFile" : true
|
||||
}
|
1
Pond.package/CarpProcess.class/README.md
Normal file
1
Pond.package/CarpProcess.class/README.md
Normal file
@@ -0,0 +1 @@
|
||||
I’m a simple Carp process.
|
3
Pond.package/CarpProcess.class/instance/initialize.st
Normal file
3
Pond.package/CarpProcess.class/instance/initialize.st
Normal file
@@ -0,0 +1,3 @@
|
||||
initialization
|
||||
initialize
|
||||
proc := OSProcess command: 'carp'
|
13
Pond.package/CarpProcess.class/properties.json
Normal file
13
Pond.package/CarpProcess.class/properties.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"commentStamp" : "VeitHeller 12/11/2019 17:31",
|
||||
"super" : "Object",
|
||||
"category" : "Pond",
|
||||
"classinstvars" : [ ],
|
||||
"pools" : [ ],
|
||||
"classvars" : [ ],
|
||||
"instvars" : [
|
||||
"proc"
|
||||
],
|
||||
"name" : "CarpProcess",
|
||||
"type" : "normal"
|
||||
}
|
1
Pond.package/ManifestPond.class/README.md
Normal file
1
Pond.package/ManifestPond.class/README.md
Normal file
@@ -0,0 +1 @@
|
||||
I’m Pond, an IDE for Carp.
|
11
Pond.package/ManifestPond.class/properties.json
Normal file
11
Pond.package/ManifestPond.class/properties.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"commentStamp" : "VeitHeller 12/11/2019 17:29",
|
||||
"super" : "PackageManifest",
|
||||
"category" : "Pond-Manifest",
|
||||
"classinstvars" : [ ],
|
||||
"pools" : [ ],
|
||||
"classvars" : [ ],
|
||||
"instvars" : [ ],
|
||||
"name" : "ManifestPond",
|
||||
"type" : "normal"
|
||||
}
|
2
Pond.package/monticello.meta/categories.st
Normal file
2
Pond.package/monticello.meta/categories.st
Normal file
@@ -0,0 +1,2 @@
|
||||
SystemOrganization addCategory: #Pond!
|
||||
SystemOrganization addCategory: #'Pond-Manifest'!
|
0
Pond.package/monticello.meta/initializers.st
Normal file
0
Pond.package/monticello.meta/initializers.st
Normal file
1
Pond.package/monticello.meta/package
Normal file
1
Pond.package/monticello.meta/package
Normal file
@@ -0,0 +1 @@
|
||||
(name 'Pond')
|
1
Pond.package/properties.json
Normal file
1
Pond.package/properties.json
Normal file
@@ -0,0 +1 @@
|
||||
{ }
|
Reference in New Issue
Block a user