Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xorg.eclipse.mylyn.github.doc/.classpath7
-rwxr-xr-xorg.eclipse.mylyn.github.doc/.gitignore2
-rwxr-xr-xorg.eclipse.mylyn.github.doc/.project28
-rwxr-xr-xorg.eclipse.mylyn.github.doc/.settings/org.eclipse.jdt.core.prefs8
-rwxr-xr-xorg.eclipse.mylyn.github.doc/META-INF/MANIFEST.MF10
-rwxr-xr-xorg.eclipse.mylyn.github.doc/build-help.xml54
-rwxr-xr-xorg.eclipse.mylyn.github.doc/build.properties7
-rwxr-xr-xorg.eclipse.mylyn.github.doc/help/toc.xml18
-rwxr-xr-xorg.eclipse.mylyn.github.doc/images/home.gifbin0 -> 582 bytes
-rwxr-xr-xorg.eclipse.mylyn.github.doc/images/next.gifbin0 -> 327 bytes
-rwxr-xr-xorg.eclipse.mylyn.github.doc/images/prev.gifbin0 -> 327 bytes
-rwxr-xr-xorg.eclipse.mylyn.github.doc/images/topiclabel/git48.pngbin0 -> 2081 bytes
-rwxr-xr-xorg.eclipse.mylyn.github.doc/plugin.properties2
-rwxr-xr-xorg.eclipse.mylyn.github.doc/plugin.xml13
-rwxr-xr-xorg.eclipse.mylyn.github.doc/pom.xml58
-rw-r--r--pom.xml7
16 files changed, 214 insertions, 0 deletions
diff --git a/org.eclipse.mylyn.github.doc/.classpath b/org.eclipse.mylyn.github.doc/.classpath
new file mode 100755
index 00000000..2d1a4302
--- /dev/null
+++ b/org.eclipse.mylyn.github.doc/.classpath
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
+ <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
+ <classpathentry kind="src" path="src"/>
+ <classpathentry kind="output" path="bin"/>
+</classpath>
diff --git a/org.eclipse.mylyn.github.doc/.gitignore b/org.eclipse.mylyn.github.doc/.gitignore
new file mode 100755
index 00000000..d567ba01
--- /dev/null
+++ b/org.eclipse.mylyn.github.doc/.gitignore
@@ -0,0 +1,2 @@
+bin
+target
diff --git a/org.eclipse.mylyn.github.doc/.project b/org.eclipse.mylyn.github.doc/.project
new file mode 100755
index 00000000..3790a796
--- /dev/null
+++ b/org.eclipse.mylyn.github.doc/.project
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.eclipse.mylyn.github.doc</name>
+ <comment></comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ <buildCommand>
+ <name>org.eclipse.jdt.core.javabuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>org.eclipse.pde.ManifestBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>org.eclipse.pde.SchemaBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>org.eclipse.pde.PluginNature</nature>
+ <nature>org.eclipse.jdt.core.javanature</nature>
+ </natures>
+</projectDescription>
diff --git a/org.eclipse.mylyn.github.doc/.settings/org.eclipse.jdt.core.prefs b/org.eclipse.mylyn.github.doc/.settings/org.eclipse.jdt.core.prefs
new file mode 100755
index 00000000..ae6b8974
--- /dev/null
+++ b/org.eclipse.mylyn.github.doc/.settings/org.eclipse.jdt.core.prefs
@@ -0,0 +1,8 @@
+#Wed Apr 27 22:38:44 CEST 2011
+eclipse.preferences.version=1
+org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
+org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.5
+org.eclipse.jdt.core.compiler.compliance=1.5
+org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
+org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
+org.eclipse.jdt.core.compiler.source=1.5
diff --git a/org.eclipse.mylyn.github.doc/META-INF/MANIFEST.MF b/org.eclipse.mylyn.github.doc/META-INF/MANIFEST.MF
new file mode 100755
index 00000000..1e241ee3
--- /dev/null
+++ b/org.eclipse.mylyn.github.doc/META-INF/MANIFEST.MF
@@ -0,0 +1,10 @@
+Manifest-Version: 1.0
+Bundle-Localization: plugin
+Bundle-ManifestVersion: 2
+Bundle-Name: %pluginName
+Bundle-SymbolicName: org.eclipse.mylyn.github.doc;singleton:=true
+Bundle-Version: 0.1.0.qualifier
+Bundle-RequiredExecutionEnvironment: J2SE-1.5
+Bundle-Vendor: %providerName
+Require-Bundle: org.eclipse.mylyn.wikitext.core;bundle-version="[1.3.0,2.0.0)";resolution:=optional,
+ org.eclipse.mylyn.wikitext.mediawiki.core;bundle-version="[1.3.0,2.0.0)";resolution:=optional
diff --git a/org.eclipse.mylyn.github.doc/build-help.xml b/org.eclipse.mylyn.github.doc/build-help.xml
new file mode 100755
index 00000000..dfcecc5c
--- /dev/null
+++ b/org.eclipse.mylyn.github.doc/build-help.xml
@@ -0,0 +1,54 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project name="org.eclipse.mylyn.github.doc" basedir="." default="all">
+<!--
+ Copyright (c) 2011 Red Hat and others.
+ All rights reserved. This program and the accompanying materials
+ are made available under the terms of the Eclipse Public License v1.0
+ which accompanies this distribution, and is available at
+ http://www.eclipse.org/legal/epl-v10.html
+
+ Contributors:
+ Chris Aniszczyk <caniszczyk@gmail.com> - initial API and implementation
+ Christian Trutz <christian.trutz@gmail.com>
+-->
+ <description>
+ Generate Eclipse help content
+ </description>
+
+ <path id="wikitext.tasks.classpath">
+ <pathelement path="${compile_classpath}"/>
+ </path>
+ <echo message="compile classpath: ${compile_classpath}"/>
+ <taskdef classpathref="wikitext.tasks.classpath" resource="org/eclipse/mylyn/internal/wikitext/mediawiki/core/tasks/tasks.properties"/>
+ <taskdef classpathref="wikitext.tasks.classpath" resource="org/eclipse/mylyn/wikitext/core/util/anttask/tasks.properties"/>
+
+ <property name="help.doc.url.base" value="http://wiki.eclipse.org" />
+
+ <target name="all" description="Generate Eclipse help content from the wiki documentation">
+ <sequential>
+ <delete failonerror="false">
+ <fileset dir="${basedir}/help/images" />
+ </delete>
+
+ <mediawiki-to-eclipse-help wikiBaseUrl="${help.doc.url.base}"
+ validate="true" failonvalidationerror="true" prependImagePrefix="images"
+ formatoutput="true" defaultAbsoluteLinkTarget="egit_github_external" dest="${basedir}/help"
+ navigationimages="true" title="EGit GitHub Documentation" helpPrefix="help"
+ generateUnifiedToc="true">
+ <path name="EGit/GitHub/User_Guide" title="Mylyn GitHub Connector User Guide" />
+ <stylesheet url="book.css" />
+ <pageAppendum>
+
+ = Updating This Document =
+
+ This document is maintained in a collaborative wiki. If you wish to
+ update or modify this document please visit
+ {url}</pageAppendum>
+ </mediawiki-to-eclipse-help>
+ <mkdir dir="help/images" />
+ <copy todir="${basedir}/help/images" overwrite="true">
+ <fileset dir="images" />
+ </copy>
+ </sequential>
+ </target>
+</project>
diff --git a/org.eclipse.mylyn.github.doc/build.properties b/org.eclipse.mylyn.github.doc/build.properties
new file mode 100755
index 00000000..83b4ef65
--- /dev/null
+++ b/org.eclipse.mylyn.github.doc/build.properties
@@ -0,0 +1,7 @@
+source.. = src/
+output.. = bin/
+bin.includes = META-INF/,\
+ .,\
+ plugin.properties,\
+ plugin.xml,\
+ help/
diff --git a/org.eclipse.mylyn.github.doc/help/toc.xml b/org.eclipse.mylyn.github.doc/help/toc.xml
new file mode 100755
index 00000000..1a190138
--- /dev/null
+++ b/org.eclipse.mylyn.github.doc/help/toc.xml
@@ -0,0 +1,18 @@
+<?xml version='1.0' encoding='utf-8' ?>
+<toc topic="help/EGit/GitHub/User_Guide/User-Guide.html" label="EGit GitHub Documentation">
+ <topic href="help/EGit/GitHub/User_Guide/User-Guide.html" label="Mylyn GitHub Connector User Guide">
+ <topic href="help/EGit/GitHub/User_Guide/User-Guide.html" label="Overview"></topic>
+ <topic href="help/EGit/GitHub/User_Guide/User-Guide.html#Getting_Started" label="Getting Started"></topic>
+ <topic href="help/EGit/GitHub/User_Guide/User-Guide.html#Issues" label="Issues">
+ <topic href="help/EGit/GitHub/User_Guide/User-Guide.html#Queries" label="Queries"></topic>
+ <topic href="help/EGit/GitHub/User_Guide/User-Guide.html#Issue_Editor" label="Issue Editor"></topic>
+ </topic>
+ <topic href="help/EGit/GitHub/User_Guide/User-Guide.html#Gists" label="Gists">
+ <topic href="help/EGit/GitHub/User_Guide/User-Guide.html#Creating" label="Creating"></topic>
+ <topic href="help/EGit/GitHub/User_Guide/User-Guide.html#Queries_2" label="Queries"></topic>
+ <topic href="help/EGit/GitHub/User_Guide/User-Guide.html#Gist_Editor" label="Gist Editor"></topic>
+ </topic>
+ <topic href="help/EGit/GitHub/User_Guide/User-Guide.html#Frequently_Asked_Questions_.28FAQ.29" label="Frequently Asked Questions (FAQ)"></topic>
+ <topic href="help/EGit/GitHub/User_Guide/Updating-This-Document.html" label="Updating This Document"></topic>
+ </topic>
+</toc> \ No newline at end of file
diff --git a/org.eclipse.mylyn.github.doc/images/home.gif b/org.eclipse.mylyn.github.doc/images/home.gif
new file mode 100755
index 00000000..4472e8ce
--- /dev/null
+++ b/org.eclipse.mylyn.github.doc/images/home.gif
Binary files differ
diff --git a/org.eclipse.mylyn.github.doc/images/next.gif b/org.eclipse.mylyn.github.doc/images/next.gif
new file mode 100755
index 00000000..e2f8c3e1
--- /dev/null
+++ b/org.eclipse.mylyn.github.doc/images/next.gif
Binary files differ
diff --git a/org.eclipse.mylyn.github.doc/images/prev.gif b/org.eclipse.mylyn.github.doc/images/prev.gif
new file mode 100755
index 00000000..4fb41501
--- /dev/null
+++ b/org.eclipse.mylyn.github.doc/images/prev.gif
Binary files differ
diff --git a/org.eclipse.mylyn.github.doc/images/topiclabel/git48.png b/org.eclipse.mylyn.github.doc/images/topiclabel/git48.png
new file mode 100755
index 00000000..ed944ac3
--- /dev/null
+++ b/org.eclipse.mylyn.github.doc/images/topiclabel/git48.png
Binary files differ
diff --git a/org.eclipse.mylyn.github.doc/plugin.properties b/org.eclipse.mylyn.github.doc/plugin.properties
new file mode 100755
index 00000000..e3c53c75
--- /dev/null
+++ b/org.eclipse.mylyn.github.doc/plugin.properties
@@ -0,0 +1,2 @@
+pluginName=Mylyn GitHub Connector Documentation (Incubation)
+providerName=Eclipse EGit \ No newline at end of file
diff --git a/org.eclipse.mylyn.github.doc/plugin.xml b/org.eclipse.mylyn.github.doc/plugin.xml
new file mode 100755
index 00000000..7c562f63
--- /dev/null
+++ b/org.eclipse.mylyn.github.doc/plugin.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<?eclipse version="3.4"?>
+<plugin>
+
+ <extension
+ point="org.eclipse.help.toc">
+ <toc
+ file="help/toc.xml"
+ primary="true">
+ </toc>
+ </extension>
+
+</plugin>
diff --git a/org.eclipse.mylyn.github.doc/pom.xml b/org.eclipse.mylyn.github.doc/pom.xml
new file mode 100755
index 00000000..00354fe0
--- /dev/null
+++ b/org.eclipse.mylyn.github.doc/pom.xml
@@ -0,0 +1,58 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+Copyright (C) 2011, Red Hat, Inc.
+Copyright (C) 2011, Chris Aniszczyk <caniszczyk@gmail.com>
+ Christian Trutz <christian.trutz@gmail.com>
+
+All rights reserved. This program and the accompanying materials
+are made available under the terms of the Eclipse Public License v1.0
+which accompanies this distribution, and is available at
+http://www.eclipse.org/legal/epl-v10.html
+-->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>org.eclipse.mylyn.github</groupId>
+ <artifactId>github-parent</artifactId>
+ <version>0.1.0-SNAPSHOT</version>
+ </parent>
+
+ <artifactId>org.eclipse.mylyn.github.doc</artifactId>
+ <packaging>eclipse-plugin</packaging>
+
+ <name>Eclipse EGit Mylyn GitHub Documentation (Incubation)</name>
+
+ <build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-antrun-plugin</artifactId>
+ <dependencies>
+ <dependency>
+ <groupId>ant</groupId>
+ <artifactId>optional</artifactId>
+ <version>1.5.4</version>
+ </dependency>
+ </dependencies>
+ <executions>
+ <execution>
+ <phase>generate-sources</phase>
+ <configuration>
+ <tasks if="update.doc">
+ <property name="compile_classpath" refid="maven.compile.classpath"/>
+ <ant target="all" inheritRefs="true" antfile="build-help.xml"/>
+ </tasks>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+</project>
+
diff --git a/pom.xml b/pom.xml
index e82ad4ac..a5cbc0c8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -42,6 +42,7 @@
<properties>
<tycho-version>0.11.0</tycho-version>
<platform-version-name>indigo</platform-version-name>
+ <wikitext-site>http://download.eclipse.org/tools/mylyn/update/weekly</wikitext-site>
<eclipse-site>http://download.eclipse.org/releases/${platform-version-name}</eclipse-site>
<orbit-site>http://download.eclipse.org/tools/orbit/downloads/drops/S20110304120314/repository</orbit-site>
</properties>
@@ -52,6 +53,7 @@
<module>org.eclipse.mylyn.github-feature</module>
<module>org.eclipse.mylyn.github.tests</module>
<module>org.eclipse.mylyn.github-site</module>
+ <module>org.eclipse.mylyn.github.doc</module>
</modules>
<repositories>
@@ -65,6 +67,11 @@
<layout>p2</layout>
<url>${orbit-site}</url>
</repository>
+ <repository>
+ <id>wikitext</id>
+ <layout>p2</layout>
+ <url>${wikitext-site}</url>
+ </repository>
</repositories>
<pluginRepositories>

Back to the top