CVS log for ports/java/eclipse-propedit/Makefile
Up to [FreeBSD] / ports / java / eclipse-propedit
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.6: download - view: text, markup, annotated - select for diffs
Thu Jul 21 05:02:41 2011 UTC (6 months, 3 weeks ago) by linimon
Branches: MAIN
CVS tags: RELEASE_9_0_0, HEAD
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +1 -1 lines
Now that the Java 1.3 and Java 1.4 ports are deprecated and will expire soon, remove support for them from bsd.java.mk. As Jikes is not available in Java 1.5 or higher, remove it from bsd.java.mk too (suggested by hq@) and from the ports which used it (only occurences were USE_JIKES=no). Support for the Blackdown VM is also removed, as it is not available in Java 1.5 and higher. Also remove the mapping from Java 1.1-1.4 to Java 1.5+ in bsd.java.mk to detect old, broken ports; therefore bump the minimal value of JAVA_VERSION to 1.5. While here, replace static values of JAVA_VERSION in files/*.in by %%JAVA_VERSION%% . PR: ports/158969 Submitted by: rene Tested on: pointyhat-west -exp
Revision 1.5: download - view: text, markup, annotated - select for diffs
Sat Jul 31 17:51:08 2010 UTC (18 months, 1 week ago) by glewis
Branches: MAIN
CVS tags: RELEASE_8_2_0, RELEASE_7_4_0, RELEASE_6_EOL
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +5 -5 lines
. Update the installation paths for the new version of eclipse PR: 148668 Approved by: Sutra Zhou <zhoushuqun@gmail.com> (maintainer)
Revision 1.4: download - view: text, markup, annotated - select for diffs
Sun Mar 28 06:38:41 2010 UTC (22 months, 2 weeks ago) by dinoex
Branches: MAIN
CVS tags: RELEASE_8_1_0
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +1 -1 lines
- update to 1.4.1 Reviewed by: exp8 run on pointyhat Supported by: miwi
Revision 1.3: download - view: text, markup, annotated - select for diffs
Fri Feb 5 11:40:03 2010 UTC (2 years ago) by dinoex
Branches: MAIN
CVS tags: RELEASE_7_3_0
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +1 -1 lines
- update to jpeg-8
Revision 1.2: download - view: text, markup, annotated - select for diffs
Fri Jun 6 13:38:33 2008 UTC (3 years, 8 months ago) by edwin
Branches: MAIN
CVS tags: RELEASE_8_0_0, RELEASE_7_2_0, RELEASE_7_1_0, RELEASE_6_4_0
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +1 -0 lines
Bump portrevision due to upgrade of devel/gettext. The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
Revision 1.1: download - view: text, markup, annotated - select for diffs
Fri Oct 5 21:15:33 2007 UTC (4 years, 4 months ago) by miwi
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0, RELEASE_5_EOL
Development using the properties file is performed by Java by the setting file of J2EE application, internationalization correspondence with desktop application, etc. being sufficient. However, you have to change the multi-byte character in a file into Unicode with the native2ascii tool of attachment in J2SDK on the character platform un-depending. This editor can directly edit property files written in Unicode reference characters, and saves the time and effort of converting into Unicode through native2ascii. In addition to the usual functions of an editor, the plugin is integrated with Eclipse and JBuilder. Files can be opened in the IDE and saved in Unicode. It can use by intuitive and simple operation. WWW: http://propedit.sourceforge.jp/index_en.html PR: ports/116871 Submitted by: Sutra Zhou <zhoushuqun at gmail.com>
