[jboss-cvs] Repository SVN: r29366 - in izpack: 4.3.1.jboss.patch1 and 1 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Oct 5 14:40:25 EDT 2009


Author: bshim
Date: 2009-10-05 14:40:25 -0400 (Mon, 05 Oct 2009)
New Revision: 29366

Added:
   izpack/4.3.1.jboss.patch1/
   izpack/4.3.1.jboss.patch1/build.xml
   izpack/4.3.1.jboss.patch1/component-info.xml
   izpack/4.3.1.jboss.patch1/lib/
   izpack/4.3.1.jboss.patch1/lib/compiler.jar
   izpack/4.3.1.jboss.patch1/lib/installer.jar
   izpack/4.3.1.jboss.patch1/lib/izevent.jar
   izpack/4.3.1.jboss.patch1/lib/standalone-compiler.jar
   izpack/4.3.1.jboss.patch1/lib/uninstaller-ext.jar
   izpack/4.3.1.jboss.patch1/lib/uninstaller.jar
Log:
Added Izpack 4.3.1.jboss.patch1

Added: izpack/4.3.1.jboss.patch1/build.xml
===================================================================
--- izpack/4.3.1.jboss.patch1/build.xml	                        (rev 0)
+++ izpack/4.3.1.jboss.patch1/build.xml	2009-10-05 18:40:25 UTC (rev 29366)
@@ -0,0 +1,9 @@
+<project default="default">
+<target name="default">
+<checksum>
+  <fileset dir="lib">
+    <include name="*"/>
+  </fileset>
+</checksum>
+</target>
+</project>
\ No newline at end of file

Added: izpack/4.3.1.jboss.patch1/component-info.xml
===================================================================
--- izpack/4.3.1.jboss.patch1/component-info.xml	                        (rev 0)
+++ izpack/4.3.1.jboss.patch1/component-info.xml	2009-10-05 18:40:25 UTC (rev 29366)
@@ -0,0 +1,22 @@
+<project name="izpack">
+
+   <component id="izpack"
+              licenseType="apache-2.0"
+              version="4.3.1.jboss.patch1"
+              projectHome="http://www.izforge.com/izpack"
+              description="IzPack is a Java software installer builder with custom install group panels, and -installGroup based command line install"
+      >
+
+      <artifact id="standalone-compiler.jar"/>
+      <artifact id="compiler.jar"/>
+      <artifact id="izevent.jar"/>
+      <artifact id="installer.jar"/>
+      <artifact id="uninstaller-ext.jar" />
+      <artifact id="uninstaller.jar" />
+
+      <export>
+         <include input="standalone-compiler.jar"/>
+         <include input="izevent.jar"/>
+      </export>
+   </component>
+</project>

Added: izpack/4.3.1.jboss.patch1/lib/compiler.jar
===================================================================
(Binary files differ)


Property changes on: izpack/4.3.1.jboss.patch1/lib/compiler.jar
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: izpack/4.3.1.jboss.patch1/lib/installer.jar
===================================================================
(Binary files differ)


Property changes on: izpack/4.3.1.jboss.patch1/lib/installer.jar
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: izpack/4.3.1.jboss.patch1/lib/izevent.jar
===================================================================
(Binary files differ)


Property changes on: izpack/4.3.1.jboss.patch1/lib/izevent.jar
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: izpack/4.3.1.jboss.patch1/lib/standalone-compiler.jar
===================================================================
(Binary files differ)


Property changes on: izpack/4.3.1.jboss.patch1/lib/standalone-compiler.jar
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: izpack/4.3.1.jboss.patch1/lib/uninstaller-ext.jar
===================================================================
(Binary files differ)


Property changes on: izpack/4.3.1.jboss.patch1/lib/uninstaller-ext.jar
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: izpack/4.3.1.jboss.patch1/lib/uninstaller.jar
===================================================================
(Binary files differ)


Property changes on: izpack/4.3.1.jboss.patch1/lib/uninstaller.jar
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream




More information about the jboss-cvs-commits mailing list