diff options
Diffstat (limited to 'org.eclipse.mylyn.trac.ui')
-rw-r--r-- | org.eclipse.mylyn.trac.ui/.classpath | 11 | ||||
-rw-r--r-- | org.eclipse.mylyn.trac.ui/.cvsignore | 1 | ||||
-rw-r--r-- | org.eclipse.mylyn.trac.ui/.project | 28 | ||||
-rw-r--r-- | org.eclipse.mylyn.trac.ui/META-INF/MANIFEST.MF | 14 | ||||
-rw-r--r-- | org.eclipse.mylyn.trac.ui/about.html | 27 | ||||
-rw-r--r-- | org.eclipse.mylyn.trac.ui/build.properties | 11 | ||||
-rw-r--r-- | org.eclipse.mylyn.trac.ui/plugin.xml | 5 | ||||
-rw-r--r-- | org.eclipse.mylyn.trac.ui/src/empty.txt | 0 |
8 files changed, 97 insertions, 0 deletions
diff --git a/org.eclipse.mylyn.trac.ui/.classpath b/org.eclipse.mylyn.trac.ui/.classpath new file mode 100644 index 000000000..85a4bb4b4 --- /dev/null +++ b/org.eclipse.mylyn.trac.ui/.classpath @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<classpath> + <classpathentry kind="src" path="src"/> + <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> + <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"> + <accessrules> + <accessrule kind="nonaccessible" pattern="com/sun/**"/> + </accessrules> + </classpathentry> + <classpathentry kind="output" path="bin"/> +</classpath> diff --git a/org.eclipse.mylyn.trac.ui/.cvsignore b/org.eclipse.mylyn.trac.ui/.cvsignore new file mode 100644 index 000000000..ba077a403 --- /dev/null +++ b/org.eclipse.mylyn.trac.ui/.cvsignore @@ -0,0 +1 @@ +bin diff --git a/org.eclipse.mylyn.trac.ui/.project b/org.eclipse.mylyn.trac.ui/.project new file mode 100644 index 000000000..48f1ed0c3 --- /dev/null +++ b/org.eclipse.mylyn.trac.ui/.project @@ -0,0 +1,28 @@ +<?xml version="1.0" encoding="UTF-8"?> +<projectDescription> + <name>org.eclipse.mylar.trac</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.trac.ui/META-INF/MANIFEST.MF b/org.eclipse.mylyn.trac.ui/META-INF/MANIFEST.MF new file mode 100644 index 000000000..7200f1b2f --- /dev/null +++ b/org.eclipse.mylyn.trac.ui/META-INF/MANIFEST.MF @@ -0,0 +1,14 @@ +Manifest-Version: 1.0 +Bundle-ManifestVersion: 2 +Bundle-Name: Mylar Track Plug-in +Bundle-SymbolicName: org.eclipse.mylar.trac; singleton:=true +Bundle-Version: 0.5.3 +Bundle-Activator: org.eclipse.mylar.internal.track.MylarTracPlugin +Bundle-Vendor: Eclipse.org +Bundle-Localization: plugin +Require-Bundle: org.eclipse.ui, + org.eclipse.ui.forms +Eclipse-AutoStart: true +Bundle-RequiredExecutionEnvironment: J2SE-1.5 +Export-Package: +Bundle-ClassPath: mylar-trac.jar diff --git a/org.eclipse.mylyn.trac.ui/about.html b/org.eclipse.mylyn.trac.ui/about.html new file mode 100644 index 000000000..1aeb16b5f --- /dev/null +++ b/org.eclipse.mylyn.trac.ui/about.html @@ -0,0 +1,27 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN"> +<html> +<head> +<title>About</title> +<meta http-equiv=Content-Type content="text/html; charset=ISO-8859-1"> +</head> +<body lang="EN-US"> +<h2>About This Content</h2> + +<p>May 2, 2006</p> +<h3>License</h3> + +<p>The Eclipse Foundation makes available all content in this plug-in ("Content"). Unless otherwise +indicated below, the Content is provided to you under the terms and conditions of the +Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is available +at <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>. +For purposes of the EPL, "Program" will mean the Content.</p> + +<p>If you did not receive this Content directly from the Eclipse Foundation, the Content is +being redistributed by another party ("Redistributor") and different terms and conditions may +apply to your use of any object code in the Content. Check the Redistributor's license that was +provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise +indicated below, the terms and conditions of the EPL still apply to any source code in the Content +and such source code may be obtained at <a href="/">http://www.eclipse.org</a>.</p> + +</body> +</html>
\ No newline at end of file diff --git a/org.eclipse.mylyn.trac.ui/build.properties b/org.eclipse.mylyn.trac.ui/build.properties new file mode 100644 index 000000000..2d3de73ae --- /dev/null +++ b/org.eclipse.mylyn.trac.ui/build.properties @@ -0,0 +1,11 @@ +bin.includes = plugin.xml,\ + META-INF/,\ + icons/,\ + mylar-jira.jar +jars.compile.order = mylar-trac.jar +src.includes = src/,\ + plugin.xml,\ + icons/,\ + build.properties +source.mylar-jira.jar = src/ +output.mylar-jira.jar = bin/ diff --git a/org.eclipse.mylyn.trac.ui/plugin.xml b/org.eclipse.mylyn.trac.ui/plugin.xml new file mode 100644 index 000000000..8e49b5212 --- /dev/null +++ b/org.eclipse.mylyn.trac.ui/plugin.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<?eclipse version="3.0"?> +<plugin> + +</plugin> diff --git a/org.eclipse.mylyn.trac.ui/src/empty.txt b/org.eclipse.mylyn.trac.ui/src/empty.txt new file mode 100644 index 000000000..e69de29bb --- /dev/null +++ b/org.eclipse.mylyn.trac.ui/src/empty.txt |