You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@empire-db.apache.org by do...@apache.org on 2012/06/20 10:11:47 UTC

svn commit: r1351978 - /empire-db/trunk/empire-db-examples/empire-db-example-jsf2/pom.xml

Author: doebele
Date: Wed Jun 20 08:11:47 2012
New Revision: 1351978

URL: http://svn.apache.org/viewvc?rev=1351978&view=rev
Log:
EMPIREDB-140
jsf-example bugfix in pom 

Modified:
    empire-db/trunk/empire-db-examples/empire-db-example-jsf2/pom.xml

Modified: empire-db/trunk/empire-db-examples/empire-db-example-jsf2/pom.xml
URL: http://svn.apache.org/viewvc/empire-db/trunk/empire-db-examples/empire-db-example-jsf2/pom.xml?rev=1351978&r1=1351977&r2=1351978&view=diff
==============================================================================
--- empire-db/trunk/empire-db-examples/empire-db-example-jsf2/pom.xml (original)
+++ empire-db/trunk/empire-db-examples/empire-db-example-jsf2/pom.xml Wed Jun 20 08:11:47 2012
@@ -1,19 +1,19 @@
 <?xml version="1.0" encoding="UTF-8"?>
-	<!--
-		Licensed to the Apache Software Foundation (ASF) under one or more
-		contributor license agreements. See the NOTICE file distributed with
-		this work for additional information regarding copyright ownership.
-		The ASF licenses this file to You under the Apache License, Version
-		2.0 (the "License"); you may not use this file except in compliance
-		with the License. You may obtain a copy of the License at
-
-		http://www.apache.org/licenses/LICENSE-2.0 Unless required by
-		applicable law or agreed to in writing, software distributed under the
-		License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
-		CONDITIONS OF ANY KIND, either express or implied. See the License for
-		the specific language governing permissions and limitations under the
-		License.
-	-->
+<!--
+	Licensed to the Apache Software Foundation (ASF) under one or more
+	contributor license agreements. See the NOTICE file distributed with
+	this work for additional information regarding copyright ownership.
+	The ASF licenses this file to You under the Apache License, Version
+	2.0 (the "License"); you may not use this file except in compliance
+	with the License. You may obtain a copy of the License at
+
+	http://www.apache.org/licenses/LICENSE-2.0 Unless required by
+	applicable law or agreed to in writing, software distributed under the
+	License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
+	CONDITIONS OF ANY KIND, either express or implied. See the License for
+	the specific language governing permissions and limitations under the
+	License.
+-->
 <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>
@@ -24,7 +24,13 @@
 	<groupId>org.apache.empire-db</groupId>
 	<artifactId>empire-db-example-jsf2</artifactId>
 	<name>Apache Empire-db JSF2 Example</name>
-	<description>Examples showing the use of empire-db-jsf.</description>
+	<description>Example showing the use of the empire-db-jsf2 extensions</description>
+	<packaging>war</packaging>
+	
+	<properties>
+		<maven.compile.source>1.6</maven.compile.source>
+		<maven.compile.target>1.6</maven.compile.target>
+	</properties>
 
 	<dependencies>