|
From: <eri...@us...> - 2008-07-15 08:36:28
|
Revision: 4599
http://giews.svn.sourceforge.net/giews/?rev=4599&view=rev
Author: erikvaningen
Date: 2008-07-15 01:36:28 -0700 (Tue, 15 Jul 2008)
Log Message:
-----------
pointing pom's to fenix-parent
Modified Paths:
--------------
trunk/fenix-web-2/pom.xml
Modified: trunk/fenix-web-2/pom.xml
===================================================================
--- trunk/fenix-web-2/pom.xml 2008-07-15 07:20:21 UTC (rev 4598)
+++ trunk/fenix-web-2/pom.xml 2008-07-15 08:36:28 UTC (rev 4599)
@@ -1,54 +1,31 @@
<?xml version="1.0" encoding="UTF-8"?>
-<project>
- <modelVersion>4.0.0</modelVersion>
- <groupId>org.fao.fenix</groupId>
- <artifactId>fenix-web-2</artifactId>
- <packaging>war</packaging>
- <version>0.0.1-SNAPSHOT</version>
- <description></description>
-<ciManagement>
- <system>Continuum</system>
- <url>http://168.202.78.45:8080/continuum</url>
- </ciManagement>
+<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">
+ <parent>
+ <groupId>org.fao.fenix</groupId>
+ <artifactId>fenix-parent</artifactId>
+ <version>0.0.8</version>
+ <relativePath>.../fenix-parent/pom.xml</relativePath>
+ </parent>
+ <name>fenix-web-2</name>
+ <artifactId>fenix-web-2</artifactId>
+ <version>${fenix.version}</version>
+ <modelVersion>4.0.0</modelVersion>
<scm>
- <connection>scm:svn:https://giews.svn.sourceforge.net/svnroot/giews/trunk/fenix-web</connection>
- <developerConnection>
- scm:svn:https://giews.svn.sourceforge.net/svnroot/giews/trunk/fenix-web
- </developerConnection>
+ <connection>scm:svn:https://giews.svn.sourceforge.net/svnroot/giews/trunk/fenix-web-2</connection>
+ <developerConnection> scm:svn:https://giews.svn.sourceforge.net/svnroot/giews/trunk/fenix-web-2 </developerConnection>
</scm>
<build>
<plugins>
- <plugin>
- <artifactId>maven-compiler-plugin</artifactId>
- <configuration>
- <source>1.6</source>
- <target>1.6</target>
- </configuration>
- </plugin>
<!-- gwtforge -->
- <!--
+ <!--
+ <plugin> <groupId>gwtforge.gwtplugin</groupId> <artifactId>gwtforge.gwtplugin</artifactId>
+ <version>1.5-dev-27-01-2008</version> <executions> <execution> <phase>install</phase> <goals> <goal>compile</goal>
+ </goals> </execution> </executions> <configuration> <out>/</out> <logLevel>INFO</logLevel>
+ <initialHeapSize>500m</initialHeapSize> <maximumHeapSize>1000m</maximumHeapSize> </configuration> </plugin>
+ -->
<plugin>
- <groupId>gwtforge.gwtplugin</groupId>
- <artifactId>gwtforge.gwtplugin</artifactId>
- <version>1.5-dev-27-01-2008</version>
- <executions>
- <execution>
- <phase>install</phase>
- <goals>
- <goal>compile</goal>
- </goals>
- </execution>
- </executions>
- <configuration>
- <out>/</out>
- <logLevel>INFO</logLevel>
- <initialHeapSize>500m</initialHeapSize>
- <maximumHeapSize>1000m</maximumHeapSize>
- </configuration>
- </plugin>
- -->
- <plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>tomcat-maven-plugin</artifactId>
<configuration>
@@ -58,36 +35,13 @@
</configuration>
</plugin>
</plugins>
-
</build>
-
<repositories>
-
- <repository>
- <id>java.net</id>
- <url>https://maven-repository.dev.java.net/nonav/repository</url>
- </repository>
- <repository>
- <releases>
- <updatePolicy>interval:10</updatePolicy>
- <checksumPolicy>warn</checksumPolicy>
- </releases>
- <snapshots>
- <updatePolicy>interval:10</updatePolicy>
- <checksumPolicy>warn</checksumPolicy>
- </snapshots>
- <id>fenix</id>
- <name>Fenix maven repository</name>
- <url>http://ldvapp07.fao.org:8030/fenixRepo</url>
- </repository>
-
<!-- gwtforge repo -->
<repository>
<id>gwtforge</id>
<url>http://gwtforge.com/maven-repository/trunk/</url>
</repository>
-
-
</repositories>
<!-- gwtforge -->
@@ -97,8 +51,6 @@
<url>http://gwtforge.com/maven-repository/trunk/</url>
</pluginRepository>
</pluginRepositories>
-
-
<dependencies>
<dependency>
<groupId>org.fao.fenix</groupId>
@@ -197,7 +149,6 @@
<artifactId>gwt-servlet</artifactId>
<version>1.5.RC1</version>
</dependency>
-
<dependency>
<groupId>org.apache.xmlbeans</groupId>
<artifactId>xmlbeans</artifactId>
@@ -208,7 +159,6 @@
<artifactId>menubar</artifactId>
<version>0</version>
</dependency>
-
<dependency>
<groupId>birt</groupId>
<artifactId>axis</artifactId>
@@ -236,7 +186,6 @@
<artifactId>htmlunit</artifactId>
<version>1.9</version>
</dependency>
-
<dependency>
<groupId>birt</groupId>
<artifactId>chartengineapi</artifactId>
@@ -258,27 +207,18 @@
<scope>system</scope>
<systemPath>${basedir}/src/main/webapp/WEB-INF/lib/commons-cli-1.0.jar</systemPath>
</dependency>
-
-
<dependency>
<groupId>birt</groupId>
<artifactId>commons-codec-1.3</artifactId>
<version>0</version>
<scope>system</scope>
- <systemPath>
- ${basedir}/src/main/webapp/WEB-INF/lib/org.apache.commons.codec_1.3.0.v20080530-1600.jar
- </systemPath>
+ <systemPath> ${basedir}/src/main/webapp/WEB-INF/lib/org.apache.commons.codec_1.3.0.v20080530-1600.jar </systemPath>
</dependency>
-
-
<dependency>
<groupId>birt</groupId>
<artifactId>commons-discovery-0.2</artifactId>
<version>0</version>
</dependency>
-
-
-
<dependency>
<groupId>birt</groupId>
<artifactId>coreapi</artifactId>
@@ -314,17 +254,11 @@
<scope>system</scope>
<systemPath>${basedir}/src/main/webapp/WEB-INF/lib/flute.jar</systemPath>
</dependency>
-
-
-
<dependency>
<groupId>birt</groupId>
<artifactId>jaxrpc</artifactId>
<version>0</version>
</dependency>
-
-
-
<dependency>
<groupId>birt</groupId>
<artifactId>js</artifactId>
@@ -344,27 +278,21 @@
<artifactId>org.eclipse.emf.common_2.4.0.v200806091234</artifactId>
<version>0</version>
<scope>system</scope>
- <systemPath>
- ${basedir}/src/main/webapp/WEB-INF/lib/org.eclipse.emf.common_2.4.0.v200806091234.jar
- </systemPath>
+ <systemPath> ${basedir}/src/main/webapp/WEB-INF/lib/org.eclipse.emf.common_2.4.0.v200806091234.jar </systemPath>
</dependency>
<dependency>
<groupId>birt</groupId>
<artifactId>org.eclipse.emf.ecore_2.4.0.v200806091234</artifactId>
<version>0</version>
<scope>system</scope>
- <systemPath>
- ${basedir}/src/main/webapp/WEB-INF/lib/org.eclipse.emf.ecore_2.4.0.v200806091234.jar
- </systemPath>
+ <systemPath> ${basedir}/src/main/webapp/WEB-INF/lib/org.eclipse.emf.ecore_2.4.0.v200806091234.jar </systemPath>
</dependency>
<dependency>
<groupId>birt</groupId>
<artifactId>org.eclipse.emf.ecore.xmi_2.4.0.v200806091234</artifactId>
<version>0</version>
<scope>system</scope>
- <systemPath>
- ${basedir}/src/main/webapp/WEB-INF/lib/org.eclipse.emf.ecore.xmi_2.4.0.v200806091234.jar
- </systemPath>
+ <systemPath> ${basedir}/src/main/webapp/WEB-INF/lib/org.eclipse.emf.ecore.xmi_2.4.0.v200806091234.jar </systemPath>
</dependency>
<dependency>
<groupId>birt</groupId>
@@ -373,16 +301,11 @@
<scope>system</scope>
<systemPath>${basedir}/src/main/webapp/WEB-INF/lib/org.w3c.css.sac_1.3.0.v200805290154.jar</systemPath>
</dependency>
-
-
<dependency>
<groupId>birt</groupId>
<artifactId>saaj</artifactId>
<version>0</version>
</dependency>
-
-
-
<dependency>
<groupId>birt</groupId>
<artifactId>scriptapi</artifactId>
@@ -390,8 +313,6 @@
<scope>system</scope>
<systemPath>${basedir}/src/main/webapp/WEB-INF/lib/scriptapi.jar</systemPath>
</dependency>
-
-
<dependency>
<groupId>birt</groupId>
<artifactId>viewservlets</artifactId>
@@ -402,20 +323,15 @@
<artifactId>wsdl4j-1.5.1</artifactId>
<version>0</version>
</dependency>
-
<dependency>
<groupId>com.google.gwt</groupId>
<artifactId>gwt-user</artifactId>
<version>1.5.RC1</version>
</dependency>
- <!--
+ <!--
+ <dependency> <groupId>mygwt</groupId> <artifactId>mygwt</artifactId> <version>0.4.1</version> </dependency>
+ -->
<dependency>
- <groupId>mygwt</groupId>
- <artifactId>mygwt</artifactId>
- <version>0.4.1</version>
- </dependency>
- -->
- <dependency>
<groupId>ext-gwt</groupId>
<artifactId>ext-gwt</artifactId>
<version>1.0</version>
@@ -431,16 +347,5 @@
<artifactId>quartz</artifactId>
<version>1.5.2</version>
</dependency>
-
</dependencies>
- <distributionManagement>
- <repository>
- <id>fenix</id>
- <name>fenix repository</name>
- <url>scp://ldvapp07.fao.org:/usr/local/tomcat/6.0.14/FENIXDEMO/webapps/fenixRepo</url>
- </repository>
- </distributionManagement>
- <properties>
- <netbeans.hint.deploy.server>Tomcat60</netbeans.hint.deploy.server>
- </properties>
</project>
\ No newline at end of file
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|