mirror of
https://github.com/nicolabs/ciform.git
synced 2026-05-21 12:13:25 +02:00
- clean empty and old directories
This commit is contained in:
parent
57f98c6e3d
commit
5cfa4e2c09
|
|
@ -1,30 +0,0 @@
|
|||
<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">
|
||||
|
||||
<!-- Introduction -->
|
||||
<name>javascript</name>
|
||||
<description>Javascript library for the Ciform project</description>
|
||||
<url>http://plugnauth.sourceforge.net/ciform</url>
|
||||
|
||||
<!-- Maven technical informations -->
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>ciform</groupId>
|
||||
<artifactId>javascript</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
<version>1.0-SNAPSHOT</version>
|
||||
<!--parent>
|
||||
<groupId>ciform</groupId>
|
||||
<artifactId>ciform</artifactId>
|
||||
<version>1.0-SNAPSHOT</version>
|
||||
</parent-->
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>ciform</groupId>
|
||||
<artifactId>pix</artifactId>
|
||||
<version>1.0-SNAPSHOT</version>
|
||||
<type>pom</type>
|
||||
<scope>runtime</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
</project>
|
||||
Loading…
Reference in a new issue