[autocomplete] 112/143: Bumping version numbers to 2.0.4 and fixing some Javadoc/documentation errors.

Benjamin Mesing ben at alioth.debian.org
Sat Oct 19 12:53:27 UTC 2013


This is an automated email from the git hooks/post-receive script.

ben pushed a commit to branch master
in repository autocomplete.

commit 484a865ad5d0afed207d9f44165a136408912557
Author: bobbylight <robert at fifesoft.com>
Date:   Wed Aug 29 00:15:19 2012 +0000

    Bumping version numbers to 2.0.4 and fixing some Javadoc/documentation errors.
---
 build.xml                                                    |    5 ++++-
 src/org/fife/ui/autocomplete/AutoCompletionStyleContext.java |    4 ++--
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/build.xml b/build.xml
index 2c5f8cf..7161da1 100644
--- a/build.xml
+++ b/build.xml
@@ -23,7 +23,7 @@
 
 
 	<!-- Set global properties for this build. -->
-	<property name="version"          value="2.0.3"/>
+	<property name="version"          value="2.0.4"/>
 	<property name="source-dir"       location="src"/>
 	<property name="class-dir"        location="ant-classes"/>
 	<property name="dist-dir"         location="dist"/>
@@ -78,6 +78,8 @@
 				<include name="distfiles/**"/>
 				<include name="i18n/**"/>
 				<include name="build.xml"/>
+				<include name=".project"/>
+				<include name=".classpath"/>
 			</fileset>
 		</zip>
 	</target>
@@ -90,6 +92,7 @@
 			<packageset dir="${source-dir}" defaultexcludes="yes">
 				<include name="org/**"/>
 			</packageset>
+			<link href="http://javadoc.fifesoft.com/rsyntaxtextarea/"/>
 		</javadoc>
 	</target>
 
diff --git a/src/org/fife/ui/autocomplete/AutoCompletionStyleContext.java b/src/org/fife/ui/autocomplete/AutoCompletionStyleContext.java
index 94c1f41..b180016 100644
--- a/src/org/fife/ui/autocomplete/AutoCompletionStyleContext.java
+++ b/src/org/fife/ui/autocomplete/AutoCompletionStyleContext.java
@@ -88,8 +88,8 @@ public class AutoCompletionStyleContext {
 	 * @param color The color to use.
 	 * @see #setParameterCopyColor(Color)
 	 */
-	public void setParameterCopyColor(Color parameterCopyColor) {
-		this.parameterCopyColor = parameterCopyColor;
+	public void setParameterCopyColor(Color color) {
+		this.parameterCopyColor = color;
 	}
 
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/autocomplete.git



More information about the pkg-java-commits mailing list