Commit 66cd4b7e authored by Andrey Filippov's avatar Andrey Filippov
Browse files

Simultaneous LWIR/VNIR acquisition: added configurable parameters

parent 3649ef29
Loading
Loading
Loading
Loading
+11 −0
Original line number Original line Diff line number Diff line
@@ -107,6 +107,17 @@
			<resource>
			<resource>
				<directory>${project.build.sourceDirectory}</directory>
				<directory>${project.build.sourceDirectory}</directory>
			</resource>
			</resource>
<!-- trying to copy deep classes to top for the imageJ to see as plugins-->
<!-- 
		    <resource>
		      <filtering>true</filtering>
		      <directory>${basedir}/target/classes/com/elphel/imagej/jp4</directory>
		      <targetPath>${basedir}/target/classes</targetPath>
		      <includes>
		        <include>JP46_Reader_camera.class</include>
		      </includes>
		    </resource>
 -->			
		</resources>
		</resources>
		<testResources>
		<testResources>
			<testResource>
			<testResource>
Loading