Skip to content

Commit

Permalink
Release ZK JSP 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jumperchen committed Oct 15, 2014
1 parent a7f9df6 commit 4551b7c
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion zkjsp/build.setting
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ debug=true
optimize=true
jboss.deploy=default/deploy
start.service=Apache Tomcat
version=2.6.0-FL
version=2.6.0
zkmob-version=0.8.7
Binary file modified zkjsp/dist/lib/zkjsp-demo.war
Binary file not shown.
Binary file modified zkjsp/dist/lib/zuljsp.jar
Binary file not shown.
6 changes: 3 additions & 3 deletions zkjsp/sub-release
Original file line number Diff line number Diff line change
Expand Up @@ -154,13 +154,13 @@ cd /tmp/zk
echo Output ${binnm}.zip
zip -qr9 ${binnm}.zip $binnm

if [ "$target" == "official" ] ; then
#if [ "$target" == "official" ] ; then
#Prepare maven repository
function mvnrepo {
echo "Create $1-$ver-bundle.jar"
mkdir -p $1
mv /tmp/zk/$binnm/dist/src/$1-sources.jar $1/$1-$ver-sources.jar
+ sed -e "/version/s/-SNAPSHOT//" $maindir/$1/pom.xml > $1/pom.xml
sed -e "/version/s/-SNAPSHOT//" $maindir/$1/pom.xml > $1/pom.xml
cp $maindir/dist/lib/$1.jar $1/$1-$ver.jar
# should change mode to make sure it is accessable
# or sometimes will cause 'access denied' problem
Expand All @@ -174,7 +174,7 @@ if [ "$target" == "official" ] ; then
mv *-bundle.jar /tmp/maven
cd ..
rm -rf maven
fi
#fi
cd /tmp/zk
rm -rf $binnm

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public void afterCompose()
{

this.setContent("zk.googleAPIkey='"+gmapKey+"'");//for zk 5
this.setType("text/javascript");
//this.setType("text/javascript");
}
}

Expand Down
2 changes: 1 addition & 1 deletion zkjsp/zuljsp/src/org/zkoss/jsp/Version.java
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@
public class Version {
/** The version UID used to identify the resources.
*/
public static final String UID = "2.6.0-FL";
public static final String UID = "2.6.0";
}

0 comments on commit 4551b7c

Please sign in to comment.