Removed gong, bloggerapi and lillebror from list of default apps and updated version number in build script from the bogus 1.4.2 to 1.5.0
This commit is contained in:
parent
3aa000e95b
commit
8783b0e01c
2 changed files with 2 additions and 9 deletions
|
@ -8,7 +8,7 @@
|
|||
<target name="init">
|
||||
<property name="Name" value="helma"/>
|
||||
<property name="year" value="1998-${year}"/>
|
||||
<property name="version" value="1.4.2"/>
|
||||
<property name="version" value="1.5.0"/>
|
||||
<property name="project" value="helma"/>
|
||||
|
||||
<property name="cvs.root.apps" value=":pserver:anonymous@adele.helma.at:/opt/cvs/apps"/>
|
||||
|
@ -253,10 +253,7 @@
|
|||
|
||||
<!-- get demo apps -->
|
||||
<cvs cvsRoot="${cvs.root.apps}" command="export" tag="${cvs.apps.tag}" package="base" dest="${build.work}/apps" />
|
||||
<cvs cvsRoot="${cvs.root.apps}" command="export" tag="${cvs.apps.tag}" package="bloggerapi" dest="${build.work}/apps" />
|
||||
<cvs cvsRoot="${cvs.root.apps}" command="export" tag="${cvs.apps.tag}" package="gong" dest="${build.work}/apps" />
|
||||
<cvs cvsRoot="${cvs.root.apps}" command="export" tag="${cvs.apps.tag}" package="lillebror" dest="${build.work}/apps" />
|
||||
|
||||
|
||||
<antcall target="package-manage" />
|
||||
|
||||
</target>
|
||||
|
|
|
@ -6,7 +6,3 @@ base.static = static
|
|||
base.staticMountpoint = /static
|
||||
|
||||
manage
|
||||
|
||||
gong
|
||||
bloggerapi
|
||||
lillebror
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue