diff options
| -rw-r--r-- | spss.slinterface/.classpath | 28 | ||||
| -rw-r--r-- | spss.slinterface/.project | 10 | 
2 files changed, 23 insertions, 15 deletions
| diff --git a/spss.slinterface/.classpath b/spss.slinterface/.classpath index 637d7dce9..dc4d54119 100644 --- a/spss.slinterface/.classpath +++ b/spss.slinterface/.classpath @@ -1,22 +1,20 @@  <?xml version="1.0" encoding="UTF-8"?>  <classpath>  	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> -	<classpathentry kind="src" path="WEB-INF/src"/>  	<classpathentry kind="src" path="res"/> -	<classpathentry kind="lib" path="WEB-INF/lib/log4j-1.2.7.jar"/> -	<classpathentry kind="lib" path="WEB-INF/lib/xalan-2.5.1.jar"/> -	<classpathentry kind="lib" path="WEB-INF/lib/commons-fileupload-1.0.jar"/> -	<classpathentry kind="lib" path="WEB-INF/lib/axis.jar"/> -	<classpathentry kind="lib" path="WEB-INF/lib/axis-ant.jar"/> -	<classpathentry kind="lib" path="WEB-INF/lib/commons-discovery.jar"/> -	<classpathentry kind="lib" path="WEB-INF/lib/commons-logging.jar"/> -	<classpathentry kind="lib" path="WEB-INF/lib/jaxrpc.jar"/> -	<classpathentry kind="lib" path="WEB-INF/lib/saaj.jar"/> -	<classpathentry kind="lib" path="WEB-INF/lib/wsdl4j.jar"/> +	<classpathentry kind="src" path="src"/>  	<classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/IAIK JCE 3.0.3 signiert"/> -	<classpathentry kind="var" path="TOMCAT_HOME/common/lib/servlet.jar"/> -	<classpathentry kind="var" path="TOMCAT_HOME/common/lib/jasper-runtime.jar"/> -	<classpathentry kind="lib" path="WEB-INF/lib/xercesImpl-2.6.0ex24783.jar"/> -	<classpathentry kind="lib" path="WEB-INF/lib/xmlParserAPIs-2.6.0ex24783.jar"/> +	<classpathentry kind="lib" path="lib/axis-1.0/axis.jar"/> +	<classpathentry kind="lib" path="lib/commons-discovery-0.2/commons-discovery.jar"/> +	<classpathentry kind="lib" path="lib/commons-fileupload-1.0/commons-fileupload-1.0.jar"/> +	<classpathentry kind="lib" path="lib/commons-logging-1.0.4/commons-logging.jar"/> +	<classpathentry kind="lib" path="lib/log4j-1.2.7/log4j-1.2.7.jar"/> +	<classpathentry kind="lib" path="lib/servlet-2.3/servlet-2_3-fcs-classfiles.zip"/> +	<classpathentry kind="lib" path="lib/axis-1.0/jaxrpc.jar"/> +	<classpathentry kind="lib" path="lib/axis-1.0/saaj.jar"/> +	<classpathentry kind="lib" path="lib/axis-1.0/wsdl4j.jar"/> +	<classpathentry kind="lib" path="lib/xalan-2.5.1/xalan.jar"/> +	<classpathentry kind="lib" path="lib/xerces-2.6.2/xercesImpl.jar"/> +	<classpathentry kind="lib" path="lib/xerces-2.6.2/xmlParserAPIs.jar"/>  	<classpathentry kind="output" path="WEB-INF/classes"/>  </classpath> diff --git a/spss.slinterface/.project b/spss.slinterface/.project index aec5cc99a..85d06023f 100644 --- a/spss.slinterface/.project +++ b/spss.slinterface/.project @@ -6,6 +6,16 @@  	</projects>  	<buildSpec>  		<buildCommand> +			<name>org.eclipse.ui.externaltools.ExternalToolBuilder</name> +			<triggers>full,incremental,</triggers> +			<arguments> +				<dictionary> +					<key>LaunchConfigHandle</key> +					<value><project>/.externalToolBuilders/MOA SL (Ant).launch</value> +				</dictionary> +			</arguments> +		</buildCommand> +		<buildCommand>  			<name>org.eclipse.jdt.core.javabuilder</name>  			<arguments>  			</arguments> | 
