OW2 Consortium
Search OW2 Mail Archive: 

Advanced Search - Powered by Google


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

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

[fractal-commits] [7820] sandbox/ervalerio/fractal-bf/examples: renamed to fcexplorer ( to better fit the example intent)


Title: [7820] sandbox/ervalerio/fractal-bf/examples: renamed to fcexplorer ( to better fit the example intent)
Revision
7820
Author
ervalerio
Date
2008-05-30 16:51:05 +0200 (Fri, 30 May 2008)

Log Message

renamed to fcexplorer ( to better fit the example intent)

Added Paths

Removed Paths

Diff

Copied: sandbox/ervalerio/fractal-bf/examples/fcexplorer (from rev 7714, sandbox/ervalerio/fractal-bf/examples/explorer-example)

Deleted: sandbox/ervalerio/fractal-bf/examples/fcexplorer/pom.xml (7714 => 7820)


--- sandbox/ervalerio/fractal-bf/examples/explorer-example/pom.xml	2008-05-21 14:22:09 UTC (rev 7714)
+++ sandbox/ervalerio/fractal-bf/examples/fcexplorer/pom.xml	2008-05-30 14:51:05 UTC (rev 7820)
@@ -1,149 +0,0 @@
-<?xml version="1.0"?>
-<!-- 
-	* This library is free software; you can redistribute it and/or
-	* modify it under the terms of the GNU Lesser General Public
-	* License as published by the Free Software Foundation; either
-	* version 2 of the License, or (at your option) any later version.
-	*
-	* This library is distributed in the hope that it will be useful,
-	* but WITHOUT ANY WARRANTY; without even the implied warranty of
-	* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-	* Lesser General Public License for more details.
-	*
-	* You should have received a copy of the GNU Lesser General Public
-	* License along with this library; if not, write to the Free Software
-	* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
--->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-
-	<modelVersion>4.0.0</modelVersion>
-
-	<parent>
-		<groupId>org.objectweb.fractal.bf.examples</groupId>
-		<artifactId>parent</artifactId>
-		<version>0.1-SNAPSHOT</version>
-	</parent>
-
-	<artifactId>explorer-example</artifactId>
-
-	<name>Fractal-BF: FcExplorer example</name>
-
-	<description>
-		Fractal Binding Factory Explorer HelloWorld example
-	</description>
-
-
-	<dependencies>
-		<dependency>
-			<groupId>org.objectweb.fractal.bf</groupId>
-			<artifactId>core</artifactId>
-			<version>${project.version}</version>
-		</dependency>
-		<dependency>
-			<groupId>org.objectweb.fractal.fraclet.annotation</groupId>
-			<artifactId>fractal-spoonlet</artifactId>
-			<version>2.0.2</version>
-		</dependency>
-		<dependency>
-			<groupId>org.objectweb.fractal.bf.connectors</groupId>
-			<artifactId>tcp-dream</artifactId>
-			<version>${project.version}</version>
-		</dependency>
-		<dependency>
-			<groupId>
-				org.objectweb.fractal.fractalexplorer.examples
-			</groupId>
-			<artifactId>helloworld</artifactId>
-			<version>1.1.3-SNAPSHOT</version>
-		</dependency>
-		<dependency>
-      <groupId>org.objectweb.fractal.bf.examples</groupId>
-      <artifactId>helloworld</artifactId>
-      <version>0.1-SNAPSHOT</version>
-    </dependency>
-	</dependencies>
-
-
-
-	<build>
-		<plugins>
-			<!-- Java 1.5 -->
-			<plugin>
-				<groupId>org.apache.maven.plugins</groupId>
-				<artifactId>maven-compiler-plugin</artifactId>
-				<configuration>
-					<source>1.5</source>
-					<target>1.5</target>
-				</configuration>
-			</plugin>
-
-			<!-- Fractal annotation Source preprocessing -->
-			<plugin>
-				<groupId>net.sf.alchim</groupId>
-				<artifactId>spoon-maven-plugin</artifactId>
-				<version>0.6.1</version>
-				<executions>
-					<execution>
-						<goals>
-							<goal>recompile</goal>
-						</goals>
-					</execution>
-				</executions>
-			</plugin>
-		</plugins>
-
-
-	</build>
-
-	<profiles>
-		<profile>
-			<id>run</id>
-			<build>
-				<defaultGoal>compile</defaultGoal>
-				<plugins>
-					<plugin>
-						<groupId>org.codehaus.mojo</groupId>
-						<artifactId>exec-maven-plugin</artifactId>
-						<executions>
-							<execution>
-								<goals>
-									<goal>exec</goal>
-								</goals>
-								<phase>compile</phase>
-							</execution>
-						</executions>
-						<dependencies>
-
-						</dependencies>
-						<configuration>
-							<executable>
-								${JAVA_HOME}/bin/java
-							</executable>
-							<arguments>
-								<argument>
-									-Dfractal.provider=org.objectweb.fractal.julia.Julia
-								</argument>
-								<argument>
-									-Djulia.config=julia-dream.cfg,julia-dream-activities.cfg
-								</argument>
-								<argument>-cp</argument>
-								<classpath />
-								<argument>
-									org.objectweb.fractal.adl.Launcher
-								</argument>
-								<argument>-fractal</argument>
-								<argument>
-									ClientServerExplorerBF
-								</argument>
-								<argument>r</argument>
-							</arguments>
-						</configuration>
-					</plugin>
-				</plugins>
-			</build>
-		</profile>
-	</profiles>
-
-</project>

