Archived
0

BuildFile and FS modules implementation [commit 2]

This commit is contained in:
terminator48
2016-04-08 23:32:54 +06:00
parent cccf8c2bc0
commit 94105d790e
22 changed files with 784 additions and 10 deletions

View File

@@ -1,13 +1,13 @@
<?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"
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://maven.apache.org/POM/4.0.0"
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>
<name>Core</name>
<artifactId>core</artifactId>
<version>0.1-SNAPSHOT</version>
<version>${global.version}</version>
<packaging>bundle</packaging>
<parent>