Skip to content

Commit

Permalink
small changes'
Browse files Browse the repository at this point in the history
  • Loading branch information
Braden Simpson committed Jul 6, 2012
1 parent ed2a7e2 commit 3248b5c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
22 changes: 11 additions & 11 deletions buildjar.xml → build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,24 @@
<!--this file was created by Eclipse Runnable JAR Export Wizard-->
<!--ANT 1.7 is required -->
<target name="create_run_jar">
<jar destfile="/Users/braden/com.jar">
<jar destfile="com.jar">
<manifest>
<attribute name="Main-Class" value="org.eclipse.jdt.internal.jarinjarloader.JarRsrcLoader"/>
<attribute name="Rsrc-Main-Class" value="comm.Main"/>
<attribute name="Class-Path" value="."/>
<attribute name="Rsrc-Class-Path" value="./ postgresql-9.1-902.jdbc4.jar gson-2.2.1.jar database.jar httpclient-4.2.jar httpcore-4.2.jar commons-cli-1.2.jar commons-logging-1.1.1.jar jazzy.jar ostermillerutils-1.08.02.jar junit.jar org.hamcrest.core_1.1.0.v20090501071000.jar"/>
</manifest>
<zipfileset src="jar-in-jar-loader.zip"/>
<fileset dir="/Users/braden/com2pgsql/bin"/>
<zipfileset dir="/Users/braden/com2pgsql/libs" includes="postgresql-9.1-902.jdbc4.jar"/>
<zipfileset dir="/Users/braden/com2pgsql/libs" includes="gson-2.2.1.jar"/>
<zipfileset dir="/Users/braden/libs/database" includes="database.jar"/>
<zipfileset dir="/Users/braden/com2pgsql/libs" includes="httpclient-4.2.jar"/>
<zipfileset dir="/Users/braden/com2pgsql/libs" includes="httpcore-4.2.jar"/>
<zipfileset dir="/Users/braden/com2pgsql/libs" includes="commons-cli-1.2.jar"/>
<zipfileset dir="/Users/braden/com2pgsql/libs" includes="commons-logging-1.1.1.jar"/>
<zipfileset dir="/Users/braden/com2pgsql/libs" includes="jazzy.jar"/>
<zipfileset dir="/Users/braden/com2pgsql/libs" includes="ostermillerutils-1.08.02.jar"/>
<fileset dir="bin"/>
<zipfileset dir="libs" includes="postgresql-9.1-902.jdbc4.jar"/>
<zipfileset dir="libs" includes="gson-2.2.1.jar"/>
<zipfileset dir="../database" includes="database.jar"/>
<zipfileset dir="libs" includes="httpclient-4.2.jar"/>
<zipfileset dir="libs" includes="httpcore-4.2.jar"/>
<zipfileset dir="libs" includes="commons-cli-1.2.jar"/>
<zipfileset dir="libs" includes="commons-logging-1.1.1.jar"/>
<zipfileset dir="libs" includes="jazzy.jar"/>
<zipfileset dir="libs" includes="ostermillerutils-1.08.02.jar"/>
<zipfileset dir="/Applications/eclipse/plugins/org.junit4_4.5.0.v20090824" includes="junit.jar"/>
<zipfileset dir="/Applications/eclipse/plugins" includes="org.hamcrest.core_1.1.0.v20090501071000.jar"/>
</jar>
Expand Down
2 changes: 1 addition & 1 deletion src/linker/LinkerThreadWorker.java
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public class LinkerThreadWorker implements Runnable
Item[] itemSet;

public LinkerThreadWorker(Linker linker)
{
{
this.linker = linker;
}

Expand Down

0 comments on commit 3248b5c

Please sign in to comment.