Commit 5f00aa79 authored by gmantele's avatar gmantele
Browse files

[TAP] Replace Savot by STIL + Change datatype management in TAPColumn...

[TAP] Replace Savot by STIL + Change datatype management in TAPColumn (vot-type is no more available from here), TAPType (no votable type inside it) and VotType (can now be created from a TAPType instance + a VotType instance can be converted easily in a TAPType object)
parent 0e225ed7
Loading
Loading
Loading
Loading
(55.8 KiB)

File moved.

lib/stil3.0-5.jar

0 → 100644
+1.41 MiB

File added.

No diff preview for this file type.

lib/uploadUtils.jar

deleted100644 → 0
−176 KiB

File deleted.

−40.9 KiB

File deleted.

lib/uploadUtilsSrc/buildJar.xml

deleted100644 → 0
+0 −23
Original line number Diff line number Diff line
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE project>
<project name="TAPUploaderTest" basedir="." default="jarBuild">
	<target name="init">
		<property name="srcRep" value="src" />
		<property name="buildRep" value="build"/>
		<property name="jarFile" value="uploadUtils.jar" />
		<property name="jarDest" value=".." />
	</target>
	
	<target name="jarBuild" depends="init" >
		<echo>Création du jar (${jarDest}/${jarFile})...</echo>
		<jar destfile="${jarDest}/${jarFile}">
			<zipfileset src="binarySavot.jar" excludes="META-INF/*" />
			<zipfileset src="cds.savot.common.jar" excludes="META-INF/*" />
			<zipfileset src="cds.savot.model.jar" excludes="META-INF/*" />
			<zipfileset src="cds.savot.pull.jar" excludes="META-INF/*" />
			<zipfileset src="cds.savot.writer.jar" excludes="META-INF/*" />
			<zipfileset src="kxml2-min.jar" excludes="META-INF/*" />
			<zipfileset src="cos.jar" excludes="META-INF/*" />
		</jar>
	</target>
</project>
 No newline at end of file
Loading