← Back to team overview

sltv team mailing list archive

[Branch ~sltv/sltv/trunk] Rev 7: novas dependencias pros componentes visuais e look and feel.

 

------------------------------------------------------------
revno: 7
committer: lucasa@xxxxxxxxx
branch nick: SLTV
timestamp: Thu 2009-10-22 03:21:37 -0200
message:
  novas dependencias pros componentes visuais e look and feel.
added:
  build.xml
  lib/substance-swingx.jar
  lib/substance.jar
  lib/swingx-beaninfo.jar
  lib/swingx.jar


--
lp:sltv
https://code.launchpad.net/~sltv/sltv/trunk

Your team sltv is subscribed to branch lp:sltv.
To unsubscribe from this branch go to https://code.launchpad.net/~sltv/sltv/trunk/+edit-subscription.
=== added file 'build.xml'
--- build.xml	1970-01-01 00:00:00 +0000
+++ build.xml	2009-10-22 05:21:37 +0000
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<project default="create_run_jar" name="Create Runnable Jar for Project SLTV">
+    <!--this file was created by Eclipse Runnable JAR Export Wizard-->
+    <!--ANT 1.7 is required                                        -->
+    <target name="create_run_jar">
+        <jar destfile="/home/lucasa/backup projeto-pensar 020909/eclipse/workspace/SLTV/lib/sltv.jar" filesetmanifest="mergewithoutmain">
+            <manifest>
+                <attribute name="Built-By" value="${user.name}"/>
+                <attribute name="Main-Class" value="br.org.softwarelivre.sltv.SLTVMain"/>
+                <attribute name="Class-Path" value="."/>
+            </manifest>
+            <fileset dir="/home/lucasa/backup projeto-pensar 020909/eclipse/workspace/SLTV/build"/>
+            <zipfileset excludes="META-INF/*.SF" src="/home/lucasa/backup projeto-pensar 020909/eclipse/workspace/SLTV/lib/DJNativeSwing.jar"/>
+            <zipfileset excludes="META-INF/*.SF" src="/home/lucasa/backup projeto-pensar 020909/eclipse/workspace/SLTV/lib/gstreamer-java.jar"/>
+            <zipfileset excludes="META-INF/*.SF" src="/home/lucasa/backup projeto-pensar 020909/eclipse/workspace/SLTV/lib/swingx-beaninfo.jar"/>
+            <zipfileset excludes="META-INF/*.SF" src="/home/lucasa/backup projeto-pensar 020909/eclipse/workspace/SLTV/lib/swingx.jar"/>
+            <zipfileset excludes="META-INF/*.SF" src="/home/lucasa/backup projeto-pensar 020909/eclipse/workspace/SLTV/lib/jna-3.0.9.jar"/>
+            <zipfileset excludes="META-INF/*.SF" src="/home/lucasa/backup projeto-pensar 020909/eclipse/workspace/SLTV/lib/substance.jar"/>
+            <zipfileset excludes="META-INF/*.SF" src="/home/lucasa/backup projeto-pensar 020909/eclipse/workspace/SLTV/lib/napkinlaf-alpha001.jar"/>
+            <zipfileset excludes="META-INF/*.SF" src="/home/lucasa/backup projeto-pensar 020909/eclipse/workspace/SLTV/lib/substance-swingx.jar"/>
+        </jar>
+    	<copy todir="/home/lucasa/" file="lib/sltv.jar" verbose="true"/>
+    </target>
+</project>

=== added file 'lib/substance-swingx.jar'
Binary files lib/substance-swingx.jar	1970-01-01 00:00:00 +0000 and lib/substance-swingx.jar	2009-10-22 05:21:37 +0000 differ
=== added file 'lib/substance.jar'
Binary files lib/substance.jar	1970-01-01 00:00:00 +0000 and lib/substance.jar	2009-10-22 05:21:37 +0000 differ
=== added file 'lib/swingx-beaninfo.jar'
Binary files lib/swingx-beaninfo.jar	1970-01-01 00:00:00 +0000 and lib/swingx-beaninfo.jar	2009-10-22 05:21:37 +0000 differ
=== added file 'lib/swingx.jar'
Binary files lib/swingx.jar	1970-01-01 00:00:00 +0000 and lib/swingx.jar	2009-10-22 05:21:37 +0000 differ