[jboss-cvs] jbosside/releng/org.jboss.ide.eclipse.releng/builders/drools-ide ...

Marshall Culpepper mculpepper at jboss.com
Thu Aug 10 03:57:28 EDT 2006


  User: mculpepper
  Date: 06/08/10 03:57:28

  Modified:    releng/org.jboss.ide.eclipse.releng/builders/drools-ide   
                        drools-ide.map customTargets.xml
                        build.properties.template
  Log:
  changed jbossws and drools-ide builder maps to use new %svnURL% token/param to copyMapFile. also the build system expects a property called "defaultSvnUrl" to be set which would be the "nightly" (or "trunk") URL that would be put into %svnURL% if a tag is not specified in integration/nightly build mode.
  
  Revision  Changes    Path
  1.2       +2 -2      jbosside/releng/org.jboss.ide.eclipse.releng/builders/drools-ide/drools-ide.map
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: drools-ide.map
  ===================================================================
  RCS file: /cvsroot/jboss/jbosside/releng/org.jboss.ide.eclipse.releng/builders/drools-ide/drools-ide.map,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- drools-ide.map	2 Aug 2006 01:30:37 -0000	1.1
  +++ drools-ide.map	10 Aug 2006 07:57:28 -0000	1.2
  @@ -1,2 +1,2 @@
  -plugin at org.drools.ide=HEAD,anonymous,,http://anonsvn.labs.jboss.com/labs/jbossrules/trunk/drools-ide
  -feature at org.drools.ide.feature=HEAD,anonymous,,http://anonsvn.labs.jboss.com/labs/jbossrules/trunk/drools-ide-feature
  \ No newline at end of file
  +plugin at org.drools.ide=HEAD,anonymous,,%svnURL%/drools-ide
  +feature at org.drools.ide.feature=HEAD,anonymous,,%svnURL%/drools-ide-feature
  \ No newline at end of file
  
  
  
  1.2       +1 -1      jbosside/releng/org.jboss.ide.eclipse.releng/builders/drools-ide/customTargets.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: customTargets.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jbosside/releng/org.jboss.ide.eclipse.releng/builders/drools-ide/customTargets.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- customTargets.xml	2 Aug 2006 01:30:37 -0000	1.1
  +++ customTargets.xml	10 Aug 2006 07:57:28 -0000	1.2
  @@ -33,7 +33,7 @@
   <!-- ===================================================================== -->
   <target name="getMapFiles">
   	<!-- we need to export the map file w/ the correct CVS tags -->
  -	<copyMapFile builder="drools-ide" buildDirectory="${buildDirectory}" cvsTag="${cvsTag}"/>
  +	<copyMapFile builder="drools-ide" buildDirectory="${buildDirectory}" svnURL="${svnURL}"/>
   </target>
   
   <!-- ===================================================================== -->
  
  
  
  1.2       +2 -1      jbosside/releng/org.jboss.ide.eclipse.releng/builders/drools-ide/build.properties.template
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.properties.template
  ===================================================================
  RCS file: /cvsroot/jboss/jbosside/releng/org.jboss.ide.eclipse.releng/builders/drools-ide/build.properties.template,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- build.properties.template	2 Aug 2006 01:30:37 -0000	1.1
  +++ build.properties.template	10 Aug 2006 07:57:28 -0000	1.2
  @@ -28,3 +28,4 @@
   buildTypeDescription.I=integration
   buildTypeDescription.R=release
   drools.version=3.0.3
  \ No newline at end of file
  +defaultSvnUrl=http://anonsvn.labs.jboss.com/labs/jbossrules/trunk
  \ No newline at end of file
  
  
  



More information about the jboss-cvs-commits mailing list