OW2 Consortium
Search OW2 Mail Archive: 

Advanced Search - Powered by Google


Mail Archive Home | fractal-commits List | April 2008 Index

<--  Date Index  --> <--  Thread Index  -->

[fractal-commits] [7564] trunk/fractaladl/juliac/examples/advanced/self: Fixing the self/ example.


Title: [7564] trunk/fractaladl/juliac/examples/advanced/self: Fixing the self/ example.
Revision
7564
Author
seintur
Date
2008-04-30 18:30:30 +0200 (Wed, 30 Apr 2008)

Log Message

Fixing the self/ example.

Modified Paths

Diff

Modified: trunk/fractaladl/juliac/examples/advanced/self/README.txt (7563 => 7564)


--- trunk/fractaladl/juliac/examples/advanced/self/README.txt	2008-04-30 15:56:52 UTC (rev 7563)
+++ trunk/fractaladl/juliac/examples/advanced/self/README.txt	2008-04-30 16:30:30 UTC (rev 7564)
@@ -18,9 +18,8 @@
 ----------------------
 To compile the Hello World program with compiler2, type:
 	mvn install
-	cd self/examples
+	cd examples
 	mvn -Pgenerate
 
 To run the Hello World program, type:
 	mvn -Prun
-

Modified: trunk/fractaladl/juliac/examples/advanced/self/compiler2/pom.xml (7563 => 7564)


--- trunk/fractaladl/juliac/examples/advanced/self/compiler2/pom.xml	2008-04-30 15:56:52 UTC (rev 7563)
+++ trunk/fractaladl/juliac/examples/advanced/self/compiler2/pom.xml	2008-04-30 16:30:30 UTC (rev 7564)
@@ -16,16 +16,11 @@
 
     <dependencies>
         <dependency>
-            <groupId>${project.groupId}</groupId>
-            <artifactId>compiler</artifactId>
+            <groupId>org.objectweb.fractal.fractaladl.juliac</groupId>
+            <artifactId>oo</artifactId>
             <version>${project.version}</version>
         </dependency>
         <dependency>
-            <groupId>org.objectweb.fractal</groupId>
-            <artifactId>fractal-util</artifactId>
-            <version>1.0</version>
-        </dependency>
-        <dependency>
             <groupId>ant</groupId>
             <artifactId>ant</artifactId>
             <version>1.6.5</version>
@@ -36,12 +31,6 @@
             <version>2.5.2</version>
             <classifier>sources</classifier>
         </dependency>
-        <dependency>
-            <groupId>org.objectweb.fractal.julia</groupId>
-            <artifactId>koch-mixins</artifactId>
-            <version>2.5.2</version>
-            <classifier>sources</classifier>
-        </dependency>
     </dependencies>
 
     <build>

Modified: trunk/fractaladl/juliac/examples/advanced/self/examples/pom.xml (7563 => 7564)


--- trunk/fractaladl/juliac/examples/advanced/self/examples/pom.xml	2008-04-30 15:56:52 UTC (rev 7563)
+++ trunk/fractaladl/juliac/examples/advanced/self/examples/pom.xml	2008-04-30 16:30:30 UTC (rev 7564)
@@ -15,14 +15,14 @@
  
 	<dependencies>
 		<dependency>
-			<groupId>${project.groupId}</groupId>
+			<groupId>org.objectweb.fractal.fractaladl.juliac</groupId>
 			<artifactId>compiler2</artifactId>
 			<version>${project.version}</version>
 		</dependency>
         <dependency>
-            <groupId>org.objectweb.fractal</groupId>
-            <artifactId>fractal-util</artifactId>
-            <version>1.0</version>
+            <groupId>org.objectweb.fractal.fractaladl.juliac</groupId>
+            <artifactId>merge-all</artifactId>
+            <version>${project.version}</version>
         </dependency>
         <dependency>
             <groupId>ant</groupId>
@@ -35,12 +35,6 @@
             <version>2.5.2</version>
             <classifier>sources</classifier>
         </dependency>
-        <dependency>
-            <groupId>org.objectweb.fractal.julia</groupId>
-            <artifactId>koch-mixins</artifactId>
-            <version>2.5.2</version>
-            <classifier>sources</classifier>
-        </dependency>
 	</dependencies>
     
     <build>
@@ -65,13 +59,6 @@
                                     <type>jar</type>
                                     <classifier>sources</classifier>
                                 </artifactItem>
-                                <artifactItem>
-                                    <groupId>org.objectweb.fractal.julia</groupId>
-                                    <artifactId>koch-mixins</artifactId>
-                                    <version>2.5.2</version>
-                                    <type>jar</type>
-                                    <classifier>sources</classifier>
-                                </artifactItem>
                             </artifactItems>
                         </configuration>
                     </execution>

Modified: trunk/fractaladl/juliac/examples/advanced/self/pom.xml (7563 => 7564)


--- trunk/fractaladl/juliac/examples/advanced/self/pom.xml	2008-04-30 15:56:52 UTC (rev 7563)
+++ trunk/fractaladl/juliac/examples/advanced/self/pom.xml	2008-04-30 16:30:30 UTC (rev 7564)
@@ -20,17 +20,4 @@
 		<module>examples</module>
   </modules>
 
-	<developers>
-        <developer>
-            <id>seinturier</id>
-            <name>Lionel Seinturier</name>
-            <email>Lionel.Seinturier@xxxxxxx</email>
-            <organization>USTL</organization>
-            <organizationUrl>http://www.univ-lille1.fr</organizationUrl>
-            <roles>
-                <role>Architect</role>
-                <role>Developer</role>
-            </roles>
-        </developer>
-    </developers>
 </project>


<--  Date Index  --> <--  Thread Index  -->

Reply via email to:

Powered by MHonArc.

Copyright © 2006-2007, OW2 Consortium | contact | webmaster.