added support for file interface only compilation of tejas
This commit is contained in:
parent
7f1c3f36ce
commit
d26b5b10c0
|
@ -78,4 +78,12 @@
|
|||
</manifest>
|
||||
</jar>
|
||||
</target>
|
||||
<target name="make-fileInterface-jar" depends="build-subprojects,build-project">
|
||||
<mkdir dir="${jar-dir}"/>
|
||||
<jar destfile="${jar-dir}/${jar-name}.jar" basedir="bin">
|
||||
<manifest>
|
||||
<attribute name="Main-Class" value="${main-class}"/>
|
||||
</manifest>
|
||||
</jar>
|
||||
</target>
|
||||
</project>
|
||||
|
|
Loading…
Reference in New Issue