diff --git a/.project b/.project new file mode 100644 index 0000000..5e7754f --- /dev/null +++ b/.project @@ -0,0 +1,3 @@ +{ + 'srcDirectory' : '' +} \ No newline at end of file diff --git a/.properties b/.properties new file mode 100644 index 0000000..c2bedd4 --- /dev/null +++ b/.properties @@ -0,0 +1,3 @@ +{ + #format : #filetree +} \ No newline at end of file diff --git a/Pond.package/.filetree b/Pond.package/.filetree new file mode 100644 index 0000000..57a6797 --- /dev/null +++ b/Pond.package/.filetree @@ -0,0 +1,5 @@ +{ + "separateMethodMetaAndSource" : false, + "noMethodMetaData" : true, + "useCypressPropertiesFile" : true +} \ No newline at end of file diff --git a/Pond.package/CarpProcess.class/README.md b/Pond.package/CarpProcess.class/README.md new file mode 100644 index 0000000..6a26e53 --- /dev/null +++ b/Pond.package/CarpProcess.class/README.md @@ -0,0 +1 @@ +I’m a simple Carp process. \ No newline at end of file diff --git a/Pond.package/CarpProcess.class/instance/initialize.st b/Pond.package/CarpProcess.class/instance/initialize.st new file mode 100644 index 0000000..f2090ce --- /dev/null +++ b/Pond.package/CarpProcess.class/instance/initialize.st @@ -0,0 +1,3 @@ +initialization +initialize + proc := OSProcess command: 'carp' \ No newline at end of file diff --git a/Pond.package/CarpProcess.class/properties.json b/Pond.package/CarpProcess.class/properties.json new file mode 100644 index 0000000..4dfc1d4 --- /dev/null +++ b/Pond.package/CarpProcess.class/properties.json @@ -0,0 +1,13 @@ +{ + "commentStamp" : "VeitHeller 12/11/2019 17:31", + "super" : "Object", + "category" : "Pond", + "classinstvars" : [ ], + "pools" : [ ], + "classvars" : [ ], + "instvars" : [ + "proc" + ], + "name" : "CarpProcess", + "type" : "normal" +} \ No newline at end of file diff --git a/Pond.package/ManifestPond.class/README.md b/Pond.package/ManifestPond.class/README.md new file mode 100644 index 0000000..be963c4 --- /dev/null +++ b/Pond.package/ManifestPond.class/README.md @@ -0,0 +1 @@ +I’m Pond, an IDE for Carp. \ No newline at end of file diff --git a/Pond.package/ManifestPond.class/properties.json b/Pond.package/ManifestPond.class/properties.json new file mode 100644 index 0000000..9c433dc --- /dev/null +++ b/Pond.package/ManifestPond.class/properties.json @@ -0,0 +1,11 @@ +{ + "commentStamp" : "VeitHeller 12/11/2019 17:29", + "super" : "PackageManifest", + "category" : "Pond-Manifest", + "classinstvars" : [ ], + "pools" : [ ], + "classvars" : [ ], + "instvars" : [ ], + "name" : "ManifestPond", + "type" : "normal" +} \ No newline at end of file diff --git a/Pond.package/monticello.meta/categories.st b/Pond.package/monticello.meta/categories.st new file mode 100644 index 0000000..ab6aa42 --- /dev/null +++ b/Pond.package/monticello.meta/categories.st @@ -0,0 +1,2 @@ +SystemOrganization addCategory: #Pond! +SystemOrganization addCategory: #'Pond-Manifest'! diff --git a/Pond.package/monticello.meta/initializers.st b/Pond.package/monticello.meta/initializers.st new file mode 100644 index 0000000..e69de29 diff --git a/Pond.package/monticello.meta/package b/Pond.package/monticello.meta/package new file mode 100644 index 0000000..75d2055 --- /dev/null +++ b/Pond.package/monticello.meta/package @@ -0,0 +1 @@ +(name 'Pond') \ No newline at end of file diff --git a/Pond.package/properties.json b/Pond.package/properties.json new file mode 100644 index 0000000..6f31cf5 --- /dev/null +++ b/Pond.package/properties.json @@ -0,0 +1 @@ +{ } \ No newline at end of file