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

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/jbossws   
                        customTargets.xml build.properties.template
                        jbossws.map
  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.3       +1 -1      jbosside/releng/org.jboss.ide.eclipse.releng/builders/jbossws/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/jbossws/customTargets.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- customTargets.xml	4 Aug 2006 03:07:32 -0000	1.2
  +++ customTargets.xml	10 Aug 2006 07:57:28 -0000	1.3
  @@ -33,7 +33,7 @@
   <!-- ===================================================================== -->
   <target name="getMapFiles">
   	<!-- we need to export the map file w/ the correct CVS tags -->
  -	<copyMapFile builder="jbossws" buildDirectory="${buildDirectory}" cvsTag="${cvsTag}"/>
  +	<copyMapFile builder="jbossws" buildDirectory="${buildDirectory}" svnURL="${svnURL}"/>
   </target>
   
   <!-- ===================================================================== -->
  
  
  
  1.5       +2 -0      jbosside/releng/org.jboss.ide.eclipse.releng/builders/jbossws/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/jbossws/build.properties.template,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- build.properties.template	7 Aug 2006 22:59:59 -0000	1.4
  +++ build.properties.template	10 Aug 2006 07:57:28 -0000	1.5
  @@ -28,6 +28,8 @@
   buildTypeDescription.I=integration
   buildTypeDescription.R=release
   
  +defaultSvnUrl=https://svn.sourceforge.net/svnroot/soapui/trunk
  +
   # binary plugins to include
   include.plugins=\
   	org.jboss.ide.eclipse.core,\
  
  
  
  1.2       +5 -5      jbosside/releng/org.jboss.ide.eclipse.releng/builders/jbossws/jbossws.map
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: jbossws.map
  ===================================================================
  RCS file: /cvsroot/jboss/jbosside/releng/org.jboss.ide.eclipse.releng/builders/jbossws/jbossws.map,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- jbossws.map	4 Aug 2006 01:52:14 -0000	1.1
  +++ jbossws.map	10 Aug 2006 07:57:28 -0000	1.2
  @@ -1,5 +1,5 @@
  -plugin at com.eviware.soapui.core=HEAD,anonymous,,https://svn.sourceforge.net/svnroot/soapui/trunk/core
  -plugin at com.eviware.soapui.eclipse.ui=HEAD,anonymous,,https://svn.sourceforge.net/svnroot/soapui/trunk/eclipse/plugins/com.eviware.soapui.eclipse.ui
  -plugin at com.eviware.soapui.jbosside.wstools=HEAD,anonymous,,https://svn.sourceforge.net/svnroot/soapui/trunk/jbosside/plugins/com.eviware.soapui.jbosside.wstools
  -plugin at com.eviware.soapui.libs=HEAD,anonymous,,https://svn.sourceforge.net/svnroot/soapui/trunk/libs
  -feature at com.eviware.soapui.jbosside_feature=HEAD,anonymous,,https://svn.sourceforge.net/svnroot/soapui/trunk/jbosside/features/com.eviware.soapui.jbosside-feature
  \ No newline at end of file
  +plugin at com.eviware.soapui.core=HEAD,anonymous,,%svnURL%/core
  +plugin at com.eviware.soapui.eclipse.ui=HEAD,anonymous,,%svnURL%/eclipse/plugins/com.eviware.soapui.eclipse.ui
  +plugin at com.eviware.soapui.jbosside.wstools=HEAD,anonymous,,%svnURL%/jbosside/plugins/com.eviware.soapui.jbosside.wstools
  +plugin at com.eviware.soapui.libs=HEAD,anonymous,,%svnURL%/libs
  +feature at com.eviware.soapui.jbosside_feature=HEAD,anonymous,,%svnURL%/jbosside/features/com.eviware.soapui.jbosside-feature
  \ No newline at end of file
  
  
  



More information about the jboss-cvs-commits mailing list