Skip to content

Commit

Permalink
Working on ObjectHub and Stellar DB
Browse files Browse the repository at this point in the history
Autocommit Fri Dec 02 08:19:01 AEDT 2016
  • Loading branch information
mxro committed Dec 1, 2016
1 parent 649d96e commit e7e333d
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions pom.xml
@@ -1,7 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?><!-- Template: Source
+ GWT + in workspace dependencies 27.11.2010 -->
<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">
+ GWT + in workspace dependencies 27.11.2010 --><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">
<groupId>de.mxro.maven.tools</groupId>
<artifactId>maven-tools</artifactId>
<version>0.0.3</version>
Expand Down Expand Up @@ -159,8 +157,8 @@
</goals>
<configuration>
<tasks>
<delete file="${basedir}/META-INF/MANIFEST.MF" />
<copy file="target/classes/META-INF/MANIFEST.MF" tofile="${basedir}/META-INF/MANIFEST.MF" />
<delete file="${basedir}/META-INF/MANIFEST.MF"/>
<copy file="target/classes/META-INF/MANIFEST.MF" tofile="${basedir}/META-INF/MANIFEST.MF"/>
</tasks>
</configuration>
</execution>
Expand Down

0 comments on commit e7e333d

Please sign in to comment.