aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorShevek <[email protected]>2009-02-06 01:10:48 +0000
committerShevek <[email protected]>2009-02-06 01:10:48 +0000
commit24cb38b8398ddc3bc70a544c98a0acb3366ff8bc (patch)
tree84adb390dd167c189f94a7cf1952ca36903aeda6 /etc
parentaba944f23747fdf35e890020cdbbca722bbaaacf (diff)
start on objc
Diffstat (limited to 'etc')
-rw-r--r--etc/MANIFEST2
-rw-r--r--etc/targets/global-jar.xml2
-rw-r--r--etc/targets/global-tar.xml2
3 files changed, 5 insertions, 1 deletions
diff --git a/etc/MANIFEST b/etc/MANIFEST
index 4355315..7401ff4 100644
--- a/etc/MANIFEST
+++ b/etc/MANIFEST
@@ -1,2 +1,2 @@
-Class-Path: log4j.jar gnu.getopt.jar
+Class-Path: gnu.getopt.jar
Main-Class: org.anarres.cpp.Main
diff --git a/etc/targets/global-jar.xml b/etc/targets/global-jar.xml
index 22b6cd4..045e85a 100644
--- a/etc/targets/global-jar.xml
+++ b/etc/targets/global-jar.xml
@@ -15,9 +15,11 @@
<fileset dir="${global.dir.build.classes}">
<include name="**" />
</fileset>
+ <!--
<fileset dir="${global.dir.src.resources}">
<include name="log4j.properties" />
</fileset>
+ -->
</copy>
<jar
diff --git a/etc/targets/global-tar.xml b/etc/targets/global-tar.xml
index 36f365f..778cf2f 100644
--- a/etc/targets/global-tar.xml
+++ b/etc/targets/global-tar.xml
@@ -9,9 +9,11 @@
<mkdir dir="${global.dir.build.javadoc}" />
<copy todir="${global.dir.build.tar}/lib">
+ <!--
<fileset dir="${global.dir.lib}/log4j">
<include name="**/*.jar" />
</fileset>
+ -->
<fileset dir="${global.dir.lib}/runtime">
<include name="**/*.jar" />
</fileset>