Author: suat
Date: Mon Jul 30 11:22:33 2012
New Revision: 1367058
URL: http://svn.apache.org/viewvc?rev=1367058&view=rev
Log:
STANBOL-708: -Adapted maven-clean-plugin configurations of stable and full
launchers according to the name change in STANBOL-562.
Modified:
incubator/stanbol/trunk/launchers/full/pom.xml
incubator/stanbol/trunk/launchers/stable/pom.xml
Modified: incubator/stanbol/trunk/launchers/full/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/stanbol/trunk/launchers/full/pom.xml?rev=1367058&r1=1367057&r2=1367058&view=diff
==============================================================================
--- incubator/stanbol/trunk/launchers/full/pom.xml (original)
+++ incubator/stanbol/trunk/launchers/full/pom.xml Mon Jul 30 11:22:33 2012
@@ -53,7 +53,7 @@
<fileset>
<directory>.</directory>
<includes>
- <include>sling/**</include>
+ <include>stanbol/**</include>
<include>factstore/**</include>
<include>*.log</include>
</includes>
Modified: incubator/stanbol/trunk/launchers/stable/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/stanbol/trunk/launchers/stable/pom.xml?rev=1367058&r1=1367057&r2=1367058&view=diff
==============================================================================
--- incubator/stanbol/trunk/launchers/stable/pom.xml (original)
+++ incubator/stanbol/trunk/launchers/stable/pom.xml Mon Jul 30 11:22:33 2012
@@ -53,7 +53,7 @@
<fileset>
<directory>.</directory>
<includes>
- <include>sling/**</include>
+ <include>stanbol/**</include>
</includes>
</fileset>
</filesets>