|
From: <de...@us...> - 2010-08-06 14:21:55
|
Revision: 5807
http://fudaa.svn.sourceforge.net/fudaa/?rev=5807&view=rev
Author: deniger
Date: 2010-08-06 14:21:48 +0000 (Fri, 06 Aug 2010)
Log Message:
-----------
Modified Paths:
--------------
trunk/soft/fudaa-crue/fudaa/pom.xml
Added Paths:
-----------
trunk/soft/fudaa-crue/dodico/pom.xml
trunk/soft/fudaa-crue/pom.xml
trunk/soft/fudaa-crue/src/config/
trunk/soft/fudaa-crue/src/config/eclipse/
trunk/soft/fudaa-crue/src/config/eclipse/org.eclipse.core.resources.prefs
Removed Paths:
-------------
trunk/soft/fudaa-crue/fudaa/CrueFilleScenarioManager.zip
Added: trunk/soft/fudaa-crue/dodico/pom.xml
===================================================================
--- trunk/soft/fudaa-crue/dodico/pom.xml (rev 0)
+++ trunk/soft/fudaa-crue/dodico/pom.xml 2010-08-06 14:21:48 UTC (rev 5807)
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<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/xsd/maven-4.0.0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.fudaa.soft.fudaa-crue</groupId>
+ <artifactId>fudaa-crue</artifactId>
+ <version>0.34-SNAPSHOT</version>
+ </parent>
+ <artifactId>crue-server</artifactId>
+ <name>Crue server</name>
+ <dependencies>
+ <dependency>
+ <groupId>org.fudaa.framework.dodico</groupId>
+ <artifactId>dodico-common</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <scope>test</scope>
+ </dependency>
+ </dependencies>
+</project>
Deleted: trunk/soft/fudaa-crue/fudaa/CrueFilleScenarioManager.zip
===================================================================
(Binary files differ)
Modified: trunk/soft/fudaa-crue/fudaa/pom.xml
===================================================================
--- trunk/soft/fudaa-crue/fudaa/pom.xml 2010-07-29 16:40:22 UTC (rev 5806)
+++ trunk/soft/fudaa-crue/fudaa/pom.xml 2010-08-06 14:21:48 UTC (rev 5807)
@@ -1,93 +1,22 @@
-<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>
- <groupId>org.fudaa.fudaa.crue</groupId>
- <artifactId>Fudaa-crue</artifactId>
- <packaging>jar</packaging>
- <version>1.0-SNAPSHOT</version>
- <name>Fudaa-Crue</name>
- <url>http://maven.apache.org</url>
- <dependencies>
- <dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- <version>3.8.1</version>
- <scope>test</scope>
- </dependency>
-
- <dependency>
- <groupId>ctulu</groupId>
- <artifactId>ctulu</artifactId>
- <version>1</version>
- <scope>system</scope>
- <systemPath>${basedir}/lib/ctulu.jar</systemPath>
- </dependency>
-
- <dependency>
- <groupId>ebli</groupId>
- <artifactId>ebli</artifactId>
- <version>1</version>
- <scope>system</scope>
- <systemPath>${basedir}/lib/ebli.jar</systemPath>
- </dependency>
-
- <dependency>
- <groupId>dodico</groupId>
- <artifactId>dodico</artifactId>
- <version>1</version>
- <scope>system</scope>
- <systemPath>${basedir}/lib/dodico.jar</systemPath>
- </dependency>
-
- <dependency>
- <groupId>fudaa</groupId>
- <artifactId>fudaa</artifactId>
- <version>1</version>
- <scope>system</scope>
- <systemPath>${basedir}/lib/fudaa.jar</systemPath>
- </dependency>
-
-
- <dependency>
- <groupId>xstream</groupId>
- <artifactId>xstream</artifactId>
- <version>1</version>
- <scope>system</scope>
- <systemPath>${basedir}/lib/xstream-1.3.jar</systemPath>
- </dependency>
-
- <dependency>
- <groupId>xpp</groupId>
- <artifactId>xpp</artifactId>
- <version>1</version>
- <scope>system</scope>
- <systemPath>${basedir}/lib/xpp3_min-1.1.4c.jar</systemPath>
- </dependency>
-
- <dependency>
- <groupId>lafwidget</groupId>
- <artifactId>visuallibrary</artifactId>
- <version>1</version>
- <scope>system</scope>
- <systemPath>${basedir}/lib/org-netbeans-api-visual.jar</systemPath>
- </dependency>
-
-
- <dependency>
- <groupId>pdfrenderer</groupId>
- <artifactId>pdfrenderer</artifactId>
- <version>1</version>
- <scope>system</scope>
- <systemPath>${basedir}/lib/PDFRenderer.jar</systemPath>
- </dependency>
-
- <dependency>
- <groupId>iText</groupId>
- <artifactId>iText</artifactId>
- <version>1</version>
- <scope>system</scope>
- <systemPath>${basedir}/lib/iText-2.1.4.jar</systemPath>
- </dependency>
-
- </dependencies>
+<?xml version="1.0" encoding="UTF-8"?>
+<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/xsd/maven-4.0.0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.fudaa.soft.fudaa-crue</groupId>
+ <artifactId>fudaa-crue</artifactId>
+ <version>0.34-SNAPSHOT</version>
+ </parent>
+ <artifactId>crue-ui</artifactId>
+ <name>Crue UI</name>
+ <dependencies>
+ <dependency>
+ <groupId>org.fudaa.soft.fudaa-crue</groupId>
+ <artifactId>crue-server</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <scope>test</scope>
+ </dependency>
+ </dependencies>
</project>
Added: trunk/soft/fudaa-crue/pom.xml
===================================================================
--- trunk/soft/fudaa-crue/pom.xml (rev 0)
+++ trunk/soft/fudaa-crue/pom.xml 2010-08-06 14:21:48 UTC (rev 5807)
@@ -0,0 +1,71 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
+ xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+
+ <properties>
+ <fudaa-common.version>1.1-SNAPSHOT</fudaa-common.version>
+ </properties>
+
+ <parent>
+ <groupId>org.fudaa.pom</groupId>
+ <artifactId>soft-pom</artifactId>
+ <version>0.6</version>
+ </parent>
+ <groupId>org.fudaa.soft.fudaa-crue</groupId>
+ <artifactId>fudaa-crue</artifactId>
+ <version>0.34-SNAPSHOT</version>
+ <name>Fudaa-Crue</name>
+ <packaging>pom</packaging>
+ <modules>
+ <module>crue-server</module>
+ <module>crue-ui</module>
+ </modules>
+ <dependencyManagement>
+ <dependencies>
+ <dependency>
+ <groupId>org.fudaa.framework.fudaa</groupId>
+ <artifactId>fudaa-common</artifactId>
+ <version>${fudaa-common.version}</version>
+ <type>pom</type>
+ <scope>import</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.fudaa.framework.fudaa</groupId>
+ <artifactId>fudaa-common</artifactId>
+ <version>${fudaa-common.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.fudaa.soft.fudaa-crue</groupId>
+ <artifactId>dodico</artifactId>
+ <version>${version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.fudaa.soft.fudaa-crue</groupId>
+ <artifactId>fudaa</artifactId>
+ <version>${version}</version>
+ </dependency>
+ </dependencies>
+ </dependencyManagement>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-eclipse-plugin</artifactId>
+ <configuration>
+ <classpathContainers>
+ <classpathContainer>org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6</classpathContainer>
+ </classpathContainers>
+ <additionalConfig>
+ <file>
+ <name>.settings/org.eclipse.core.resources.prefs</name>
+ <location>../src/config/eclipse/org.eclipse.core.resources.prefs</location>
+ </file>
+ </additionalConfig>
+
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+</project>
Added: trunk/soft/fudaa-crue/src/config/eclipse/org.eclipse.core.resources.prefs
===================================================================
--- trunk/soft/fudaa-crue/src/config/eclipse/org.eclipse.core.resources.prefs (rev 0)
+++ trunk/soft/fudaa-crue/src/config/eclipse/org.eclipse.core.resources.prefs 2010-08-06 14:21:48 UTC (rev 5807)
@@ -0,0 +1,3 @@
+#Fri Jan 08 10:06:36 CET 2010
+eclipse.preferences.version=1
+encoding/<project>=UTF-8
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|