Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [emf-dev] Modeling Build: License texts crippled

Hi Jan,

Hmm, the XText features license texts are shown with the correct format
(as are the BIRT ones that I tested).
What is your build system?

I'm not sure what you mean by "optional URL". My feature.xml looks like
this:

<feature
      id="org.eclipse.emf.cdo.sdk"
      label="%featureName"
      version="2.0.0.qualifier"
      provider-name="%providerName"
      image="eclipse_update_120.jpg">

   <description>
      %description
   </description>

   <copyright url="%copyrightURL">
      %copyright
   </copyright>

   <license url="%licenseURL">
      %license
   </license>

   <url>
      <update label="%emfUpdateSiteName"
url="http://download.eclipse.org/modeling/emf/updates/"/>
      <discovery label="%emfUpdateSiteName"
url="http://download.eclipse.org/modeling/emf/updates/"/>
      <discovery label="%emftUpdateSiteName"
url="http://download.eclipse.org/modeling/emft/updates/"/>
   </url>
And the feature.properties like this:

providerName = Eclipse Modeling Project
featureName = CDO Model Repository SDK
description = CDO Model Repository SDK includes Client, Server, Tools,
Examples, Documentation and Source.

copyrightURL = copyright.txt
copyright = Copyright (c) 2004 - 2009 Eike Stepper (Berlin, Germany) and
others.\n\
All rights reserved. This program and the accompanying materials\n\
are made available under the terms of the Eclipse Public License v1.0\n\
which accompanies this distribution, and is available at\n\
http://www.eclipse.org/legal/epl-v10.html\n\
\n\
Contributors:\n\
   Eike Stepper - initial API and implementation

licenseURL = license.html
license = \
ECLIPSE FOUNDATION SOFTWARE USER AGREEMENT\n\
January 28, 2004\n\
\n\
Usage Of Content\n\
\n\
THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION,
INFORMATION AND/OR\n\
OTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY "CONTENT").\n\
...

Cheers
/Eike

----
http://thegordian.blogspot.com



Jan Köhnlein schrieb:
> Hi,
>
> maybe an encoding issue (Windows vs UNIX newlines) ? Did you put the
> optional URL in the feature?
>
> Regards
> Jan
>
> Am 08.05.2009 um 09:19 schrieb Eike Stepper:
>
>> Hi All,
>>
>> When test-installing my features via
>> http://download.eclipse.org/releases/staging all the licenses look
>> crippled (see attached screenshot).
>> I think we had this issue already some time back. But I can't remember
>> the fix anymore.
>>
>> I tried some other features (e.g. BIRT docs, ...)
>> They seem to have mostly identical feature.properties files in CVS, but
>> their license page looks much better!
>> I suspect it's something in the modeling build that mangles the text...
>> And EMF Core is also affected!
>>
>> Can somebody help me?
>>
>> Cheers
>> /Eike
>>
>> ----
>> http://thegordian.blogspot.com
>> <moz-screenshot-40.jpg>_______________________________________________
>> emf-dev mailing list
>> emf-dev@xxxxxxxxxxx
>> https://dev.eclipse.org/mailman/listinfo/emf-dev
>
> -- 
> Dr. Jan Köhnlein
> Senior Software Architekt
>
> Telefon: +49 (0) 431 / 5606-337
> Mobile: +49 (0) 151 / 17396687
> Telefax: +49 (0) 431 / 5606-339
>
> http://www.itemis.de
> jan.koehnlein@xxxxxxxxx
>
> itemis AG
> Niederlassung Kiel
> Schauenburgerstr. 116
> 24118 Kiel
> http://www.itemis.de/
>
> Rechtlicher Hinweis:
> Registergericht: Amtsgericht Dortmund HRB 20621
> Sitz der Gesellschaft: Lünen
> Vorstand: Wolfgang Neuhaus, Jens Wagener, Dr. Georg Pietrek
> Aufsichtsrat: Prof. Dr. Burkhard Igel (Vorsitzender), Stephan
> Grollmann, Michael Neuhaus
>
> _______________________________________________
> emf-dev mailing list
> emf-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/emf-dev
>



Back to the top