Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsminto2005-06-30 19:43:21 +0000
committersminto2005-06-30 19:43:21 +0000
commitc323392d4d4ddd8c7b5e790d6e8597e1ab7a66a9 (patch)
tree51fba8bea8933ea11d5b1c0d1381d70232a60752
parentd35d1e91acdf57aebd71195099b7455706e8a16e (diff)
downloadorg.eclipse.mylyn.tasks-c323392d4d4ddd8c7b5e790d6e8597e1ab7a66a9.tar.gz
org.eclipse.mylyn.tasks-c323392d4d4ddd8c7b5e790d6e8597e1ab7a66a9.tar.xz
org.eclipse.mylyn.tasks-c323392d4d4ddd8c7b5e790d6e8597e1ab7a66a9.zip
bugzilla 1.7.5 release
-rw-r--r--org.eclipse.mylyn.bugzilla-feature/feature.xml7
-rw-r--r--org.eclipse.mylyn.bugzilla.core/META-INF/MANIFEST.MF2
-rw-r--r--org.eclipse.mylyn.bugzilla.core/build.properties6
3 files changed, 8 insertions, 7 deletions
diff --git a/org.eclipse.mylyn.bugzilla-feature/feature.xml b/org.eclipse.mylyn.bugzilla-feature/feature.xml
index e78c414fb..d29bfec18 100644
--- a/org.eclipse.mylyn.bugzilla-feature/feature.xml
+++ b/org.eclipse.mylyn.bugzilla-feature/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.mylar.bugzilla_feature"
label="org.eclipse.mylar.bugzilla-feature"
- version="1.7.3"
+ version="1.7.5"
provider-name="University of British Columbia">
<description>
@@ -209,8 +209,7 @@ litigation.
</license>
<url>
- <update label="Bugzilla update site at UBC Software Practices Lab" url="http://www.cs.ubc.ca/labs/spl/projects/hipikat/updates"/>
- <discovery label="Bugzilla update site at UBC Software Practices Lab" url="http://www.cs.ubc.ca/labs/spl/projects/hipikat/updates"/>
+ <update label="Eclipse.org Mylar Update Site" url="http://download.eclipse.org/technology/mylar/update-site/bugzilla"/>
</url>
<requires>
@@ -233,7 +232,7 @@ litigation.
id="org.eclipse.mylar.bugzilla"
download-size="0"
install-size="0"
- version="1.7.3"
+ version="1.7.5"
unpack="false"/>
</feature>
diff --git a/org.eclipse.mylyn.bugzilla.core/META-INF/MANIFEST.MF b/org.eclipse.mylyn.bugzilla.core/META-INF/MANIFEST.MF
index 4047f94ca..b77dff295 100644
--- a/org.eclipse.mylyn.bugzilla.core/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.bugzilla.core/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Bugzilla Plug-in
Bundle-SymbolicName: org.eclipse.mylar.bugzilla; singleton:=true
-Bundle-Version: 1.7.3
+Bundle-Version: 1.7.5
Bundle-Activator: org.eclipse.mylar.bugzilla.BugzillaPlugin
Bundle-Localization: plugin
Require-Bundle: org.eclipse.ui,
diff --git a/org.eclipse.mylyn.bugzilla.core/build.properties b/org.eclipse.mylyn.bugzilla.core/build.properties
index 634644e41..0fe641e58 100644
--- a/org.eclipse.mylyn.bugzilla.core/build.properties
+++ b/org.eclipse.mylyn.bugzilla.core/build.properties
@@ -17,7 +17,8 @@ bin.includes = plugin.xml,\
META-INF/,\
docs/,\
bugzilla_contexts.xml,\
- about.html
+ about.html,\
+ icons/
source.bugzilla-eclipse.jar = src/
output.bugzilla-eclipse.jar = bin/
src.includes = META-INF/,\
@@ -28,4 +29,5 @@ src.includes = META-INF/,\
toc.xml,\
xercesImpl.jar,\
bugzilla_contexts.xml,\
- about.html
+ about.html,\
+ icons/

Back to the top