@ -205,13 +205,13 @@
<id > create_jgit</id>
<id > create_jgit</id>
<phase > package</phase>
<phase > package</phase>
<configuration >
<configuration >
<tasks >
<target >
<concat destfile= "${basedir}/target/jgit" force= "yes" binary= "true" >
<concat destfile= "${basedir}/target/jgit" force= "yes" binary= "true" >
<fileset file= "${basedir}/jgit.sh" />
<fileset file= "${basedir}/jgit.sh" />
<fileset file= "${basedir}/target/jgit-cli.jar" />
<fileset file= "${basedir}/target/jgit-cli.jar" />
</concat>
</concat>
<chmod file= "${basedir}/target/jgit" perm= "a+x" />
<chmod file= "${basedir}/target/jgit" perm= "a+x" />
</tasks >
</target >
</configuration>
</configuration>
<goals >
<goals >
<goal > run</goal>
<goal > run</goal>
@ -221,12 +221,12 @@
<id > translate-source-qualifier</id>
<id > translate-source-qualifier</id>
<phase > generate-resources</phase>
<phase > generate-resources</phase>
<configuration >
<configuration >
<tasks >
<target >
<copy file= "META-INF/SOURCE-MANIFEST.MF" tofile= "${source-bundle-manifest}" overwrite= "true" />
<copy file= "META-INF/SOURCE-MANIFEST.MF" tofile= "${source-bundle-manifest}" overwrite= "true" />
<replace file= "${source-bundle-manifest}" >
<replace file= "${source-bundle-manifest}" >
<replacefilter token= ".qualifier" value= ".${maven.build.timestamp}" />
<replacefilter token= ".qualifier" value= ".${maven.build.timestamp}" />
</replace>
</replace>
</tasks >
</target >
</configuration>
</configuration>
<goals >
<goals >
<goal > run</goal>
<goal > run</goal>