[jboss-cvs] jboss-seam/seam-gen/build-scripts ...

Gavin King gavin.king at jboss.com
Fri Oct 5 12:46:02 EDT 2007


  User: gavin   
  Date: 07/10/05 12:46:01

  Modified:    seam-gen/build-scripts    .project
  Added:       seam-gen/build-scripts    explode.launch
  Removed:     seam-gen/build-scripts    .exploded.launch
  Log:
  rename .launch and add seamnature
  
  Revision  Changes    Path
  1.3       +2 -1      jboss-seam/seam-gen/build-scripts/.project
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: .project
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/seam-gen/build-scripts/.project,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- .project	22 Feb 2007 20:58:00 -0000	1.2
  +++ .project	5 Oct 2007 16:46:01 -0000	1.3
  @@ -16,7 +16,7 @@
   			<arguments>
   				<dictionary>
   					<key>LaunchConfigHandle</key>
  -					<value>&lt;project&gt;/.exploded.launch</value>
  +					<value>&lt;project&gt;/explode.launch</value>
   				</dictionary>
   			</arguments>
   		</buildCommand>
  @@ -24,5 +24,6 @@
   	<natures>
   		<nature>org.eclipse.jdt.core.javanature</nature>
   		<nature>org.hibernate.eclipse.console.hibernateNature</nature>
  +		<nature>org.jboss.tools.seam.core.seamnature</nature>
   	</natures>
   </projectDescription>
  
  
  
  1.1      date: 2007/10/05 16:46:01;  author: gavin;  state: Exp;jboss-seam/seam-gen/build-scripts/explode.launch
  
  Index: explode.launch
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <launchConfiguration type="org.eclipse.ant.AntBuilderLaunchConfigurationType">
  	<booleanAttribute key="org.eclipse.debug.ui.ATTR_LAUNCH_IN_BACKGROUND" value="false"/>
  	<booleanAttribute key="org.eclipse.jdt.launching.DEFAULT_CLASSPATH" value="true"/>
  	<booleanAttribute key="org.eclipse.ant.ui.DEFAULT_VM_INSTALL" value="false"/>
  	<stringAttribute key="org.eclipse.ant.ui.ATTR_ANT_AFTER_CLEAN_TARGETS" value="clean,unexplode,restart,buildtest,"/>
  	<stringAttribute key="org.eclipse.ui.externaltools.ATTR_RUN_BUILD_KINDS" value="full,incremental,auto,"/>
  	<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES">
  		<listEntry value="1"/>
  	</listAttribute>
  	<booleanAttribute key="org.eclipse.ant.ui.ATTR_TARGETS_UPDATED" value="true"/>
  	<booleanAttribute key="org.eclipse.debug.core.appendEnvironmentVariables" value="true"/>
  	<booleanAttribute key="org.eclipse.ui.externaltools.ATTR_TRIGGERS_CONFIGURED" value="true"/>
  	<stringAttribute key="org.eclipse.jdt.launching.CLASSPATH_PROVIDER" value="org.eclipse.ant.ui.AntClasspathProvider"/>
  	<stringAttribute key="org.eclipse.ant.ui.ATTR_ANT_MANUAL_TARGETS" value="clean,unexplode,restart,buildtest,"/>
  	<stringAttribute key="org.eclipse.ant.ui.ATTR_ANT_AUTO_TARGETS" value="explode,buildtest,"/>
  	<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="@projectName@"/>
  	<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS">
  		<listEntry value="/@projectName@/build.xml"/>
  	</listAttribute>
  	<stringAttribute key="org.eclipse.ui.externaltools.ATTR_LOCATION" value="${workspace_loc:/@projectName@/build.xml}"/>
  </launchConfiguration>
  
  
  



More information about the jboss-cvs-commits mailing list