|
[ jEdit-commits ] [ QuickNotepad plugin ] QuickNotepad jEdit plugin
branch master updated. 3640c4d458f9aa26c0c84b0d72d35eeeecb61f11
From: Alan Ezust <ezust@us...> - 2012-02-29 01:50
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "QuickNotepad jEdit plugin".
The branch, master has been updated
via 3640c4d458f9aa26c0c84b0d72d35eeeecb61f11 (commit)
via 42739cd52063389f5bf1e482034a065ca8a88614 (commit)
from a1ec4ef4230323602b371faed07570f733b7beed (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit: http://jedit.git.sourceforge.net/git/gitweb.cgi?p=jedit/QuickNotepad;a=commit;h=3640c4d458f9aa26c0c84b0d72d35eeeecb61f11
commitdiff: http://jedit.git.sourceforge.net/git/gitweb.cgi?p=jedit/QuickNotepad;a=commitdiff;h=3640c4d458f9aa26c0c84b0d72d35eeeecb61f11
tree: http://jedit.git.sourceforge.net/git/gitweb.cgi?p=jedit/QuickNotepad;a=tree;h=3640c4d458f9aa26c0c84b0d72d35eeeecb61f11;hb=3640c4d458f9aa26c0c84b0d72d35eeeecb61f11
commit 3640c4d458f9aa26c0c84b0d72d35eeeecb61f11
Author: Alan Ezust <alan.ezust@...>
Date: Tue Feb 28 16:48:57 2012 -0800
Another error in build.xml
diff --git a/build.xml b/build.xml
index 86526bc..df254f3 100644
--- a/build.xml
+++ b/build.xml
@@ -7,12 +7,10 @@
<property file="build.properties"/>
<property file="../build.properties"/>
+ <property name="user-doc.xml" location = "users-guide.xml"/>
<import file="${build.support}/plugin-build.xml" />
- <!-- Override properties after the import -->
- <property name="user-doc.xml" location = "users-guide.xml"/>
-
<!-- Extra files that should be included in the jar -->
<selector id="packageFiles">
<or>
@@ -20,4 +18,5 @@
</or>
</selector>
+
</project>
commit: http://jedit.git.sourceforge.net/git/gitweb.cgi?p=jedit/QuickNotepad;a=commit;h=42739cd52063389f5bf1e482034a065ca8a88614
commitdiff: http://jedit.git.sourceforge.net/git/gitweb.cgi?p=jedit/QuickNotepad;a=commitdiff;h=42739cd52063389f5bf1e482034a065ca8a88614
tree: http://jedit.git.sourceforge.net/git/gitweb.cgi?p=jedit/QuickNotepad;a=tree;h=42739cd52063389f5bf1e482034a065ca8a88614;hb=42739cd52063389f5bf1e482034a065ca8a88614
commit 42739cd52063389f5bf1e482034a065ca8a88614
Author: Alan Ezust <alan.ezust@...>
Date: Tue Feb 28 16:46:53 2012 -0800
Fixed error in build file.
diff --git a/build.xml b/build.xml
index 1bc5ede..86526bc 100644
--- a/build.xml
+++ b/build.xml
@@ -7,20 +7,17 @@
<property file="build.properties"/>
<property file="../build.properties"/>
-
- <property name="user-doc.xml"
- value="users-guide.xml" />
-
+
<import file="${build.support}/plugin-build.xml" />
+ <!-- Override properties after the import -->
+ <property name="user-doc.xml" location = "users-guide.xml"/>
+
<!-- Extra files that should be included in the jar -->
<selector id="packageFiles">
<or>
<filename name="*.txt" />
</or>
</selector>
-
- <selector id="docSrcFiles">
- <filename name="users-guide.xml" />
- </selector>
+
</project>
diff --git a/description.html b/description.html
index 042b442..b4af5c8 100644
--- a/description.html
+++ b/description.html
@@ -1,4 +1,6 @@
-This plugin provides a dockable "scratch pad" for writing
+<html>
+<body>
+<p>This plugin provides a dockable "scratch pad" for writing
and displaying notes, to do lists or similar items as unformatted text.
The text is automatically saved upon closing the plugin or exiting
jEdit. It can also be saved manually. The user can change the file to be
@@ -6,3 +8,5 @@ displayed during the current editing session. The path of the default
notepad file can be changed as a user option. Finally, the text file can
be copied to a new, untitled jEdit buffer so that it can be edited by the
main program.
+</p></body>
+</html>
\ No newline at end of file
-----------------------------------------------------------------------
Summary of changes:
build.xml | 12 ++++--------
description.html | 6 +++++-
2 files changed, 9 insertions(+), 9 deletions(-)
hooks/post-receive
--
QuickNotepad jEdit plugin
|
| Thread | Author | Date |
|---|---|---|
| [ jEdit-commits ] [ QuickNotepad plugin ] QuickNotepad jEdit plugin branch master updated. 3640c4d458f9aa26c0c84b0d72d35eeeecb61f11 | Alan Ezust <ezust@us...> |