[jboss-cvs] Repository SVN: r13084 - in maven2/net/sourceforge/jexcelapi/jxl: 2.6.8-seam and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Aug 12 11:03:42 EDT 2008


Author: petemuir
Date: 2008-08-12 11:03:42 -0400 (Tue, 12 Aug 2008)
New Revision: 13084

Added:
   maven2/net/sourceforge/jexcelapi/jxl/2.6.8-seam/
   maven2/net/sourceforge/jexcelapi/jxl/2.6.8-seam/jxl-2.6.8-seam.jar
   maven2/net/sourceforge/jexcelapi/jxl/2.6.8-seam/jxl-2.6.8-seam.jar.md5
   maven2/net/sourceforge/jexcelapi/jxl/2.6.8-seam/jxl-2.6.8-seam.jar.sha1
   maven2/net/sourceforge/jexcelapi/jxl/2.6.8-seam/jxl-2.6.8-seam.pom
   maven2/net/sourceforge/jexcelapi/jxl/2.6.8-seam/jxl-2.6.8-seam.pom.md5
   maven2/net/sourceforge/jexcelapi/jxl/2.6.8-seam/jxl-2.6.8-seam.pom.sha1
Modified:
   maven2/net/sourceforge/jexcelapi/jxl/maven-metadata.xml
   maven2/net/sourceforge/jexcelapi/jxl/maven-metadata.xml.md5
   maven2/net/sourceforge/jexcelapi/jxl/maven-metadata.xml.sha1
Log:
add jxl with seam logging

Added: maven2/net/sourceforge/jexcelapi/jxl/2.6.8-seam/jxl-2.6.8-seam.jar
===================================================================
(Binary files differ)


Property changes on: maven2/net/sourceforge/jexcelapi/jxl/2.6.8-seam/jxl-2.6.8-seam.jar
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: maven2/net/sourceforge/jexcelapi/jxl/2.6.8-seam/jxl-2.6.8-seam.jar.md5
===================================================================
--- maven2/net/sourceforge/jexcelapi/jxl/2.6.8-seam/jxl-2.6.8-seam.jar.md5	                        (rev 0)
+++ maven2/net/sourceforge/jexcelapi/jxl/2.6.8-seam/jxl-2.6.8-seam.jar.md5	2008-08-12 15:03:42 UTC (rev 13084)
@@ -0,0 +1 @@
+412091038e75c571fab0259c279814ab
\ No newline at end of file

Added: maven2/net/sourceforge/jexcelapi/jxl/2.6.8-seam/jxl-2.6.8-seam.jar.sha1
===================================================================
--- maven2/net/sourceforge/jexcelapi/jxl/2.6.8-seam/jxl-2.6.8-seam.jar.sha1	                        (rev 0)
+++ maven2/net/sourceforge/jexcelapi/jxl/2.6.8-seam/jxl-2.6.8-seam.jar.sha1	2008-08-12 15:03:42 UTC (rev 13084)
@@ -0,0 +1 @@
+692f69551cbdd916279304e7c5175c00ead38341
\ No newline at end of file

Added: maven2/net/sourceforge/jexcelapi/jxl/2.6.8-seam/jxl-2.6.8-seam.pom
===================================================================
--- maven2/net/sourceforge/jexcelapi/jxl/2.6.8-seam/jxl-2.6.8-seam.pom	                        (rev 0)
+++ maven2/net/sourceforge/jexcelapi/jxl/2.6.8-seam/jxl-2.6.8-seam.pom	2008-08-12 15:03:42 UTC (rev 13084)
@@ -0,0 +1,58 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>net.sourceforge.jexcelapi</groupId>
+  <artifactId>jxl</artifactId>
+  <packaging>jar</packaging>
+  <version>2.6.8-seam</version>
+  <name>jxl</name>
+  <url>http://www.jexcelapi.org</url>
+  <description>JExcelApi is a java library which provides the ability to read, write, and modify Microsoft Excel spreadsheets.</description>
+  <licenses>
+    <license>
+      <name>GNU Lesser General Public License</name>
+      <url>http://www.opensource.org/licenses/lgpl-license.php</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
+  
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>net.sourceforge.maven-jlex</groupId>
+	<artifactId>maven-jlex-plugin</artifactId>
+	<version>1.0</version>
+        <configuration>
+        	<files>
+        		<filePair>
+        			<inputFile>xlformula.lex</inputFile>
+	        		<outputFile>${project.build.sourceDirectory}/jxl/biff/formula/Yylex.java</outputFile>
+        		</filePair>
+        	</files>
+        </configuration>
+        <executions>
+          <execution>
+            <phase>generate-sources</phase>
+            <goals>
+              <goal>generate</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+
+  <dependencies>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>3.8.1</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>log4j</groupId>
+      <artifactId>log4j</artifactId>
+      <version>1.2.14</version>
+    </dependency>
+  </dependencies>
+</project>

