• R/O
  • SSH
  • HTTPS

quick-junit: 提交


Commit MetaInfo

修訂210 (tree)
時間2009-04-23 08:39:23
作者kompiro

Log Message

modified version
modified compile setting to J2SE-1.5

Change Summary

差異

--- trunk/junit.extensions.eclipse.quick.feature/feature.xml (revision 209)
+++ trunk/junit.extensions.eclipse.quick.feature/feature.xml (revision 210)
@@ -2,7 +2,7 @@
22 <feature
33 id="junit.extensions.eclipse.quick.feature"
44 label="Quick JUnit Plugin"
5- version="0.4.9.qualifier"
5+ version="0.5.0.beta1"
66 provider-name="The Quick JUnit Plugin Project">
77 <install-handler/>
88
@@ -267,4 +267,18 @@
267267 install-size="0"
268268 version="0.0.0"/>
269269
270+ <plugin
271+ id="junit.extensions.eclipse.quick.javadoc"
272+ download-size="0"
273+ install-size="0"
274+ version="0.0.0"
275+ unpack="false"/>
276+
277+ <plugin
278+ id="junit.extensions.eclipse.quick.javadoc.ui"
279+ download-size="0"
280+ install-size="0"
281+ version="0.0.0"
282+ unpack="false"/>
283+
270284 </feature>
--- trunk/junit.extensions.eclipse.quick/about.ini (nonexistent)
+++ trunk/junit.extensions.eclipse.quick/about.ini (revision 210)
@@ -0,0 +1,27 @@
1+# about.ini
2+# contains information about a feature
3+# java.io.Properties file (ISO 8859-1 with "\" escapes)
4+# "%key" are externalized strings defined in about.properties
5+# This file does not need to be translated.
6+
7+# Property "aboutText" contains blurb for "About" dialog (translated)
8+aboutText=Quick JUnit Eclipse Plugins - This plugin makes easy to launch JUnit and switch editors between
9+test code and production code.\n\
10+\n\Copyright (C) 2003-2009 Masaru Ishii,The Quick JUnit Plugin Project.\n\
11+All Rights Reserved.\n\
12+Visit http://quick-junit.sourceforge.jp/
13+
14+# Property "featureImage" contains path to feature image (32x32)
15+#featureImage=
16+
17+# Property "welcomePage" contains path to welcome page (special XML-based format)
18+# ($nl$/ prefix to permit locale-specific translations of entire file)
19+#welcomePage=welcome/$nl$.xml
20+
21+# Property "welcomePerspective" contains the id of the perspective in which the
22+# welcome page is to be opened.
23+# optional
24+
25+# Property "tipsAndTricksHref" contains the Help topic href to a tips and tricks page
26+# optional
27+#tipsAndTricksHref=
\ No newline at end of file
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Show on old repository browser