Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » TMF (Xtext) » Configure Xtext Artifact Generation(Configure Xtext Artifact Generation)
Configure Xtext Artifact Generation [message #1701997] Fri, 17 July 2015 10:27 Go to next message
Girish Kumar is currently offline Girish KumarFriend
Messages: 48
Registered: May 2011
Member
Hi All,

Every time when i generate xtext artifacts, i see Manifest.MF of model, ui, test being edited. I am fine with this but it adds some import packages which i dont require.

For Ex :

Import-Package: org.eclipse.xtext.xbase.lib,
org.apache.log4j

is being added to Manifest.MF of dsl plugin.

Also the same about Required Dependencies.

Is there a way, i can tweak and make the above two Import packages not added into Manifest.

Regards
Girish
Re: Configure Xtext Artifact Generation [message #1702002 is a reply to message #1701997] Fri, 17 July 2015 10:48 Go to previous messageGo to next message
Christian Dietrich is currently offline Christian DietrichFriend
Messages: 14661
Registered: July 2009
Senior Member
simply remove stuff manually

Twitter : @chrdietrich
Blog : https://www.dietrich-it.de
Re: Configure Xtext Artifact Generation [message #1702004 is a reply to message #1702002] Fri, 17 July 2015 11:16 Go to previous messageGo to next message
Girish Kumar is currently offline Girish KumarFriend
Messages: 48
Registered: May 2011
Member
The problem is for all xtext plugins i have to do this everytime.

is there a way ?

I See its being added from ImplicitRuntimeFragment
Re: Configure Xtext Artifact Generation [message #1702006 is a reply to message #1702004] Fri, 17 July 2015 12:04 Go to previous message
Christian Dietrich is currently offline Christian DietrichFriend
Messages: 14661
Registered: July 2009
Senior Member
you could try to exchange that with your own

Twitter : @chrdietrich
Blog : https://www.dietrich-it.de
Previous Topic:Rename Refactoring also rename Files
Next Topic:Unable to generate separate project in SimpleProjectWizardFragment
Goto Forum:
  


Current Time: Tue Mar 19 04:42:25 GMT 2024

Powered by FUDForum. Page generated in 0.02446 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top