Skip to content

Commit

Permalink
1.1.2 release
Browse files Browse the repository at this point in the history
git-svn-id: https://www.seasar.org/svn/mayaa/trunk/mayaa@2724 64d2bceb-c1f7-0310-a597-f30c3359d46a
  • Loading branch information
ko-suga committed Sep 26, 2006
1 parent edd25e1 commit cf656fa
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 8 deletions.
6 changes: 5 additions & 1 deletion build.xml
Expand Up @@ -10,8 +10,10 @@
<property name="jar.title" value="${project.title} API &amp; Impl"/>
<property name="src.name" value="${project.name}-src-${project.ver}.zip"/>

<property name="src.encoding" value="UTF-8"/>
<property name="javadoc.encoding" value="UTF-8"/>

<property name="javadoc.charset" value="Shift_JIS"/>
<property name="javadoc.charset" value="UTF-8"/>
<property name="javadoc.packages" value="*"/>
<property name="javadoc.source" value="1.4"/>
<property name="javadoc.access" value="protected"/>
Expand Down Expand Up @@ -75,6 +77,8 @@
access="${javadoc.access}"
source="${javadoc.source}"
use="false"
encoding="${src.encoding}"
docencoding="${javadoc.encoding}"
notree="true"
nonavbar="false"
noindex="true"
Expand Down
12 changes: 7 additions & 5 deletions context/resource/release.txt
Expand Up @@ -57,9 +57,11 @@ Mayaa
-------------------------------------------------------------------
�ύX�_ 1.1.1 -> 1.1.2 (2006/09/27)

- (rev.2715) element�v���Z�b�T�Aecho�v���Z�b�T�A����уe���v���[�g��̑����ɂ����āA
�u������null�̏ꍇ�ɏo�͂��Ȃ��v�Ƃ��������ŋ󕶎�����o�͂��Ȃ��悤�ɂȂ��Ă���
�����C�����܂����B([mayaa-user:281])
- (rev.2710) �\�[�X�R�[�h�̕����Z�b�g��UTF-8�ɕύX���܂����B

- (rev.2715)JIRA[MAYAA-6] element�v���Z�b�T�Aecho�v���Z�b�T�A����уe���v���[�g��
�̑����ɂ����āA�u������null�̏ꍇ�ɏo�͂��Ȃ��v�Ƃ��������ŋ󕶎�����o��
���Ȃ��悤�ɂȂ��Ă��������C�����܂����B([mayaa-user:281])

- (rev.2719) jaxen��1.1-beta-10�ɂ��܂����B

Expand All @@ -75,8 +77,8 @@ Mayaa
- (rev.2659) �y�[�W�̃r���h���ʂ�serialize����r����Web�A�v���P�[�V������
�I���������Ƃ��ɗ�O���o������C�����܂����B

- (rev.2683) m:inject�ŃC���W�F�N�V�����������̂�namespace�����‘������o�͂��Ȃ
�悤�C�����܂����B
- (rev.2683)JIRA[MAYAA-4] m:inject�ŃC���W�F�N�V�����������̂�namespace������
������o�͂��Ȃ��悤�C�����܂����B

- (rev.2685) �Z�b�V���������ɖ���������Ă���ꍇ�ɗ�O��������������C�����܂����B

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -7,7 +7,7 @@
<groupId>org.seasar.mayaa</groupId>
<artifactId>mayaa</artifactId>
<name>Mayaa</name>
<version>1.1.1</version>
<version>1.1.2</version>
<description>Web Template Engine</description>
<url>http://mayaa.seasar.org/</url>

Expand Down
2 changes: 1 addition & 1 deletion project.properties
Expand Up @@ -2,4 +2,4 @@ project.name=mayaa
project.title=Mayaa
project.folder=mayaa
project.verbose=on
project.ver=1.1.1
project.ver=1.1.2

0 comments on commit cf656fa

Please sign in to comment.