diff --git a/org.eclipse.egit.bc.feature/.project b/org.eclipse.egit.bc.feature/.project new file mode 100755 index 0000000..b485396 --- /dev/null +++ b/org.eclipse.egit.bc.feature/.project @@ -0,0 +1,17 @@ + + + org.eclipse.egit.bc.feature + + + + + + org.eclipse.pde.FeatureBuilder + + + + + + org.eclipse.pde.FeatureNature + + diff --git a/org.eclipse.egit.bc.feature/build.properties b/org.eclipse.egit.bc.feature/build.properties new file mode 100755 index 0000000..82ab19c --- /dev/null +++ b/org.eclipse.egit.bc.feature/build.properties @@ -0,0 +1 @@ +bin.includes = feature.xml diff --git a/org.eclipse.egit.bc.feature/feature.xml b/org.eclipse.egit.bc.feature/feature.xml new file mode 100755 index 0000000..bee172b --- /dev/null +++ b/org.eclipse.egit.bc.feature/feature.xml @@ -0,0 +1,26 @@ + + + + + Eclipse EGit Beyond Compare integration + + + + [Enter Copyright Description here.] + + + + The software is published under the terms and conditions of the Eclipse Public License 1.0 (EPL-1.0) + + + + + diff --git a/org.eclipse.egit.bc.feature/pom.xml b/org.eclipse.egit.bc.feature/pom.xml new file mode 100755 index 0000000..28d2394 --- /dev/null +++ b/org.eclipse.egit.bc.feature/pom.xml @@ -0,0 +1,47 @@ + + 4.0.0 + al.franzis.eclipse + org.eclipse.egit.bc.feature + 1.0.0 + eclipse-feature + + + + kepler + p2 + http://download.eclipse.org/releases/kepler + + + galileoTest + p2 + http://download.eclipse.org/eclipse/updates/3.6-JUnit-Tests/ + + + + + + org.eclipse.tycho + tycho-maven-plugin + ${tycho-version} + true + + + org.eclipse.tycho + target-platform-configuration + ${tycho-version} + + + p2 + consider + + + + + + 0.18.0 + UTF-8 + + \ No newline at end of file