<ant antfile="${project.jjobs-lib}/build.xml" inheritall="false" target="jar">
<property name="deploy.on.save" value="false"/>
</ant>
- <ant antfile="${project.jjobs-mailer}/build.xml" inheritall="false" target="jar">
- <property name="deploy.on.save" value="false"/>
- </ant>
<ant antfile="${project.jjobs-mailer-lib}/build.xml" inheritall="false" target="jar">
<property name="deploy.on.save" value="false"/>
</ant>
<ant antfile="${project.jjobs-lib}/build.xml" inheritall="false" target="jar">
<property name="deploy.on.save" value="false"/>
</ant>
- <ant antfile="${project.jjobs-mailer}/build.xml" inheritall="false" target="jar">
- <property name="deploy.on.save" value="false"/>
- </ant>
<ant antfile="${project.jjobs-mailer-lib}/build.xml" inheritall="false" target="jar">
<property name="deploy.on.save" value="false"/>
</ant>
<target depends="init" name="deps-clean" unless="no.deps">
<ant antfile="${project.jjobs-core}/build.xml" inheritall="false" target="clean"/>
<ant antfile="${project.jjobs-lib}/build.xml" inheritall="false" target="clean"/>
- <ant antfile="${project.jjobs-mailer}/build.xml" inheritall="false" target="clean"/>
<ant antfile="${project.jjobs-mailer-lib}/build.xml" inheritall="false" target="clean"/>
</target>
<target depends="init" name="-do-clean">
file.reference.jcoreee.jar=lib/jcoreee.jar
file.reference.jcountry-core.jar=lib/jcountry-core.jar
file.reference.jcountry-lib.jar=lib/jcountry-lib.jar
-file.reference.jjobs-mailer.jar=lib/jjobs-mailer.jar
file.reference.jletter-lib.jar=lib/jletter-lib.jar
file.reference.jmailer-ee.jar=lib/jmailer-ee.jar
file.reference.jphone-core.jar=lib/jphone-core.jar
source.reference.jcoreee.jar=../jcoreee/src/
source.reference.jcountry-core.jar=../jcountry-core/src/
source.reference.jcountry-lib.jar=../jcountry-lib/src/
-source.reference.jjobs-mailer.jar=../jjobs-mailer/src/
source.reference.jletter-lib.jar=../jletter-lib/src/
source.reference.jmailer-ee.jar=../jmailer-ee/src/
source.reference.jphone-core.jar=../jphone-core/src/
<id>jar</id>
</reference>
<reference>
- <foreign-project>jjobs-mailer</foreign-project>
+ <foreign-project>jjobs-mailer-ejb</foreign-project>
<artifact-type>jar</artifact-type>
<script>build.xml</script>
<target>jar</target>