[FOray-commit] SF.net SVN: foray:[10993] trunk/foray
Modular XSL-FO Implementation for Java.
Status: Alpha
Brought to you by:
victormote
|
From: <vic...@us...> - 2010-05-04 21:28:03
|
Revision: 10993
http://foray.svn.sourceforge.net/foray/?rev=10993&view=rev
Author: victormote
Date: 2010-05-04 21:27:57 +0000 (Tue, 04 May 2010)
Log Message:
-----------
Rough-in maven pom files.
Added Paths:
-----------
trunk/foray/foray-all/
trunk/foray/foray-all/pom.xml
trunk/foray/foray-app/pom.xml
trunk/foray/foray-areatree/pom.xml
trunk/foray/foray-common/pom.xml
trunk/foray/foray-core/pom.xml
trunk/foray/foray-font/pom.xml
trunk/foray/foray-fotree/pom.xml
trunk/foray/foray-graphic/pom.xml
trunk/foray/foray-hyphen/pom.xml
trunk/foray/foray-layout/pom.xml
trunk/foray/foray-mif/pom.xml
trunk/foray/foray-output/pom.xml
trunk/foray/foray-pdf/pom.xml
trunk/foray/foray-pioneer/pom.xml
trunk/foray/foray-ps/pom.xml
trunk/foray/foray-render/pom.xml
trunk/foray/foray-speech/pom.xml
trunk/foray/foray-text/pom.xml
trunk/foray/foray-xml/pom.xml
Added: trunk/foray/foray-all/pom.xml
===================================================================
--- trunk/foray/foray-all/pom.xml (rev 0)
+++ trunk/foray/foray-all/pom.xml 2010-05-04 21:27:57 UTC (rev 10993)
@@ -0,0 +1,82 @@
+<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>
+
+ <properties>
+ <axsl.version>0.4-SNAPSHOT</axsl.version>
+ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+ </properties>
+
+ <groupId>org.foray</groupId>
+ <artifactId>foray-all</artifactId>
+ <version>0.4-SNAPSHOT</version>
+
+ <packaging>pom</packaging>
+
+ <build>
+ <pluginManagement>
+ <plugins>
+ <plugin>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <configuration>
+ <source>1.5</source>
+ <target>1.5</target>
+ </configuration>
+ <inherited>true</inherited>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-eclipse-plugin</artifactId>
+ <version>2.8</version>
+ <configuration>
+ <additionalConfig>
+ <file>
+ <name>.settings/org.eclipse.jdt.core.prefs</name>
+ <location>../axsl-all/scripts/maven/eclipse/org.eclipse.jdt.core.prefs</location>
+ </file>
+ <file>
+ <name>.settings/org.eclipse.jdt.ui.prefs</name>
+ <location>../axsl-all/scripts/maven/eclipse/org.eclipse.jdt.ui.prefs</location>
+ </file>
+ <file>
+ <name>.settings/org.maven.ide.eclipse.prefs</name>
+ <location>../axsl-all/scripts/maven/eclipse/org.maven.ide.eclipse.prefs</location>
+ </file>
+ <file>
+ <name>.checkstyle</name>
+ <location>../axsl-all/scripts/maven/eclipse/.checkstyle</location>
+ </file>
+ </additionalConfig>
+ </configuration>
+ </plugin>
+ </plugins>
+ </pluginManagement>
+ </build>
+
+ <modules>
+ <module>../foray-app</module>
+ <module>../foray-areatree</module>
+ <module>../foray-common</module>
+ <module>../foray-core</module>
+ <module>../foray-font</module>
+ <module>../foray-fotree</module>
+ <module>../foray-graphic</module>
+ <module>../foray-hyphen</module>
+ <module>../foray-layout</module>
+ <module>../foray-mif</module>
+ <module>../foray-output</module>
+ <module>../foray-pdf</module>
+ <module>../foray-pioneer</module>
+ <module>../foray-ps</module>
+ <module>../foray-render</module>
+ <module>../foray-speech</module>
+ <module>../foray-text</module>
+ <module>../foray-xml</module>
+ </modules>
+
+</project>
+
+<!-- Last line of POM -->
Added: trunk/foray/foray-app/pom.xml
===================================================================
--- trunk/foray/foray-app/pom.xml (rev 0)
+++ trunk/foray/foray-app/pom.xml 2010-05-04 21:27:57 UTC (rev 10993)
@@ -0,0 +1,20 @@
+<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.foray</groupId>
+ <artifactId>foray-app</artifactId>
+
+ <packaging>jar</packaging>
+
+ <parent>
+ <groupId>org.foray</groupId>
+ <artifactId>foray-all</artifactId>
+ <version>0.4-SNAPSHOT</version>
+ <relativePath>../foray-all/pom.xml</relativePath>
+ </parent>
+
+</project>
Added: trunk/foray/foray-areatree/pom.xml
===================================================================
--- trunk/foray/foray-areatree/pom.xml (rev 0)
+++ trunk/foray/foray-areatree/pom.xml 2010-05-04 21:27:57 UTC (rev 10993)
@@ -0,0 +1,20 @@
+<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.foray</groupId>
+ <artifactId>foray-areatree</artifactId>
+
+ <packaging>jar</packaging>
+
+ <parent>
+ <groupId>org.foray</groupId>
+ <artifactId>foray-all</artifactId>
+ <version>0.4-SNAPSHOT</version>
+ <relativePath>../foray-all/pom.xml</relativePath>
+ </parent>
+
+</project>
Added: trunk/foray/foray-common/pom.xml
===================================================================
--- trunk/foray/foray-common/pom.xml (rev 0)
+++ trunk/foray/foray-common/pom.xml 2010-05-04 21:27:57 UTC (rev 10993)
@@ -0,0 +1,20 @@
+<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.foray</groupId>
+ <artifactId>foray-common</artifactId>
+
+ <packaging>jar</packaging>
+
+ <parent>
+ <groupId>org.foray</groupId>
+ <artifactId>foray-all</artifactId>
+ <version>0.4-SNAPSHOT</version>
+ <relativePath>../foray-all/pom.xml</relativePath>
+ </parent>
+
+</project>
Added: trunk/foray/foray-core/pom.xml
===================================================================
--- trunk/foray/foray-core/pom.xml (rev 0)
+++ trunk/foray/foray-core/pom.xml 2010-05-04 21:27:57 UTC (rev 10993)
@@ -0,0 +1,20 @@
+<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.foray</groupId>
+ <artifactId>foray-core</artifactId>
+
+ <packaging>jar</packaging>
+
+ <parent>
+ <groupId>org.foray</groupId>
+ <artifactId>foray-all</artifactId>
+ <version>0.4-SNAPSHOT</version>
+ <relativePath>../foray-all/pom.xml</relativePath>
+ </parent>
+
+</project>
Added: trunk/foray/foray-font/pom.xml
===================================================================
--- trunk/foray/foray-font/pom.xml (rev 0)
+++ trunk/foray/foray-font/pom.xml 2010-05-04 21:27:57 UTC (rev 10993)
@@ -0,0 +1,20 @@
+<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.foray</groupId>
+ <artifactId>foray-font</artifactId>
+
+ <packaging>jar</packaging>
+
+ <parent>
+ <groupId>org.foray</groupId>
+ <artifactId>foray-all</artifactId>
+ <version>0.4-SNAPSHOT</version>
+ <relativePath>../foray-all/pom.xml</relativePath>
+ </parent>
+
+</project>
Added: trunk/foray/foray-fotree/pom.xml
===================================================================
--- trunk/foray/foray-fotree/pom.xml (rev 0)
+++ trunk/foray/foray-fotree/pom.xml 2010-05-04 21:27:57 UTC (rev 10993)
@@ -0,0 +1,20 @@
+<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.foray</groupId>
+ <artifactId>foray-fotree</artifactId>
+
+ <packaging>jar</packaging>
+
+ <parent>
+ <groupId>org.foray</groupId>
+ <artifactId>foray-all</artifactId>
+ <version>0.4-SNAPSHOT</version>
+ <relativePath>../foray-all/pom.xml</relativePath>
+ </parent>
+
+</project>
Added: trunk/foray/foray-graphic/pom.xml
===================================================================
--- trunk/foray/foray-graphic/pom.xml (rev 0)
+++ trunk/foray/foray-graphic/pom.xml 2010-05-04 21:27:57 UTC (rev 10993)
@@ -0,0 +1,20 @@
+<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.foray</groupId>
+ <artifactId>foray-graphic</artifactId>
+
+ <packaging>jar</packaging>
+
+ <parent>
+ <groupId>org.foray</groupId>
+ <artifactId>foray-all</artifactId>
+ <version>0.4-SNAPSHOT</version>
+ <relativePath>../foray-all/pom.xml</relativePath>
+ </parent>
+
+</project>
Added: trunk/foray/foray-hyphen/pom.xml
===================================================================
--- trunk/foray/foray-hyphen/pom.xml (rev 0)
+++ trunk/foray/foray-hyphen/pom.xml 2010-05-04 21:27:57 UTC (rev 10993)
@@ -0,0 +1,20 @@
+<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.foray</groupId>
+ <artifactId>foray-hyphen</artifactId>
+
+ <packaging>jar</packaging>
+
+ <parent>
+ <groupId>org.foray</groupId>
+ <artifactId>foray-all</artifactId>
+ <version>0.4-SNAPSHOT</version>
+ <relativePath>../foray-all/pom.xml</relativePath>
+ </parent>
+
+</project>
Added: trunk/foray/foray-layout/pom.xml
===================================================================
--- trunk/foray/foray-layout/pom.xml (rev 0)
+++ trunk/foray/foray-layout/pom.xml 2010-05-04 21:27:57 UTC (rev 10993)
@@ -0,0 +1,20 @@
+<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.foray</groupId>
+ <artifactId>foray-layout</artifactId>
+
+ <packaging>jar</packaging>
+
+ <parent>
+ <groupId>org.foray</groupId>
+ <artifactId>foray-all</artifactId>
+ <version>0.4-SNAPSHOT</version>
+ <relativePath>../foray-all/pom.xml</relativePath>
+ </parent>
+
+</project>
Added: trunk/foray/foray-mif/pom.xml
===================================================================
--- trunk/foray/foray-mif/pom.xml (rev 0)
+++ trunk/foray/foray-mif/pom.xml 2010-05-04 21:27:57 UTC (rev 10993)
@@ -0,0 +1,20 @@
+<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.foray</groupId>
+ <artifactId>foray-mif</artifactId>
+
+ <packaging>jar</packaging>
+
+ <parent>
+ <groupId>org.foray</groupId>
+ <artifactId>foray-all</artifactId>
+ <version>0.4-SNAPSHOT</version>
+ <relativePath>../foray-all/pom.xml</relativePath>
+ </parent>
+
+</project>
Added: trunk/foray/foray-output/pom.xml
===================================================================
--- trunk/foray/foray-output/pom.xml (rev 0)
+++ trunk/foray/foray-output/pom.xml 2010-05-04 21:27:57 UTC (rev 10993)
@@ -0,0 +1,20 @@
+<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.foray</groupId>
+ <artifactId>foray-output</artifactId>
+
+ <packaging>jar</packaging>
+
+ <parent>
+ <groupId>org.foray</groupId>
+ <artifactId>foray-all</artifactId>
+ <version>0.4-SNAPSHOT</version>
+ <relativePath>../foray-all/pom.xml</relativePath>
+ </parent>
+
+</project>
Added: trunk/foray/foray-pdf/pom.xml
===================================================================
--- trunk/foray/foray-pdf/pom.xml (rev 0)
+++ trunk/foray/foray-pdf/pom.xml 2010-05-04 21:27:57 UTC (rev 10993)
@@ -0,0 +1,20 @@
+<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.foray</groupId>
+ <artifactId>foray-pdf</artifactId>
+
+ <packaging>jar</packaging>
+
+ <parent>
+ <groupId>org.foray</groupId>
+ <artifactId>foray-all</artifactId>
+ <version>0.4-SNAPSHOT</version>
+ <relativePath>../foray-all/pom.xml</relativePath>
+ </parent>
+
+</project>
Added: trunk/foray/foray-pioneer/pom.xml
===================================================================
--- trunk/foray/foray-pioneer/pom.xml (rev 0)
+++ trunk/foray/foray-pioneer/pom.xml 2010-05-04 21:27:57 UTC (rev 10993)
@@ -0,0 +1,20 @@
+<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.foray</groupId>
+ <artifactId>foray-pioneer</artifactId>
+
+ <packaging>jar</packaging>
+
+ <parent>
+ <groupId>org.foray</groupId>
+ <artifactId>foray-all</artifactId>
+ <version>0.4-SNAPSHOT</version>
+ <relativePath>../foray-all/pom.xml</relativePath>
+ </parent>
+
+</project>
Added: trunk/foray/foray-ps/pom.xml
===================================================================
--- trunk/foray/foray-ps/pom.xml (rev 0)
+++ trunk/foray/foray-ps/pom.xml 2010-05-04 21:27:57 UTC (rev 10993)
@@ -0,0 +1,20 @@
+<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.foray</groupId>
+ <artifactId>foray-ps</artifactId>
+
+ <packaging>jar</packaging>
+
+ <parent>
+ <groupId>org.foray</groupId>
+ <artifactId>foray-all</artifactId>
+ <version>0.4-SNAPSHOT</version>
+ <relativePath>../foray-all/pom.xml</relativePath>
+ </parent>
+
+</project>
Added: trunk/foray/foray-render/pom.xml
===================================================================
--- trunk/foray/foray-render/pom.xml (rev 0)
+++ trunk/foray/foray-render/pom.xml 2010-05-04 21:27:57 UTC (rev 10993)
@@ -0,0 +1,20 @@
+<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.foray</groupId>
+ <artifactId>foray-render</artifactId>
+
+ <packaging>jar</packaging>
+
+ <parent>
+ <groupId>org.foray</groupId>
+ <artifactId>foray-all</artifactId>
+ <version>0.4-SNAPSHOT</version>
+ <relativePath>../foray-all/pom.xml</relativePath>
+ </parent>
+
+</project>
Added: trunk/foray/foray-speech/pom.xml
===================================================================
--- trunk/foray/foray-speech/pom.xml (rev 0)
+++ trunk/foray/foray-speech/pom.xml 2010-05-04 21:27:57 UTC (rev 10993)
@@ -0,0 +1,20 @@
+<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.foray</groupId>
+ <artifactId>foray-speech</artifactId>
+
+ <packaging>jar</packaging>
+
+ <parent>
+ <groupId>org.foray</groupId>
+ <artifactId>foray-all</artifactId>
+ <version>0.4-SNAPSHOT</version>
+ <relativePath>../foray-all/pom.xml</relativePath>
+ </parent>
+
+</project>
Added: trunk/foray/foray-text/pom.xml
===================================================================
--- trunk/foray/foray-text/pom.xml (rev 0)
+++ trunk/foray/foray-text/pom.xml 2010-05-04 21:27:57 UTC (rev 10993)
@@ -0,0 +1,20 @@
+<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.foray</groupId>
+ <artifactId>foray-text</artifactId>
+
+ <packaging>jar</packaging>
+
+ <parent>
+ <groupId>org.foray</groupId>
+ <artifactId>foray-all</artifactId>
+ <version>0.4-SNAPSHOT</version>
+ <relativePath>../foray-all/pom.xml</relativePath>
+ </parent>
+
+</project>
Added: trunk/foray/foray-xml/pom.xml
===================================================================
--- trunk/foray/foray-xml/pom.xml (rev 0)
+++ trunk/foray/foray-xml/pom.xml 2010-05-04 21:27:57 UTC (rev 10993)
@@ -0,0 +1,20 @@
+<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.foray</groupId>
+ <artifactId>foray-xml</artifactId>
+
+ <packaging>jar</packaging>
+
+ <parent>
+ <groupId>org.foray</groupId>
+ <artifactId>foray-all</artifactId>
+ <version>0.4-SNAPSHOT</version>
+ <relativePath>../foray-all/pom.xml</relativePath>
+ </parent>
+
+</project>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|