You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by di...@apache.org on 2004/08/19 18:33:54 UTC

cvs commit: jakarta-commons/jexl .project

dion        2004/08/19 09:33:54

  Modified:    jexl     .project
  Log:
  Eclipse added another buildCommand
  
  Revision  Changes    Path
  1.2       +20 -16    jakarta-commons/jexl/.project
  
  Index: .project
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/jexl/.project,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- .project	12 Aug 2004 07:15:12 -0000	1.1
  +++ .project	19 Aug 2004 16:33:54 -0000	1.2
  @@ -1,18 +1,22 @@
   <?xml version="1.0" encoding="UTF-8"?>
  -
   <projectDescription>
  -  <name>commons-jexl</name>
  -  <comment>Jexl is an implementation of the JSTL Expression Language with extensions.</comment>
  -  <projects>
  -  </projects>
  -  <buildSpec>
  -    <buildCommand>
  -      <name>org.eclipse.jdt.core.javabuilder</name>
  -      <arguments>
  -      </arguments>
  -    </buildCommand>
  -  </buildSpec>
  -  <natures>
  -    <nature>org.eclipse.jdt.core.javanature</nature>
  -  </natures>
  -</projectDescription>
  \ No newline at end of file
  +	<name>Jexl</name>
  +	<comment>Jexl is an implementation of the JSTL Expression Language with extensions.</comment>
  +	<projects>
  +	</projects>
  +	<buildSpec>
  +		<buildCommand>
  +			<name>org.eclipse.jdt.core.javabuilder</name>
  +			<arguments>
  +			</arguments>
  +		</buildCommand>
  +		<buildCommand>
  +			<name>com.ibm.sse.model.structuredbuilder</name>
  +			<arguments>
  +			</arguments>
  +		</buildCommand>
  +	</buildSpec>
  +	<natures>
  +		<nature>org.eclipse.jdt.core.javanature</nature>
  +	</natures>
  +</projectDescription>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org