You are viewing a plain text version of this content. The canonical link for it is here.
Posted to wsrp4j-dev@portals.apache.org by Michel Alessandrini <ws...@gmx-topmail.de> on 2005/08/24 16:13:38 UTC

[patch] integration of wsrp4j in eclipse

Hi,

yesterday I wrote an email with this topic.
To make the changes easier I created a patch.
This patch must be applied within the tools-directory.

regards

Michel 

Re: [patch] integration of wsrp4j in eclipse

Posted by Carsten Ziegeler <cz...@apache.org>.
Diego Louzán schrieb:
> Carsten can you take care of this? I'm currently busy with the maven migration
> and the deadline approaches... tic tac tic tac As one of my teachers said once
> "as you sleep, time passes by" :-p
> 
Ok, I think I will take care of this once you're finished. No problem.

Carsten


-- 
Carsten Ziegeler - Open Source Group, S&N AG
http://www.s-und-n.de
http://www.osoco.org/weblogs/rael/

Re: [patch] integration of wsrp4j in eclipse

Posted by Diego Louzán <dl...@apache.org>.
Carsten can you take care of this? I'm currently busy with the maven migration
and the deadline approaches... tic tac tic tac As one of my teachers said once
"as you sleep, time passes by" :-p

Regards.
Diego.

Michel Alessandrini wrote:
> Hi,
> 
> yesterday I wrote an email with this topic.
> To make the changes easier I created a patch.
> This patch must be applied within the tools-directory.
> 
> regards
> 
> Michel Index: ide/eclipse/.classpath
> ===================================================================
> RCS file: ide/eclipse/.classpath
> diff -N ide/eclipse/.classpath
> --- /dev/null    1 Jan 1970 00:00:00 -0000
> +++ ide/eclipse/.classpath    1 Jan 1970 00:00:00 -0000
> @@ -0,0 +1,28 @@
> +<?xml version="1.0" encoding="UTF-8"?>
> +<classpath>
> +    <classpathentry kind="src" path="src"/>
> +    <classpathentry kind="src" path="portlets/proxyportlet/src"/>
> +    <classpathentry kind="src" path="portlets/wsrptest/src"/>
> +    <classpathentry kind="con"
> path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
> +    <classpathentry kind="lib" path="lib/axis-1.2.1.jar"/>
> +    <classpathentry kind="lib" path="lib/axis-jaxrpc-1.2.1.jar"/>
> +    <classpathentry kind="lib" path="lib/axis-saaj-1.2.1.jar"/>
> +    <classpathentry kind="lib" path="lib/castor-0.9.4.1-xml.jar"/>
> +    <classpathentry kind="lib" path="lib/commons-discovery-0.2.jar"/>
> +    <classpathentry kind="lib" path="lib/log4j-1.2.8.jar"/>
> +    <classpathentry kind="lib" path="lib/wsdl4j-1.5.1.jar"/>
> +    <classpathentry kind="lib" path="lib/build_only/servlet-2_3.jar"/>
> +    <classpathentry kind="lib"
> path="lib/consumer/commons-logging-1.0.4.jar"/>
> +    <classpathentry kind="lib" path="lib/consumer/xercesImpl-2.5.0.jar"/>
> +    <classpathentry kind="lib" path="lib/consumer/xml-apis-2.5.0.jar"/>
> +    <classpathentry kind="lib" path="lib/shared/pluto-1.0.1-rc3.jar"/>
> +    <classpathentry kind="lib" path="lib/shared/portlet-api-1.0.jar"/>
> +    <classpathentry kind="lib" path="build/ant/lib/ant.jar"/>
> +    <classpathentry kind="lib"
> path="build/ant/lib/jakarta-regexp-1.4.jar"/>
> +    <classpathentry kind="lib" path="build/ant/lib/junit-3.8.1.jar"/>
> +    <classpathentry kind="lib" path="build/ant/lib/xercesImpl-2.5.0.jar"/>
> +    <classpathentry kind="lib" path="build/ant/lib/xml-apis-2.5.0.jar"/>
> +    <classpathentry kind="lib"
> path="provider/pluto/war/WEB-INF/lib/pluto-portal-1.0.1-rc3.jar"/>
> +    <classpathentry kind="lib" path="build/ant/lib/ant-contrib-0.6.jar"/>
> +    <classpathentry kind="output" path="bin"/>
> +</classpath>
> Index: ide/eclipse/.project
> ===================================================================
> RCS file: ide/eclipse/.project
> diff -N ide/eclipse/.project
> --- /dev/null    1 Jan 1970 00:00:00 -0000
> +++ ide/eclipse/.project    1 Jan 1970 00:00:00 -0000
> @@ -0,0 +1,18 @@
> +<?xml version="1.0" encoding="UTF-8"?>
> +
> +<projectDescription>
> +    <name>ws-wsrp4j</name>
> +    <comment></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>