[jboss-cvs] Repository SVN: r469 - in izpack/3.10.0.jboss.patch4: lib and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon May 21 07:52:40 EDT 2007


Author: vladimir.ralev at jboss.com
Date: 2007-05-21 07:52:39 -0400 (Mon, 21 May 2007)
New Revision: 469

Added:
   izpack/3.10.0.jboss.patch4/.classpath
   izpack/3.10.0.jboss.patch4/.project
   izpack/3.10.0.jboss.patch4/build.xml
   izpack/3.10.0.jboss.patch4/component-info.xml
   izpack/3.10.0.jboss.patch4/lib/
   izpack/3.10.0.jboss.patch4/lib/ant.jar
   izpack/3.10.0.jboss.patch4/lib/bin.zip
   izpack/3.10.0.jboss.patch4/lib/compiler.jar
   izpack/3.10.0.jboss.patch4/lib/installer.jar
   izpack/3.10.0.jboss.patch4/lib/izevent.jar
   izpack/3.10.0.jboss.patch4/lib/jakarta-regexp-1.3.jar
   izpack/3.10.0.jboss.patch4/lib/kunststoff.jar
   izpack/3.10.0.jboss.patch4/lib/liquidlnf.jar
   izpack/3.10.0.jboss.patch4/lib/looks.jar
   izpack/3.10.0.jboss.patch4/lib/metouia.jar
   izpack/3.10.0.jboss.patch4/lib/standalone-compiler.jar
   izpack/3.10.0.jboss.patch4/lib/uninstaller-ext.jar
   izpack/3.10.0.jboss.patch4/lib/uninstaller.jar
Log:
Initial import.

Added: izpack/3.10.0.jboss.patch4/.classpath
===================================================================
--- izpack/3.10.0.jboss.patch4/.classpath	                        (rev 0)
+++ izpack/3.10.0.jboss.patch4/.classpath	2007-05-21 11:52:39 UTC (rev 469)
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+	<classpathentry kind="src" path=""/>
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+	<classpathentry kind="output" path=""/>
+</classpath>

Added: izpack/3.10.0.jboss.patch4/.project
===================================================================
--- izpack/3.10.0.jboss.patch4/.project	                        (rev 0)
+++ izpack/3.10.0.jboss.patch4/.project	2007-05-21 11:52:39 UTC (rev 469)
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>3.10.0.jboss.patch4</name>
+	<comment></comment>
+	<projects>
+	</projects>
+	<buildSpec>
+		<buildCommand>
+			<name>org.eclipse.jdt.core.javabuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+	</buildSpec>
+	<natures>
+		<nature>org.eclipse.jdt.core.javanature</nature>
+	</natures>
+</projectDescription>

Added: izpack/3.10.0.jboss.patch4/build.xml
===================================================================
--- izpack/3.10.0.jboss.patch4/build.xml	                        (rev 0)
+++ izpack/3.10.0.jboss.patch4/build.xml	2007-05-21 11:52:39 UTC (rev 469)
@@ -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/3.10.0.jboss.patch4/component-info.xml
===================================================================
--- izpack/3.10.0.jboss.patch4/component-info.xml	                        (rev 0)
+++ izpack/3.10.0.jboss.patch4/component-info.xml	2007-05-21 11:52:39 UTC (rev 469)
@@ -0,0 +1,28 @@
+<project name="izpack">
+
+   <component id="izpack"
+              licenseType="apache-2.0"
+              version="3.10.0.jboss.patch4"
+              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="jakarta-regexp-1.3.jar"/>
+      <artifact id="kunststoff.jar" />
+      <artifact id="liquidlnf.jar" />
+      <artifact id="looks.jar" />
+      <artifact id="metouia.jar" />
+      <artifact id="uninstaller-ext.jar" />
+      <artifact id="uninstaller.jar" />
+      <artifact id="bin.zip"/>
+
+      <export>
+         <include input="standalone-compiler.jar"/>
+         <include input="izevent.jar"/>
+      </export>
+   </component>
+</project>

Added: izpack/3.10.0.jboss.patch4/lib/ant.jar
===================================================================
(Binary files differ)


Property changes on: izpack/3.10.0.jboss.patch4/lib/ant.jar
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: izpack/3.10.0.jboss.patch4/lib/bin.zip
===================================================================
(Binary files differ)


Property changes on: izpack/3.10.0.jboss.patch4/lib/bin.zip
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: izpack/3.10.0.jboss.patch4/lib/compiler.jar
===================================================================
(Binary files differ)


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

Added: izpack/3.10.0.jboss.patch4/lib/installer.jar
===================================================================
(Binary files differ)


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

Added: izpack/3.10.0.jboss.patch4/lib/izevent.jar
===================================================================
(Binary files differ)


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

Added: izpack/3.10.0.jboss.patch4/lib/jakarta-regexp-1.3.jar
===================================================================
(Binary files differ)


Property changes on: izpack/3.10.0.jboss.patch4/lib/jakarta-regexp-1.3.jar
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: izpack/3.10.0.jboss.patch4/lib/kunststoff.jar
===================================================================
(Binary files differ)


Property changes on: izpack/3.10.0.jboss.patch4/lib/kunststoff.jar
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: izpack/3.10.0.jboss.patch4/lib/liquidlnf.jar
===================================================================
(Binary files differ)


Property changes on: izpack/3.10.0.jboss.patch4/lib/liquidlnf.jar
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: izpack/3.10.0.jboss.patch4/lib/looks.jar
===================================================================
(Binary files differ)


Property changes on: izpack/3.10.0.jboss.patch4/lib/looks.jar
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: izpack/3.10.0.jboss.patch4/lib/metouia.jar
===================================================================
(Binary files differ)


Property changes on: izpack/3.10.0.jboss.patch4/lib/metouia.jar
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

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


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

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


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

Added: izpack/3.10.0.jboss.patch4/lib/uninstaller.jar
===================================================================
(Binary files differ)


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




More information about the jboss-cvs-commits mailing list