Author: jukka
Date: Thu Mar 18 14:20:08 2010
New Revision: 924796

URL: http://svn.apache.org/viewvc?rev=924796&view=rev
Log:
PDFBOX-623: Separate the PDFBox web site from trunk

Move the authoring environment one level higher, as there is probably no need 
to check it out without also checking out the publish tree.

Added:
    pdfbox/site/LICENSE.txt
      - copied unchanged from r910635, pdfbox/site/author/LICENSE.txt
    pdfbox/site/NOTICE.txt
      - copied unchanged from r910635, pdfbox/site/author/NOTICE.txt
    pdfbox/site/README.txt
      - copied unchanged from r910635, pdfbox/site/author/README.txt
    pdfbox/site/pom.xml
      - copied, changed from r924751, pdfbox/site/author/pom.xml
    pdfbox/site/src/
      - copied from r910635, pdfbox/site/author/src/
Removed:
    pdfbox/site/author/
Modified:
    pdfbox/site/   (props changed)

Propchange: pdfbox/site/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Thu Mar 18 14:20:08 2010
@@ -0,0 +1,2 @@
+.*
+target

Copied: pdfbox/site/pom.xml (from r924751, pdfbox/site/author/pom.xml)
URL: 
http://svn.apache.org/viewvc/pdfbox/site/pom.xml?p2=pdfbox/site/pom.xml&p1=pdfbox/site/author/pom.xml&r1=924751&r2=924796&rev=924796&view=diff
==============================================================================
--- pdfbox/site/author/pom.xml (original)
+++ pdfbox/site/pom.xml Thu Mar 18 14:20:08 2010
@@ -27,7 +27,7 @@
   </parent>
 
   <groupId>org.apache.pdfbox</groupId>
-  <artifactId>site</artifactId>
+  <artifactId>pdfbox-site</artifactId>
   <version>SNAPSHOT</version>
   <packaging>pom</packaging>
 
@@ -88,7 +88,7 @@
                     fail("Site directory not found!");
                 }
 
-                def target = new File(project.basedir.getParent(), 'publish')
+                def target = new File(project.basedir, 'publish')
                 if (!target.isDirectory()) {
                     fail("Publish directory not found!");
                 }


Reply via email to