Blob Blame History Raw
commit 4493c74259623def170a93217c44325b7d309b44
Author: Sopot Cela <scela@redhat.com>
Date:   Tue Oct 13 16:02:02 2015 +0200

    t1

diff --git a/admin/pom-config.xml b/admin/pom-config.xml
index ce0a601..eed8862 100644
--- a/admin/pom-config.xml
+++ b/admin/pom-config.xml
@@ -242,27 +242,9 @@
                 <plugin>
                     <groupId>org.eclipse.tycho</groupId>
                     <artifactId>tycho-packaging-plugin</artifactId>
-                    <version>${tycho-version}</version>
-                    <dependencies>
-                        <dependency>
-                            <groupId>org.eclipse.tycho.extras</groupId>
-                            <artifactId>tycho-buildtimestamp-jgit</artifactId>
-                            <version>${tycho-version}</version>
-                        </dependency>
-                        <dependency>
-                            <groupId>org.eclipse.tycho.extras</groupId>
-                            <artifactId>tycho-sourceref-jgit</artifactId>
-                            <version>${tycho-extras-version}</version>
-                        </dependency>
-                    </dependencies>
+                    <version>${tycho-version}</version>                   
                     <configuration>
-                        <strictBinIncludes>false</strictBinIncludes>
-                        <timestampProvider>jgit</timestampProvider>
-                        <jgit.ignore>pom.xml</jgit.ignore>
-                        <jgit.dirtyWorkingTree>ignore</jgit.dirtyWorkingTree>
-                        <sourceReferences>
-                            <generate>true</generate>
-                        </sourceReferences>
+                        <strictBinIncludes>false</strictBinIncludes>                        
                     </configuration>
                 </plugin>
                 <plugin>