Added: maven2/net/sourceforge/jexcelapi/jxl/2.6.8-seam/jxl-2.6.8-seam.pom.md5
===================================================================
--- maven2/net/sourceforge/jexcelapi/jxl/2.6.8-seam/jxl-2.6.8-seam.pom.md5	                        (rev 0)
+++ maven2/net/sourceforge/jexcelapi/jxl/2.6.8-seam/jxl-2.6.8-seam.pom.md5	2008-08-12 15:03:42 UTC (rev 13084)
@@ -0,0 +1 @@
+f039fc3942e392881b3629d647ed9008
\ No newline at end of file

Added: maven2/net/sourceforge/jexcelapi/jxl/2.6.8-seam/jxl-2.6.8-seam.pom.sha1
===================================================================
--- maven2/net/sourceforge/jexcelapi/jxl/2.6.8-seam/jxl-2.6.8-seam.pom.sha1	                        (rev 0)
+++ maven2/net/sourceforge/jexcelapi/jxl/2.6.8-seam/jxl-2.6.8-seam.pom.sha1	2008-08-12 15:03:42 UTC (rev 13084)
@@ -0,0 +1 @@
+72f9983e33e18c5a1129773bedbef80fc7786894
\ No newline at end of file

Modified: maven2/net/sourceforge/jexcelapi/jxl/maven-metadata.xml
===================================================================
--- maven2/net/sourceforge/jexcelapi/jxl/maven-metadata.xml	2008-08-12 12:18:09 UTC (rev 13083)
+++ maven2/net/sourceforge/jexcelapi/jxl/maven-metadata.xml	2008-08-12 15:03:42 UTC (rev 13084)
@@ -5,7 +5,8 @@
   <versioning>
     <versions>
       <version>2.6.8</version>
+      <version>2.6.8-seam</version>
     </versions>
-    <lastUpdated>20080731093414</lastUpdated>
+    <lastUpdated>20080812150300</lastUpdated>
   </versioning>
 </metadata>
\ No newline at end of file

Modified: maven2/net/sourceforge/jexcelapi/jxl/maven-metadata.xml.md5
===================================================================
--- maven2/net/sourceforge/jexcelapi/jxl/maven-metadata.xml.md5	2008-08-12 12:18:09 UTC (rev 13083)
+++ maven2/net/sourceforge/jexcelapi/jxl/maven-metadata.xml.md5	2008-08-12 15:03:42 UTC (rev 13084)
@@ -1 +1 @@
-94c1e2a0eb3bde1f2465ba1036121609
\ No newline at end of file
+c58dee9754a351aa9e36d645b04f72af
\ No newline at end of file

Modified: maven2/net/sourceforge/jexcelapi/jxl/maven-metadata.xml.sha1
===================================================================
--- maven2/net/sourceforge/jexcelapi/jxl/maven-metadata.xml.sha1	2008-08-12 12:18:09 UTC (rev 13083)
+++ maven2/net/sourceforge/jexcelapi/jxl/maven-metadata.xml.sha1	2008-08-12 15:03:42 UTC (rev 13084)
@@ -1 +1 @@
-27e941c2a64accc0b733db144be8561b1947a98f
\ No newline at end of file
+643d20c8507e0f3a3bf4c4ee6d304313d0e47bb0
\ No newline at end of file




More information about the jboss-cvs-commits mailing list