Skip to content

Commit

Permalink
Updates for v1.20 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mgarin committed Sep 9, 2013
1 parent 37df595 commit e112e33
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 16 deletions.
27 changes: 14 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,12 @@ https://github.com/mgarin/weblaf/releases

Here are the direct links for the latest release:

1. [**weblaf-1.19.jar**](https://github.com/mgarin/weblaf/releases/download/v1.19/weblaf-1.19.jar) - library jar
2. [**weblaf-src-1.19.zip**](https://github.com/mgarin/weblaf/releases/download/v1.19/weblaf-src-1.19.zip) - project sources zip
3. [**weblaf-demo-1.19.jar**](https://github.com/mgarin/weblaf/releases/download/v1.19/weblaf-demo-1.19.jar) - executable demo jar
4. [**weblaf-javadoc-1.19.zip**](https://github.com/mgarin/weblaf/releases/download/v1.19/weblaf-javadoc-1.19.zip) - JavaDoc zip
5. [**ninepatch-editor-1.19.jar**](https://github.com/mgarin/weblaf/releases/download/v1.19/ninepatch-editor-1.19.jar) - executable 9-patch editor jar
1. [**weblaf-1.20.jar**](https://github.com/mgarin/weblaf/releases/download/v1.20/weblaf-1.20.jar) - library jar
2. [**weblaf-simple-1.20.jar**](https://github.com/mgarin/weblaf/releases/download/v1.20/weblaf-simple-1.20.jar) - library jar without dependencies
3. [**weblaf-src-1.20.zip**](https://github.com/mgarin/weblaf/releases/download/v1.20/weblaf-src-1.20.zip) - project sources zip
4. [**weblaf-demo-1.20.jar**](https://github.com/mgarin/weblaf/releases/download/v1.20/weblaf-demo-1.20.jar) - executable demo jar
5. [**weblaf-javadoc-1.20.zip**](https://github.com/mgarin/weblaf/releases/download/v1.20/weblaf-javadoc-1.20.zip) - JavaDoc zip
6. [**ninepatch-editor-1.20.jar**](https://github.com/mgarin/weblaf/releases/download/v1.20/ninepatch-editor-1.20.jar) - executable 9-patch editor jar


Roadmap
Expand All @@ -43,15 +44,15 @@ Simply run `ant` command within the "build" library folder to build all artifact
Here is a full list of usable ANT targets in WebLaF build script:

1. `build.artifacts` - default target, build all artifacts at once
2. `build.sources.zip` -> **weblaf-src-x.xx.zip** - build WebLaF sources zip archive
3. `build.weblaf.jar` -> **weblaf-x.xx.jar** - build WebLaF binary
2. `build.weblaf.jar` -> **weblaf-x.xx.jar** - build WebLaF binary
3. `build.weblaf.simple.jar` -> **weblaf-simple-x.xx.jar** - build WebLaF binary without dependencies
4. `build.npe.jar` -> **ninepatch-editor-x.xx.jar** - build 9-patch editor application
5. `build.weblaf.demo.jar` -> **weblaf-demo-x.xx.jar** - build WebLaF demo application
6. `build.javadoc` -> **weblaf-javadoc-x.xx.zip** & **javadoc** - create zipped and unzipped library JavaDoc
7. `run.npe` -> build and run ninepatch-editor-x.xx.jar - 9-patch editor application
8. `run.weblaf` -> build and run weblaf-x.xx.jar - library information dialog
9. `run.weblaf.demo` -> build and run weblaf-demo-x.xx.jar - demo application
4. `build.sources.zip` -> **weblaf-src-x.xx.zip** - build WebLaF sources zip archive
5. `build.npe.jar` -> **ninepatch-editor-x.xx.jar** - build 9-patch editor application
6. `build.weblaf.demo.jar` -> **weblaf-demo-x.xx.jar** - build WebLaF demo application
7. `build.javadoc` -> **weblaf-javadoc-x.xx.zip** & **javadoc** - create zipped and unzipped library JavaDoc
8. `run.npe` -> build and run ninepatch-editor-x.xx.jar - 9-patch editor application
9. `run.weblaf` -> build and run weblaf-x.xx.jar - library information dialog
10. `run.weblaf.demo` -> build and run weblaf-demo-x.xx.jar - demo application


Example Usage
Expand Down
4 changes: 2 additions & 2 deletions build/version.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#Mon Sep 02 20:31:27 MSK 2013
build.number=20
#Mon Sep 09 12:40:23 MSK 2013
build.number=21
version.number=1
1 change: 1 addition & 0 deletions src/com/alee/extended/date/WebCalendar.java
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
* This is a custom calendar component.
*
* @author Mikle Garin
* @see WebDateField
*/

public class WebCalendar extends WebPanel
Expand Down
1 change: 1 addition & 0 deletions src/com/alee/extended/date/WebDateField.java
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
* This is a custom component that allows date selection.
*
* @author Mikle Garin
* @see WebCalendar
*/

public class WebDateField extends WebFormattedTextField implements ShapeProvider, SettingsMethods, SizeMethods<WebFormattedTextField>
Expand Down
2 changes: 1 addition & 1 deletion src/com/alee/laf/resources/version.xml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<VersionInfo name="Web Look and Feel" version="1" build="20" type="beta" date="02.09.2013" />
<VersionInfo name="Web Look and Feel" version="1" build="21" type="beta" date="09.09.2013" />

0 comments on commit e112e33

Please sign in to comment.