summaryrefslogtreecommitdiffstats
path: root/EssentialsProtect
diff options
context:
space:
mode:
authormd_5 <md_5@bigpond.com>2013-01-13 09:51:23 +1100
committermd_5 <md_5@bigpond.com>2013-01-13 09:51:23 +1100
commit4818bec0d855a6d1309b2fecfab2206b8220e3dc (patch)
treead74c7d6b65b21267c8568f7b477052914c40235 /EssentialsProtect
parent2a26e4603446effaeeb167f1dff87bf61f5ad33e (diff)
downloadEssentials-4818bec0d855a6d1309b2fecfab2206b8220e3dc.tar
Essentials-4818bec0d855a6d1309b2fecfab2206b8220e3dc.tar.gz
Essentials-4818bec0d855a6d1309b2fecfab2206b8220e3dc.tar.lz
Essentials-4818bec0d855a6d1309b2fecfab2206b8220e3dc.tar.xz
Essentials-4818bec0d855a6d1309b2fecfab2206b8220e3dc.zip
Update the build system slightly to use embedded libraries.
Diffstat (limited to 'EssentialsProtect')
-rw-r--r--EssentialsProtect/pom.xml31
1 files changed, 15 insertions, 16 deletions
diff --git a/EssentialsProtect/pom.xml b/EssentialsProtect/pom.xml
index ecc54bf47..a575964b3 100644
--- a/EssentialsProtect/pom.xml
+++ b/EssentialsProtect/pom.xml
@@ -1,21 +1,20 @@
<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>
+ <modelVersion>4.0.0</modelVersion>
- <parent>
- <groupId>net.essentials3</groupId>
- <artifactId>BuildAll</artifactId>
- <version>3.0-SNAPSHOT</version>
- <relativePath>../pom.xml</relativePath>
- </parent>
-
- <artifactId>EssentialsProtect</artifactId>
- <dependencies>
- <dependency>
- <groupId>${project.groupId}</groupId>
- <artifactId>Essentials</artifactId>
- <version>${project.version}</version>
- </dependency>
- </dependencies>
+ <parent>
+ <groupId>net.essentials3</groupId>
+ <artifactId>BuildAll</artifactId>
+ <version>3.0-SNAPSHOT</version>
+ <relativePath>../pom.xml</relativePath>
+ </parent>
+ <artifactId>EssentialsProtect</artifactId>
+ <dependencies>
+ <dependency>
+ <groupId>${project.groupId}</groupId>
+ <artifactId>Essentials</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ </dependencies>
</project>