Skip to content

Commit

Permalink
YAMJ Version 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Omertron committed Jun 5, 2010
1 parent fed7b7b commit 2d8c7c3
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build-no-tests.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<target name="all" depends="clean, compile, delivery" />

<target name="init">
<property name="version" value="v2.0 BETA" />
<property name="version" value="v2.0" />
<!-- This only works if the build is done through Hudson, otherwise it stays the same -->
<property environment="env" />
<property name="revision" value="${env.SVN_REVISION}" />
Expand Down
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<target name="all" depends="clean, compile, test, delivery" />

<target name="init">
<property name="version" value="v2.0 BETA" />
<property name="version" value="v2.0" />
<!-- This only works if the build is done through Hudson, otherwise it stays the same -->
<property environment="env" />
<property name="revision" value="${env.SVN_REVISION}" />
Expand Down
4 changes: 2 additions & 2 deletions conf/release_notes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
** MovieJukebox Release note
***************************************************************

MovieJukebox 2.0 BETA
---------------------
MovieJukebox 2.0
----------------
- Enhancement #118 Exclude strings for files/folders to support regex
- Enhancement #357 Use XBMC episodedetails NFO to override TV episode information
- Enhancement #364 Use directory name to scan for movie title
Expand Down
2 changes: 1 addition & 1 deletion src/com/moviejukebox/model/Library.java
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,7 @@ public Void call() {
otherIndexes.put(newcat, newList);
}
} else {
logger.warning("Warning : You need to enable index 'Other' to get 'New' categorie");
logger.warning("Warning : You need to enable index 'Other' to get 'New' category");
}
}

Expand Down

0 comments on commit 2d8c7c3

Please sign in to comment.