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 fr...@apache.org on 2009/02/24 23:20:13 UTC

svn commit: r747580 - /incubator/empire-db/trunk/pom.xml

Author: francisdb
Date: Tue Feb 24 22:20:13 2009
New Revision: 747580

URL: http://svn.apache.org/viewvc?rev=747580&view=rev
Log:
making build platform independent (UTF-8)

Modified:
    incubator/empire-db/trunk/pom.xml

Modified: incubator/empire-db/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/empire-db/trunk/pom.xml?rev=747580&r1=747579&r2=747580&view=diff
==============================================================================
--- incubator/empire-db/trunk/pom.xml (original)
+++ incubator/empire-db/trunk/pom.xml Tue Feb 24 22:20:13 2009
@@ -23,6 +23,9 @@
 	<version>2.0.5-SNAPSHOT</version>
 	<name>Empire-db Parent</name>
 	<description>Apache Empire-db is an Open Source relational data persistence component which allows database vendor independent dynamic query definition as well as safe and simple data retrieval and updating. Compared to most other solutions like e.g. Hibernate, TopLink, iBATIS or JPA implementations, Empire-db takes a considerably different approach, with a special focus on compile-time safety, reduced redundancies and improved developer productivity.</description>
+	<properties>
+		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+	</properties>
 	<profiles>
 		<profile>
 			<id>all</id>
@@ -215,6 +218,7 @@
 	</dependencies>
 
 	<build>
+	
 		<pluginManagement>
 			<plugins>
 				<plugin>