Skip to content
Snippets Groups Projects
Commit 8be4aa79 authored by Constantin Jucovschi's avatar Constantin Jucovschi
Browse files

adding java script

parent b9627b85
No related branches found
No related tags found
No related merge requests found
<?xml version="1.0" encoding="UTF-8"?>
<project name="comm-core" default="deploy" basedir=".">
<property name="deploy" value="../../deploy"/>
<property name="version" value="0.0.3-SNAPSHOT" />
<taskdef resource="aQute/bnd/ant/taskdef.properties"
classpath="../ant/bnd-2.2.0.jar"/>
<target name="compile">
<mkdir dir="bin"/>
<javac destdir="bin" srcdir="java"/>
</target>
<target name="build" depends="compile">
<jar destfile="${ant.project.name}.jar">
<fileset dir="bin"/>
</jar>
</target>
<target name="deploy" depends="compile">
<bnd
classpath="bin"
failok="false"
exceptions="true"
files="${ant.project.name}.bnd"
output="."/>
</target>
<target name="clean">
<delete dir="bin" />
</target>
</project>
Export-Package: info.kwarc.sally.comm.core, info.kwarc.sally.comm.theo
\ No newline at end of file
File added
mvn install:install-file -DgroupId=info.kwarc.sally4.comm -DartifactId=comm-core -Dpackaging=jar -Dversion=0.0.3 -Dfile=comm-core.jar
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment