Author: thomas.diesler(a)jboss.com
Date: 2010-04-08 04:49:18 -0400 (Thu, 08 Apr 2010)
New Revision: 103682
Modified:
projects/jboss-osgi/trunk/reactor/osgitck/ant.properties.example
projects/jboss-osgi/trunk/reactor/osgitck/hudson/hudson-home/jobs/osgi.core.tests/config.xml
Log:
Update to 1.0.0.Alpha5-SNAPSHOT
Modified: projects/jboss-osgi/trunk/reactor/osgitck/ant.properties.example
===================================================================
--- projects/jboss-osgi/trunk/reactor/osgitck/ant.properties.example 2010-04-08 08:36:41
UTC (rev 103681)
+++ projects/jboss-osgi/trunk/reactor/osgitck/ant.properties.example 2010-04-08 08:49:18
UTC (rev 103682)
@@ -4,7 +4,7 @@
# $Id: ant.properties.example 3995 2007-07-26 08:52:45Z thomas.diesler(a)jboss.com $
# The JBoss OSGi framework version
-framework.version=1.0.0.Alpha4-SNAPSHOT
+framework.version=1.0.0.Alpha5-SNAPSHOT
framework.svn.url=https://svn.jboss.org/repos/jbossas/projects/jboss-osgi...
# The aQute Bnd version
Modified:
projects/jboss-osgi/trunk/reactor/osgitck/hudson/hudson-home/jobs/osgi.core.tests/config.xml
===================================================================
---
projects/jboss-osgi/trunk/reactor/osgitck/hudson/hudson-home/jobs/osgi.core.tests/config.xml 2010-04-08
08:36:41 UTC (rev 103681)
+++
projects/jboss-osgi/trunk/reactor/osgitck/hudson/hudson-home/jobs/osgi.core.tests/config.xml 2010-04-08
08:49:18 UTC (rev 103682)
@@ -8,7 +8,7 @@
<locations>
<hudson.scm.SubversionSCM_-ModuleLocation>
<remote>@tcksetup.svn.url(a)</remote>
- <local>osgitck-setup</local>
+ <local>osgitck</local>
</hudson.scm.SubversionSCM_-ModuleLocation>
<hudson.scm.SubversionSCM_-ModuleLocation>
<remote>@osgitck.core.svn.url(a)</remote>
@@ -16,7 +16,7 @@
</hudson.scm.SubversionSCM_-ModuleLocation>
<hudson.scm.SubversionSCM_-ModuleLocation>
<remote>@framework.svn.url(a)</remote>
- <local>jboss-osgi-framework</local>
+ <local>framework</local>
</hudson.scm.SubversionSCM_-ModuleLocation>
</locations>
<useUpdate>true</useUpdate>
@@ -41,8 +41,8 @@
<builders>
<hudson.tasks.Shell>
<command>
-TCKSETUPDIR=$WORKSPACE/osgitck-setup
-FRAMEWORKDIR=$WORKSPACE/jboss-osgi-framework
+TCKSETUPDIR=$WORKSPACE/osgitck
+FRAMEWORKDIR=$WORKSPACE/framework
# Build and Install the Framework
cd $FRAMEWORKDIR