]> git.sesse.net Git - vlc/blobdiff - bindings/java/samples/client/pom.xml
bindings: remove java, phonon and python-ctypes. They moved to a dedicated git.
[vlc] / bindings / java / samples / client / pom.xml
diff --git a/bindings/java/samples/client/pom.xml b/bindings/java/samples/client/pom.xml
deleted file mode 100644 (file)
index b57e3f9..0000000
+++ /dev/null
@@ -1,51 +0,0 @@
-<?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/maven-v4_0_0.xsd ">
-  <modelVersion>4.0.0</modelVersion>
-  <parent>
-    <groupId>org.videolan</groupId>
-    <artifactId>jvlc-samples</artifactId>
-    <version>1.0.2-SNAPSHOT</version>
-  </parent>
-  <groupId>org.videolan</groupId>
-  <artifactId>jvlc-samples-client</artifactId>
-  <packaging>jar</packaging>
-  <name>JVLC - Client sample</name>
-  <description>Java Bindings for VideoLAN - Client sample</description>
-  <version>1.0.2-SNAPSHOT</version>
-
-   <build>
-    <plugins>
-      <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>exec-maven-plugin</artifactId>
-        <executions>
-          <execution>
-            <goals>
-              <goal>java</goal>
-            </goals>
-          </execution>
-        </executions>
-        <configuration>
-          <mainClass>VlcClient</mainClass>
-        </configuration>
-      </plugin>
-      <plugin>
-        <artifactId>maven-assembly-plugin</artifactId>
-        <configuration>
-          <descriptorRefs>
-            <descriptorRef>jar-with-dependencies</descriptorRef>
-          </descriptorRefs>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
-
-  <dependencies>
-    <dependency>
-      <groupId>org.videolan</groupId>
-      <artifactId>jvlc-core</artifactId>
-      <version>${project.version}</version>
-    </dependency>
-  </dependencies>
-
-</project>