From f3bdca8a22de95f018c559c7a368f569b3917733 Mon Sep 17 00:00:00 2001 From: Al Franzis Date: Sat, 27 Jul 2013 01:00:49 +0200 Subject: [PATCH] Added Eclipse P2 Update Site project org.eclipse.egit.bc.update --- org.eclipse.egit.bc.update/.project | 17 +++++++++ org.eclipse.egit.bc.update/category.xml | 7 ++++ org.eclipse.egit.bc.update/pom.xml | 48 +++++++++++++++++++++++++ 3 files changed, 72 insertions(+) create mode 100755 org.eclipse.egit.bc.update/.project create mode 100755 org.eclipse.egit.bc.update/category.xml create mode 100755 org.eclipse.egit.bc.update/pom.xml diff --git a/org.eclipse.egit.bc.update/.project b/org.eclipse.egit.bc.update/.project new file mode 100755 index 0000000..cc83fdf --- /dev/null +++ b/org.eclipse.egit.bc.update/.project @@ -0,0 +1,17 @@ + + + org.eclipse.egit.bc.update + + + + + + org.eclipse.pde.UpdateSiteBuilder + + + + + + org.eclipse.pde.UpdateSiteNature + + diff --git a/org.eclipse.egit.bc.update/category.xml b/org.eclipse.egit.bc.update/category.xml new file mode 100755 index 0000000..0daa1ec --- /dev/null +++ b/org.eclipse.egit.bc.update/category.xml @@ -0,0 +1,7 @@ + + + + + + + diff --git a/org.eclipse.egit.bc.update/pom.xml b/org.eclipse.egit.bc.update/pom.xml new file mode 100755 index 0000000..0e1e4a5 --- /dev/null +++ b/org.eclipse.egit.bc.update/pom.xml @@ -0,0 +1,48 @@ + + 4.0.0 + al.franzis.eclipse + org.eclipse.egit.bc.update + 1.0.0 + eclipse-repository + + + + 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