You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pdfbox.apache.org by ju...@apache.org on 2009/10/20 17:53:45 UTC

svn commit: r827710 - in /incubator/pdfbox/jempbox/trunk/src/assembly: bin.xml src.xml

Author: jukka
Date: Tue Oct 20 15:53:45 2009
New Revision: 827710

URL: http://svn.apache.org/viewvc?rev=827710&view=rev
Log:
PDFBOX-500: Update JempBox assemblies to match the ones in FontBox.

Removed:
    incubator/pdfbox/jempbox/trunk/src/assembly/bin.xml
Modified:
    incubator/pdfbox/jempbox/trunk/src/assembly/src.xml

Modified: incubator/pdfbox/jempbox/trunk/src/assembly/src.xml
URL: http://svn.apache.org/viewvc/incubator/pdfbox/jempbox/trunk/src/assembly/src.xml?rev=827710&r1=827709&r2=827710&view=diff
==============================================================================
--- incubator/pdfbox/jempbox/trunk/src/assembly/src.xml (original)
+++ incubator/pdfbox/jempbox/trunk/src/assembly/src.xml Tue Oct 20 15:53:45 2009
@@ -15,31 +15,18 @@
  limitations under the License.
 -->
 <assembly>
-    <id>src</id>
-    <formats>
-        <format>tar.gz</format>
-        <format>zip</format>
-    </formats>
-    <baseDirectory>${artifactId}-${version}-src</baseDirectory>
-    <fileSets>
-        <fileSet>
-            <includes>
-                <include>build.properties.example</include>
-                <include>build.xml</include>
-                <include>eclipse-formatter.xml</include>
-                <include>jempbox-checkstyle.xml</include>
-                <include>LICENSE.txt</include>
-                <include>NOTICE.txt</include>
-                <include>pom.xml</include>
-                <include>README.txt</include>
-                <include>RELEASE-NOTES.txt</include>
-            </includes>
-        </fileSet>
-        <fileSet>
-            <directory>src</directory>
-        </fileSet>
-        <fileSet>
-            <directory>website</directory>
-        </fileSet>
-    </fileSets>
+  <id>src</id>
+  <formats>
+    <format>zip</format>
+  </formats>
+  <fileSets>
+    <fileSet>
+      <directory>${project.basedir}</directory>
+      <outputDirectory></outputDirectory>
+      <excludes>
+        <exclude>target/**</exclude>
+        <exclude>.*/**</exclude>
+      </excludes>
+    </fileSet>
+  </fileSets>
 </assembly>