Author: matzew
Date: Wed Mar 7 05:42:45 2007
New Revision: 515564
URL: http://svn.apache.org/viewvc?view=rev&rev=515564
Log:
changed parent for pom.xml
Modified:
incubator/adffaces/branches/matzew-core-1.0.0-incubation/examples/blank/pom.xml
Modified:
incubator/adffaces/branches/matzew-core-1.0.0-incubation/examples/blank/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/adffaces/branches/matzew-core-1.0.0-incubation/examples/blank/pom.xml?view=diff&rev=515564&r1=515563&r2=515564
==============================================================================
---
incubator/adffaces/branches/matzew-core-1.0.0-incubation/examples/blank/pom.xml
(original)
+++
incubator/adffaces/branches/matzew-core-1.0.0-incubation/examples/blank/pom.xml
Wed Mar 7 05:42:45 2007
@@ -21,13 +21,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">
+
+
+
+ <parent>
+ <groupId>org.apache.myfaces.trinidad</groupId>
+ <artifactId>trinidad</artifactId>
+ <version>1.0.0-incubating-SNAPSHOT</version>
+ </parent>
<modelVersion>4.0.0</modelVersion>
- <groupId>org.apache.myfaces.trinidad</groupId>
+
+ <name>Apache Trinidad blank demo</name>
+ <description>Apache Trinidad blank demo</description>
+
<artifactId>trinidad-blank</artifactId>
<packaging>war</packaging>
- <version>1.0.0-incubating-SNAPSHOT</version>
- <name>Apache Trinidad blank demo</name>
- <url>http://incubator.apache.org/adffaces</url>
+
<!-- Profile to run jetty, so the tomcat jars are included in the bundle.
They are not included by default -->
<profiles>