Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/releng
diff options
context:
space:
mode:
authorJeff Johnston2010-12-06 22:39:47 +0000
committerJeff Johnston2010-12-06 22:39:47 +0000
commit86fc733eee67e4b5cd17a033fa79dc42c6dcfa05 (patch)
treef44531da169cce55f759f1291a0138cd1c47834d /releng
parent463f8c03da062909e8b92337f1075bf0b5abb94f (diff)
downloadorg.eclipse.linuxtools-86fc733eee67e4b5cd17a033fa79dc42c6dcfa05.tar.gz
org.eclipse.linuxtools-86fc733eee67e4b5cd17a033fa79dc42c6dcfa05.tar.xz
org.eclipse.linuxtools-86fc733eee67e4b5cd17a033fa79dc42c6dcfa05.zip
2010-12-06 Jeff Johnston <jjohnstn@redhat.com>
* maps/linuxtools.map: Add ChangeLog tests plugin. * testing.properties: Add ChangeLog tests.
Diffstat (limited to 'releng')
-rw-r--r--releng/org.eclipse.linuxtools.releng/ChangeLog5
-rw-r--r--releng/org.eclipse.linuxtools.releng/maps/linuxtools.map1
-rw-r--r--releng/org.eclipse.linuxtools.releng/testing.properties1
3 files changed, 7 insertions, 0 deletions
diff --git a/releng/org.eclipse.linuxtools.releng/ChangeLog b/releng/org.eclipse.linuxtools.releng/ChangeLog
index 59a8ca88a0..cf1d420d8e 100644
--- a/releng/org.eclipse.linuxtools.releng/ChangeLog
+++ b/releng/org.eclipse.linuxtools.releng/ChangeLog
@@ -1,3 +1,8 @@
+2010-12-06 Jeff Johnston <jjohnstn@redhat.com>
+
+ * maps/linuxtools.map: Add ChangeLog tests plugin.
+ * testing.properties: Add ChangeLog tests.
+
2010-11-28 Elliott Baron <ebaron@fedoraproject.org>
* maps/linuxtools.map: Removing remote features. Not ready for 0.7.
diff --git a/releng/org.eclipse.linuxtools.releng/maps/linuxtools.map b/releng/org.eclipse.linuxtools.releng/maps/linuxtools.map
index bc59a551a0..432ac6d749 100644
--- a/releng/org.eclipse.linuxtools.releng/maps/linuxtools.map
+++ b/releng/org.eclipse.linuxtools.releng/maps/linuxtools.map
@@ -3,6 +3,7 @@ plugin@org.eclipse.linuxtools.changelog.core=SVN,trunk,svn://dev.eclipse.org/svn
fragment@org.eclipse.linuxtools.changelog.cparser=SVN,trunk,svn://dev.eclipse.org/svnroot/technology/org.eclipse.linuxtools/changelog,,org.eclipse.linuxtools.changelog.cparser
plugin@org.eclipse.linuxtools.changelog.doc=SVN,trunk,svn://dev.eclipse.org/svnroot/technology/org.eclipse.linuxtools/changelog,,org.eclipse.linuxtools.changelog.doc
fragment@org.eclipse.linuxtools.changelog.parsers.java=SVN,trunk,svn://dev.eclipse.org/svnroot/technology/org.eclipse.linuxtools/changelog,,org.eclipse.linuxtools.changelog.javaparser
+plugin@org.eclipse.linuxtools.changelog.tests=SVN,trunk,svn://dev.eclipse.org/svnroot/technology/org.eclipse.linuxtools/changelog,,org.eclipse.linuxtools.changelog.tests
feature@org.eclipse.linuxtools.changelog=SVN,trunk,svn://dev.eclipse.org/svnroot/technology/org.eclipse.linuxtools/changelog,,org.eclipse.linuxtools.changelog-feature
!*** rpm
diff --git a/releng/org.eclipse.linuxtools.releng/testing.properties b/releng/org.eclipse.linuxtools.releng/testing.properties
index ba521641ab..469de3a087 100644
--- a/releng/org.eclipse.linuxtools.releng/testing.properties
+++ b/releng/org.eclipse.linuxtools.releng/testing.properties
@@ -8,6 +8,7 @@ org.eclipse.linuxtools.callgraph.tests.suite=org.eclipse.linuxtools.callgraph.te
#csv list of test plugins to run
testPluginsToRun=\
org.eclipse.linuxtools.cdt.autotools.tests,\
+org.eclipse.linuxtools.changelog.tests,\
org.eclipse.linuxtools.gprof.test,\
org.eclipse.linuxtools.oprofile.core.tests,\
org.eclipse.linuxtools.oprofile.launch.tests,\

Back to the top