[SCM] applications.git branch, master, updated. 499cc46bc9377cbbe2bbbb866367e613848581e0

Benoit Sonntag sonntag at icps.u-strasbg.fr
Wed Jan 6 04:14:58 UTC 2010


The following commit has been merged in the master branch:
commit 7497f6b0691f95968403a054fbfd05c05c92aaf5
Author: Benoit Sonntag <sonntag at icps.u-strasbg.fr>
Date:   Tue Dec 1 22:31:44 2009 +0100

    0.39 rc1

diff --git a/examples/standard/gui/draw/example.li b/examples/standard/gui/draw/draw.li
similarity index 99%
rename from examples/standard/gui/draw/example.li
rename to examples/standard/gui/draw/draw.li
index 347d90c..5f0c195 100644
--- a/examples/standard/gui/draw/example.li
+++ b/examples/standard/gui/draw/draw.li
@@ -20,7 +20,7 @@
 ///////////////////////////////////////////////////////////////////////////////
 Section Header
   
-  + name        := EXAMPLE;
+  + name        := DRAW;
     
   - bibliography:= "http://IsaacOS.com";
   - author      := "Sonntag Benoit (bsonntag at loria.fr)";
diff --git a/examples/standard/tiny_object/any.li b/examples/standard/tiny_object/any_to.li
similarity index 99%
rename from examples/standard/tiny_object/any.li
rename to examples/standard/tiny_object/any_to.li
index c354b0d..306f3c2 100644
--- a/examples/standard/tiny_object/any.li
+++ b/examples/standard/tiny_object/any_to.li
@@ -20,7 +20,7 @@
 ///////////////////////////////////////////////////////////////////////////////
 Section Header
   
-  + name := ANY;
+  + name := ANY_TO;
   
 Section Inherit
   
diff --git a/examples/standard/tiny_object/instr.li b/examples/standard/tiny_object/instr.li
index 6e19ef6..1c7d47a 100644
--- a/examples/standard/tiny_object/instr.li
+++ b/examples/standard/tiny_object/instr.li
@@ -29,7 +29,7 @@ Section Header
 
 Section Inherit
 
-  - parent_any:ANY := ANY;
+  - parent_any_to:ANY_TO := ANY_TO;
 
 Section Public
 
diff --git a/examples/standard/tiny_object/parser.li b/examples/standard/tiny_object/parser.li
index a306dc7..65e02d4 100644
--- a/examples/standard/tiny_object/parser.li
+++ b/examples/standard/tiny_object/parser.li
@@ -24,7 +24,7 @@ Section Header
   
 Section Inherit
   
-  - parent_any:ANY := ANY;
+  - parent_any_to:ANY_TO := ANY_TO;
   
 Section Private
   
diff --git a/examples/standard/tiny_object/tiny_object.li b/examples/standard/tiny_object/tiny_object.li
index d94f50a..8a676c0 100644
--- a/examples/standard/tiny_object/tiny_object.li
+++ b/examples/standard/tiny_object/tiny_object.li
@@ -24,7 +24,7 @@ Section Header
   
 Section Inherit
   
-  - parent_any:ANY := ANY;
+  - parent_any_to:ANY_TO := ANY_TO;
   
 Section Private
   

-- 
applications.git



More information about the Lisaac-commits mailing list