Mail Archive Home | fractal-commits List | April 2008 Index
| <-- Date Index --> | <-- Thread Index --> |
Fixing the self/ example.
--- 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
-
--- 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>
--- 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>
--- 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 --> |
Powered by MHonArc.
Copyright © 2006-2007, OW2 Consortium | contact | webmaster.