Skip to content

Commit

Permalink
Reorganize project structure
Browse files Browse the repository at this point in the history
  • Loading branch information
sarxos committed Dec 3, 2012
1 parent 070031e commit 29b3fd8
Show file tree
Hide file tree
Showing 55 changed files with 54 additions and 16 deletions.
8 changes: 1 addition & 7 deletions pom.xml
Expand Up @@ -21,13 +21,7 @@

<modules>
<module>webcam-capture</module>
<module>webcam-capture-driver-ipcam</module>
<module>webcam-capture-driver-jmf</module>
<!-- below ones cannot be released since all of them require external 3rd-party repos -->
<module>webcam-capture-driver-civil</module>
<module>webcam-capture-driver-openimaj</module>
<module>webcam-capture-driver-vlcj</module>
<module>webcam-capture-driver-javacv</module>
<module>webcam-capture-drivers</module>
<module>webcam-capture-examples</module>
<module>webcam-capture-pages</module>
</modules>
Expand Down
17 changes: 17 additions & 0 deletions webcam-capture-drivers/.project
@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>webcam-capture-drivers</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.m2e.core.maven2Builder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.m2e.core.maven2Nature</nature>
</natures>
</projectDescription>
27 changes: 27 additions & 0 deletions webcam-capture-drivers/pom.xml
@@ -0,0 +1,27 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>com.github.sarxos</groupId>
<artifactId>webcam-capture-parent</artifactId>
<version>0.3.7-SNAPSHOT</version>
</parent>

<artifactId>webcam-capture-drivers</artifactId>
<packaging>pom</packaging>

<name>Webcam Capture Drivers</name>
<description>Parent POM for Webcam Capture drivers set</description>

<modules>
<module>webcam-capture-driver-civil</module>
<module>webcam-capture-driver-ipcam</module>
<module>webcam-capture-driver-javacv</module>
<module>webcam-capture-driver-jmf</module>
<module>webcam-capture-driver-openimaj</module>
<module>webcam-capture-driver-vlcj</module>
</modules>

</project>
File renamed without changes.
File renamed without changes.
Expand Up @@ -4,7 +4,7 @@

<parent>
<groupId>com.github.sarxos</groupId>
<artifactId>webcam-capture-parent</artifactId>
<artifactId>webcam-capture-drivers</artifactId>
<version>0.3.7-SNAPSHOT</version>
</parent>

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
Expand Up @@ -4,7 +4,7 @@

<parent>
<groupId>com.github.sarxos</groupId>
<artifactId>webcam-capture-parent</artifactId>
<artifactId>webcam-capture-drivers</artifactId>
<version>0.3.7-SNAPSHOT</version>
</parent>

Expand Down Expand Up @@ -118,4 +118,4 @@
</plugins>
</build>

</project>
</project>
File renamed without changes.
File renamed without changes.
Expand Up @@ -4,7 +4,7 @@

<parent>
<groupId>com.github.sarxos</groupId>
<artifactId>webcam-capture-parent</artifactId>
<artifactId>webcam-capture-drivers</artifactId>
<version>0.3.7-SNAPSHOT</version>
</parent>

Expand Down Expand Up @@ -93,4 +93,4 @@
</plugins>
</build>

</project>
</project>
File renamed without changes.
File renamed without changes.
File renamed without changes.
Expand Up @@ -4,7 +4,7 @@

<parent>
<groupId>com.github.sarxos</groupId>
<artifactId>webcam-capture-parent</artifactId>
<artifactId>webcam-capture-drivers</artifactId>
<version>0.3.7-SNAPSHOT</version>
</parent>

Expand Down
File renamed without changes.
File renamed without changes.
Expand Up @@ -4,7 +4,7 @@

<parent>
<groupId>com.github.sarxos</groupId>
<artifactId>webcam-capture-parent</artifactId>
<artifactId>webcam-capture-drivers</artifactId>
<version>0.3.7-SNAPSHOT</version>
</parent>

Expand Down
File renamed without changes.
File renamed without changes.
Expand Up @@ -4,7 +4,7 @@

<parent>
<groupId>com.github.sarxos</groupId>
<artifactId>webcam-capture-parent</artifactId>
<artifactId>webcam-capture-drivers</artifactId>
<version>0.3.7-SNAPSHOT</version>
</parent>

Expand Down Expand Up @@ -44,4 +44,4 @@
</plugins>
</build>

</project>
</project>

0 comments on commit 29b3fd8

Please sign in to comment.