[Nextobjects-devel] nextobjects/nextobjects build.properties,1.5,1.6 build.xml,1.9,1.10 nextobjects,
Status: Alpha
Brought to you by:
eflorent
From: <efl...@us...> - 2003-05-26 17:15:57
|
Update of /cvsroot/nextobjects/nextobjects/nextobjects In directory sc8-pr-cvs1:/tmp/cvs-serv24048 Modified Files: build.properties build.xml nextobjects nextobjects.bat project.xml Log Message: Fixed major bug - preparing a beta release. Index: build.properties =================================================================== RCS file: /cvsroot/nextobjects/nextobjects/nextobjects/build.properties,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** build.properties 3 May 2003 19:38:09 -0000 1.5 --- build.properties 26 May 2003 17:15:53 -0000 1.6 *************** *** 9,13 **** component.name = devaki-nextobjects component.title = devaki-nextobjects ! component.version = 0.3-dev project = nextobjects package = org.devaki.${project} --- 9,13 ---- component.name = devaki-nextobjects component.title = devaki-nextobjects ! component.version = 0.3-RC3 project = nextobjects package = org.devaki.${project} Index: build.xml =================================================================== RCS file: /cvsroot/nextobjects/nextobjects/nextobjects/build.xml,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** build.xml 24 May 2003 18:50:46 -0000 1.9 --- build.xml 26 May 2003 17:15:53 -0000 1.10 *************** *** 4,8 **** ==================================== --> <property name="component.name" value="devaki-nextobjects"/> ! <property name="component.version" value="0.3-dev"/> --- 4,8 ---- ==================================== --> <property name="component.name" value="devaki-nextobjects"/> ! <property name="component.version" value="0.3-RC3"/> Index: nextobjects =================================================================== RCS file: /cvsroot/nextobjects/nextobjects/nextobjects/nextobjects,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** nextobjects 5 Apr 2003 10:37:17 -0000 1.5 --- nextobjects 26 May 2003 17:15:53 -0000 1.6 *************** *** 19,23 **** [ -z "$JAVA_HOME" ] && export JAVA_HOME=$(dirname $(dirname $(which java))) ! LOCALCLASSPATH="$NEXTOBJECTS_HOME/target/devaki-nextobjects-0.3-dev.jar:\ $NEXTOBJECTS_HOME/lib/ant-1.5.2.jar:\ $NEXTOBJECTS_HOME/lib/log4j-1.2.7.jar:\ --- 19,23 ---- [ -z "$JAVA_HOME" ] && export JAVA_HOME=$(dirname $(dirname $(which java))) ! LOCALCLASSPATH="$NEXTOBJECTS_HOME/target/devaki-nextobjects-0.3-RC3.jar:\ $NEXTOBJECTS_HOME/lib/ant-1.5.2.jar:\ $NEXTOBJECTS_HOME/lib/log4j-1.2.7.jar:\ Index: nextobjects.bat =================================================================== RCS file: /cvsroot/nextobjects/nextobjects/nextobjects/nextobjects.bat,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** nextobjects.bat 3 May 2003 12:50:48 -0000 1.3 --- nextobjects.bat 26 May 2003 17:15:53 -0000 1.4 *************** *** 2,6 **** set NEXTOBJECTS_HOME=. ! set LOCALCLASSPATH=%NEXTOBJECTS_HOME%\target\devaki-nextobjects-0.3-dev.jar; set LCP2=%NEXTOBJECTS_HOME%\lib\xmlParserAPIs.jar;%NEXTOBJECTS_HOME%\lib\xercesImpl.jar; set LCP3=%NEXTOBJECTS_HOME%\lib\ant-1.5.2.jar;%NEXTOBJECTS_HOME%\lib\log4j-1.2.7.jar; --- 2,6 ---- set NEXTOBJECTS_HOME=. ! set LOCALCLASSPATH=%NEXTOBJECTS_HOME%\target\devaki-nextobjects-0.3-RC3.jar; set LCP2=%NEXTOBJECTS_HOME%\lib\xmlParserAPIs.jar;%NEXTOBJECTS_HOME%\lib\xercesImpl.jar; set LCP3=%NEXTOBJECTS_HOME%\lib\ant-1.5.2.jar;%NEXTOBJECTS_HOME%\lib\log4j-1.2.7.jar; Index: project.xml =================================================================== RCS file: /cvsroot/nextobjects/nextobjects/nextobjects/project.xml,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** project.xml 5 May 2003 21:01:23 -0000 1.10 --- project.xml 26 May 2003 17:15:53 -0000 1.11 *************** *** 5,9 **** <id>devaki-nextobjects</id> <name>devaki-nextobjects</name> ! <currentVersion>0.3-RC1</currentVersion> <organization> <name>devaki.org</name> --- 5,9 ---- <id>devaki-nextobjects</id> <name>devaki-nextobjects</name> ! <currentVersion>0.3-RC3</currentVersion> <organization> <name>devaki.org</name> |