Skip to content

Commit

Permalink
Reorganize drivers project directory structure
Browse files Browse the repository at this point in the history
  • Loading branch information
sarxos committed Feb 18, 2014
1 parent 32ed474 commit b05817e
Show file tree
Hide file tree
Showing 112 changed files with 9 additions and 9 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
18 changes: 9 additions & 9 deletions webcam-capture-drivers/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@
</properties>

<modules>
<module>webcam-capture-driver-ffmpeg-cli</module>
<module>webcam-capture-driver-gstreamer</module>
<module>webcam-capture-driver-ipcam</module>
<module>webcam-capture-driver-javacv</module>
<module>webcam-capture-driver-jmf</module>
<module>webcam-capture-driver-lti-civil</module>
<module>webcam-capture-driver-openimaj</module>
<module>webcam-capture-driver-v4l4j</module>
<module>webcam-capture-driver-vlcj</module>
<module>driver-ffmpeg-cli</module>
<module>driver-gstreamer</module>
<module>driver-ipcam</module>
<module>driver-javacv</module>
<module>driver-jmf</module>
<module>driver-lti-civil</module>
<module>driver-openimaj</module>
<module>driver-v4l4j</module>
<module>driver-vlcj</module>
</modules>

</project>

0 comments on commit b05817e

Please sign in to comment.