You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pdfbox.apache.org by le...@apache.org on 2011/07/24 20:16:57 UTC

svn commit: r1150451 - /pdfbox/trunk/xmpbox/pom.xml

Author: lehmi
Date: Sun Jul 24 18:16:56 2011
New Revision: 1150451

URL: http://svn.apache.org/viewvc?rev=1150451&view=rev
Log:
PDFBOX-1056: removed unneeded properties

Modified:
    pdfbox/trunk/xmpbox/pom.xml

Modified: pdfbox/trunk/xmpbox/pom.xml
URL: http://svn.apache.org/viewvc/pdfbox/trunk/xmpbox/pom.xml?rev=1150451&r1=1150450&r2=1150451&view=diff
==============================================================================
--- pdfbox/trunk/xmpbox/pom.xml (original)
+++ pdfbox/trunk/xmpbox/pom.xml Sun Jul 24 18:16:56 2011
@@ -32,12 +32,6 @@
     <relativePath>../parent/pom.xml</relativePath>
   </parent>
 
-  <properties>
-    <compileSource>1.5</compileSource>
-    <javacPath>${user.javac6}</javacPath>
-    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-  </properties>
-
   <dependencies>
     <dependency>
        <groupId>junit</groupId>