Copied: sandbox/ervalerio/fractal-bf/examples/fcexplorer/pom.xml (from rev 7819, sandbox/ervalerio/fractal-bf/examples/explorer-example/pom.xml) (0 => 7820)


--- sandbox/ervalerio/fractal-bf/examples/fcexplorer/pom.xml	                        (rev 0)
+++ sandbox/ervalerio/fractal-bf/examples/fcexplorer/pom.xml	2008-05-30 14:51:05 UTC (rev 7820)
@@ -0,0 +1,149 @@
+<?xml version="1.0"?>
+<!-- 
+	* This library is free software; you can redistribute it and/or
+	* modify it under the terms of the GNU Lesser General Public
+	* License as published by the Free Software Foundation; either
+	* version 2 of the License, or (at your option) any later version.
+	*
+	* This library is distributed in the hope that it will be useful,
+	* but WITHOUT ANY WARRANTY; without even the implied warranty of
+	* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+	* Lesser General Public License for more details.
+	*
+	* You should have received a copy of the GNU Lesser General Public
+	* License along with this library; if not, write to the Free Software
+	* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+
+	<modelVersion>4.0.0</modelVersion>
+
+	<parent>
+		<groupId>org.objectweb.fractal.bf.examples</groupId>
+		<artifactId>fractal-bf-examples-parent</artifactId>
+		<version>0.2-SNAPSHOT</version>
+	</parent>
+
+	<artifactId>fractal-bf-examples-fcexplorer</artifactId>
+
+	<name>Fractal-BF: FcExplorer example</name>
+
+	<description>
+		Fractal Binding Factory with Fractal Explorer
+	</description>
+
+
+	<dependencies>
+		<dependency>
+			<groupId>org.objectweb.fractal.bf</groupId>
+			<artifactId>fractal-bf-core</artifactId>
+			<version>${project.version}</version>
+		</dependency>
+		<dependency>
+			<groupId>org.objectweb.fractal.fraclet.annotation</groupId>
+			<artifactId>fractal-spoonlet</artifactId>
+			<version>2.0.2</version>
+		</dependency>
+		<dependency>
+			<groupId>org.objectweb.fractal.bf.connectors</groupId>
+			<artifactId>fractal-bf-connectors-tcp-dream</artifactId>
+			<version>${project.version}</version>
+		</dependency>
+		<dependency>
+			<groupId>
+				org.objectweb.fractal.fractalexplorer.examples
+			</groupId>
+			<artifactId>helloworld</artifactId>
+			<version>1.1.3-SNAPSHOT</version>
+		</dependency>
+		<dependency>
+			<groupId>org.objectweb.fractal.bf.examples</groupId>
+			<artifactId>fractal-bf-examples-helloworld</artifactId>
+			<version>${project.version}</version>
+		</dependency>
+	</dependencies>
+
+
+
+	<build>
+		<plugins>
+			<!-- Java 1.5 -->
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-compiler-plugin</artifactId>
+				<configuration>
+					<source>1.5</source>
+					<target>1.5</target>
+				</configuration>
+			</plugin>
+
+			<!-- Fractal annotation Source preprocessing -->
+			<plugin>
+				<groupId>net.sf.alchim</groupId>
+				<artifactId>spoon-maven-plugin</artifactId>
+				<version>0.6.1</version>
+				<executions>
+					<execution>
+						<goals>
+							<goal>recompile</goal>
+						</goals>
+					</execution>
+				</executions>
+			</plugin>
+		</plugins>
+
+
+	</build>
+
+	<profiles>
+		<profile>
+			<id>run</id>
+			<build>
+				<defaultGoal>compile</defaultGoal>
+				<plugins>
+					<plugin>
+						<groupId>org.codehaus.mojo</groupId>
+						<artifactId>exec-maven-plugin</artifactId>
+						<executions>
+							<execution>
+								<goals>
+									<goal>exec</goal>
+								</goals>
+								<phase>compile</phase>
+							</execution>
+						</executions>
+						<dependencies>
+
+						</dependencies>
+						<configuration>
+							<executable>
+								${JAVA_HOME}/bin/java
+							</executable>
+							<arguments>
+								<argument>
+									-Dfractal.provider=org.objectweb.fractal.julia.Julia
+								</argument>
+								<argument>
+									-Djulia.config=julia-dream.cfg,julia-dream-activities.cfg
+								</argument>
+								<argument>-cp</argument>
+								<classpath />
+								<argument>
+									org.objectweb.fractal.adl.Launcher
+								</argument>
+								<argument>-fractal</argument>
+								<argument>
+									ClientServerExplorerBF
+								</argument>
+								<argument>r</argument>
+							</arguments>
+						</configuration>
+					</plugin>
+				</plugins>
+			</build>
+		</profile>
+	</profiles>
+
+</project>


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

Reply via email to:

Powered by MHonArc.

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