You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by su...@apache.org on 2004/03/29 07:25:27 UTC

cvs commit: ws-axis/c/src/wsdl/.externalToolBuilders Jar_Builder.launch

susantha    2004/03/28 21:25:27

  Added:       c/src/wsdl .classpath .project
               c/src/wsdl/.externalToolBuilders Jar_Builder.launch
  Log:
  Adding eclipse project files for WSDL2Ws tool
  
  Revision  Changes    Path
  1.1                  ws-axis/c/src/wsdl/.classpath
  
  Index: .classpath
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <classpath>
      <classpathentry kind="src" path=""/>
      <classpathentry exported="true" kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JRE1.4"/>
      <classpathentry kind="lib" path="C:/Axis/lib/axis.jar"/>
      <classpathentry kind="lib" path="C:/Axis/lib/commons-discovery.jar"/>
      <classpathentry kind="lib" path="C:/Axis/lib/commons-logging.jar"/>
      <classpathentry kind="lib" path="C:/Axis/lib/jaxrpc.jar"/>
      <classpathentry kind="lib" path="C:/Axis/lib/saaj.jar"/>
      <classpathentry kind="lib" path="C:/Axis/lib/wsdl4j.jar"/>
      <classpathentry kind="output" path="bin"/>
  </classpath>
  
  
  
  1.1                  ws-axis/c/src/wsdl/.project
  
  Index: .project
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <projectDescription>
  	<name>c</name>
  	<comment></comment>
  	<projects>
  	</projects>
  	<buildSpec>
  		<buildCommand>
  			<name>org.eclipse.jdt.core.javabuilder</name>
  			<arguments>
  			</arguments>
  		</buildCommand>
  		<buildCommand>
  			<name>org.eclipse.ui.externaltools.ExternalToolBuilder</name>
  			<arguments>
  				<dictionary>
  					<key>LaunchConfigHandle</key>
  					<value>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
  &lt;launchConfiguration local=&quot;false&quot; path=&quot;/c/.externalToolBuilders/Jar_Builder.launch&quot;/&gt;
  </value>
  				</dictionary>
  			</arguments>
  		</buildCommand>
  	</buildSpec>
  	<natures>
  		<nature>org.eclipse.jdt.core.javanature</nature>
  	</natures>
  </projectDescription>
  
  
  
  1.1                  ws-axis/c/src/wsdl/.externalToolBuilders/Jar_Builder.launch
  
  Index: Jar_Builder.launch
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <launchConfiguration type="org.eclipse.ui.externaltools.ProgramBuilderLaunchConfigurationType">
      <booleanAttribute
          key="org.eclipse.ui.externaltools.ATTR_RUN_IN_BACKGROUND" value="false"/>
      <stringAttribute
          key="org.eclipse.ui.externaltools.ATTR_TOOL_ARGUMENTS" value="-cvf wsdl2ws.jar -C ..\c\src\wsdl\bin\ org"/>
      <stringAttribute
          key="org.eclipse.ui.externaltools.ATTR_RUN_BUILD_KINDS" value="full,incremental,auto,"/>
      <stringAttribute
          key="org.eclipse.ui.externaltools.ATTR_WORKING_DIRECTORY" value="C:\susantha\ws-axis\c\bin"/>
      <stringAttribute key="org.eclipse.ui.externaltools.ATTR_LOCATION" value="C:\j2sdk1.4.1_01\bin\jar.exe"/>
      <stringAttribute key="org.eclipse.debug.ui.target_run_perspective" value="perspective_none"/>
  </launchConfiguration>