You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pdfbox.apache.org by ca...@apache.org on 2009/02/04 21:40:02 UTC

svn commit: r740868 - /incubator/pdfbox/jempbox/trunk/pom.xml

Author: carrier
Date: Wed Feb  4 20:40:02 2009
New Revision: 740868

URL: http://svn.apache.org/viewvc?rev=740868&view=rev
Log:
Fix build errors by separating source and test directories in jempbox maven file (PDFBOX-393)

Modified:
    incubator/pdfbox/jempbox/trunk/pom.xml

Modified: incubator/pdfbox/jempbox/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/pdfbox/jempbox/trunk/pom.xml?rev=740868&r1=740867&r2=740868&view=diff
==============================================================================
--- incubator/pdfbox/jempbox/trunk/pom.xml (original)
+++ incubator/pdfbox/jempbox/trunk/pom.xml Wed Feb  4 20:40:02 2009
@@ -36,8 +36,9 @@
 	<description>JempBox is an open source Java library that implements Adobe's XMP(TM) specification.</description>
 
     <build>
-      <sourceDirectory>src</sourceDirectory>
-	</build>
+      <sourceDirectory>src/org</sourceDirectory>
+      <testSourceDirectory>src/test</testSourceDirectory>
+    </build>
 
   <dependencies>
     <dependency>