add the conf directory to the classpath so that the release finds the log4j.properties file

git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@356526 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
James Strachan 2005-12-13 16:26:19 +00:00
parent 729ff22a4b
commit e73312534d
2 changed files with 2 additions and 0 deletions

View File

@ -53,6 +53,7 @@
<path id="javac.classpath"> <path id="javac.classpath">
<pathelement path="${class.dir}"/> <pathelement path="${class.dir}"/>
<pathelement path="../conf"/>
<fileset dir="../lib"> <fileset dir="../lib">
<include name="**/*.jar"/> <include name="**/*.jar"/>
</fileset> </fileset>

View File

@ -25,6 +25,7 @@ import javax.jms.MessageListener;
import javax.jms.Session; import javax.jms.Session;
import javax.jms.TextMessage; import javax.jms.TextMessage;
import javax.jms.Topic; import javax.jms.Topic;
import java.io.IOException; import java.io.IOException;
/** /**