You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@clerezza.apache.org by mi...@apache.org on 2010/08/17 10:14:59 UTC

svn commit: r986234 - in /incubator/clerezza/trunk/org.apache.clerezza.parent: org.apache.clerezza.ext.org.im4java/ pom.xml

Author: mir
Date: Tue Aug 17 08:14:59 2010
New Revision: 986234

URL: http://svn.apache.org/viewvc?rev=986234&view=rev
Log:
CLEREZZA-265: added missing module to parent pom.xml

Modified:
    incubator/clerezza/trunk/org.apache.clerezza.parent/org.apache.clerezza.ext.org.im4java/   (props changed)
    incubator/clerezza/trunk/org.apache.clerezza.parent/pom.xml

Propchange: incubator/clerezza/trunk/org.apache.clerezza.parent/org.apache.clerezza.ext.org.im4java/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Tue Aug 17 08:14:59 2010
@@ -0,0 +1 @@
+target

Modified: incubator/clerezza/trunk/org.apache.clerezza.parent/pom.xml
URL: http://svn.apache.org/viewvc/incubator/clerezza/trunk/org.apache.clerezza.parent/pom.xml?rev=986234&r1=986233&r2=986234&view=diff
==============================================================================
--- incubator/clerezza/trunk/org.apache.clerezza.parent/pom.xml (original)
+++ incubator/clerezza/trunk/org.apache.clerezza.parent/pom.xml Tue Aug 17 08:14:59 2010
@@ -23,6 +23,7 @@
 		<module>org.apache.clerezza.ext.com.hp.hpl.jena</module>
 		<module>org.apache.clerezza.ext.com.hp.hpl.jena.tdb</module>
 		<module>org.apache.clerezza.ext.com.ibm.icu</module>
+		<module>org.apache.clerezza.ext.org.im4java</module>
 		<module>org.apache.clerezza.ext.javax.mail</module>
 		<module>org.apache.clerezza.ext.org.jruby</module>
 		<module>org.apache.clerezza.ext.org.json.simple</module>



Re: svn commit: r986234 - in /incubator/clerezza/trunk/org.apache.clerezza.parent: org.apache.clerezza.ext.org.im4java/ pom.xml

Posted by Reto Bachmann-Gmuer <re...@trialox.org>.
just seeing that im4java is licensed under the LGPL, so the dependency must
be removed anyway.

reto

On Tue, Aug 17, 2010 at 10:46 AM, Reto Bachmann-Gmuer <
reto.bachmann@trialox.org> wrote:

> ZZ-265 is preventing clerezza from compiling, it probably  should depend on
> the clerezza module rather than org.im4java which is not in maven central.
>
> cheers,
> reto
>
>
> On Tue, Aug 17, 2010 at 10:14 AM, <mi...@apache.org> wrote:
>
>> Author: mir
>> Date: Tue Aug 17 08:14:59 2010
>> New Revision: 986234
>>
>> URL: http://svn.apache.org/viewvc?rev=986234&view=rev
>> Log:
>> CLEREZZA-265: added missing module to parent pom.xml
>>
>> Modified:
>>
>>  incubator/clerezza/trunk/org.apache.clerezza.parent/org.apache.clerezza.ext.org.im4java/
>>   (props changed)
>>    incubator/clerezza/trunk/org.apache.clerezza.parent/pom.xml
>>
>> Propchange:
>> incubator/clerezza/trunk/org.apache.clerezza.parent/org.apache.clerezza.ext.org.im4java/
>>
>> ------------------------------------------------------------------------------
>> --- svn:ignore (added)
>> +++ svn:ignore Tue Aug 17 08:14:59 2010
>> @@ -0,0 +1 @@
>> +target
>>
>> Modified: incubator/clerezza/trunk/org.apache.clerezza.parent/pom.xml
>> URL:
>> http://svn.apache.org/viewvc/incubator/clerezza/trunk/org.apache.clerezza.parent/pom.xml?rev=986234&r1=986233&r2=986234&view=diff
>>
>> ==============================================================================
>> --- incubator/clerezza/trunk/org.apache.clerezza.parent/pom.xml (original)
>> +++ incubator/clerezza/trunk/org.apache.clerezza.parent/pom.xml Tue Aug 17
>> 08:14:59 2010
>> @@ -23,6 +23,7 @@
>>                <module>org.apache.clerezza.ext.com.hp.hpl.jena</module>
>>
>>  <module>org.apache.clerezza.ext.com.hp.hpl.jena.tdb</module>
>>                <module>org.apache.clerezza.ext.com.ibm.icu</module>
>> +               <module>org.apache.clerezza.ext.org.im4java</module>
>>                <module>org.apache.clerezza.ext.javax.mail</module>
>>                <module>org.apache.clerezza.ext.org.jruby</module>
>>                <module>org.apache.clerezza.ext.org.json.simple</module>
>>
>>
>>
>

Re: svn commit: r986234 - in /incubator/clerezza/trunk/org.apache.clerezza.parent: org.apache.clerezza.ext.org.im4java/ pom.xml

Posted by Reto Bachmann-Gmuer <re...@trialox.org>.
ZZ-265 is preventing clerezza from compiling, it probably  should depend on
the clerezza module rather than org.im4java which is not in maven central.

cheers,
reto

On Tue, Aug 17, 2010 at 10:14 AM, <mi...@apache.org> wrote:

> Author: mir
> Date: Tue Aug 17 08:14:59 2010
> New Revision: 986234
>
> URL: http://svn.apache.org/viewvc?rev=986234&view=rev
> Log:
> CLEREZZA-265: added missing module to parent pom.xml
>
> Modified:
>
>  incubator/clerezza/trunk/org.apache.clerezza.parent/org.apache.clerezza.ext.org.im4java/
>   (props changed)
>    incubator/clerezza/trunk/org.apache.clerezza.parent/pom.xml
>
> Propchange:
> incubator/clerezza/trunk/org.apache.clerezza.parent/org.apache.clerezza.ext.org.im4java/
>
> ------------------------------------------------------------------------------
> --- svn:ignore (added)
> +++ svn:ignore Tue Aug 17 08:14:59 2010
> @@ -0,0 +1 @@
> +target
>
> Modified: incubator/clerezza/trunk/org.apache.clerezza.parent/pom.xml
> URL:
> http://svn.apache.org/viewvc/incubator/clerezza/trunk/org.apache.clerezza.parent/pom.xml?rev=986234&r1=986233&r2=986234&view=diff
>
> ==============================================================================
> --- incubator/clerezza/trunk/org.apache.clerezza.parent/pom.xml (original)
> +++ incubator/clerezza/trunk/org.apache.clerezza.parent/pom.xml Tue Aug 17
> 08:14:59 2010
> @@ -23,6 +23,7 @@
>                <module>org.apache.clerezza.ext.com.hp.hpl.jena</module>
>                <module>org.apache.clerezza.ext.com.hp.hpl.jena.tdb</module>
>                <module>org.apache.clerezza.ext.com.ibm.icu</module>
> +               <module>org.apache.clerezza.ext.org.im4java</module>
>                <module>org.apache.clerezza.ext.javax.mail</module>
>                <module>org.apache.clerezza.ext.org.jruby</module>
>                <module>org.apache.clerezza.ext.org.json.simple</module>
>
>
>