Bug 457616 - Source code is modified after initial setup
Summary: Source code is modified after initial setup
Status: RESOLVED FIXED
Alias: None
Product: Viatra
Classification: Modeling
Component: Query (show other bugs)
Version: oldinquery   Edit
Hardware: Macintosh Mac OS X
: P3 minor
Target Milestone: 0.9 M2   Edit
Assignee: Abel Hegedus CLA
QA Contact: Istvan Rath CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-01-15 10:45 EST by Denes Harmath CLA
Modified: 2015-02-23 12:49 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Denes Harmath CLA 2015-01-15 10:45:13 EST
After setting up the development environment (master branch) from scratch with Oomph as described here: http://dev.eclipse.org/mhonarc/lists//incquery-dev/msg00693.html and generating the source code for the testing queries, the source code is modified, the following lines are added. Maybe they should be present anyway?

* to /org.eclipse.incquery.tooling.generator.model/META-INF/MANIFEST.MF:

 org.objectweb.asm;bundle-version="[5.0.1,6.0.0)";resolution:=optional

* to /org.eclipse.incquery.testing.queries/plugin.xml:

  <extension id="extension.derived.org.eclipse.incquery.testing.queries.RecordRoleValue" point="org.eclipse.incquery.runtime.base.wellbehaving.derived.features">
    <wellbehaving-derived-feature classifier-name="MatchRecord" feature-name="role" package-nsUri="http://www.eclipse.org/incquery/snapshot"/>
  </extension>
  <extension id="extension.derived.org.eclipse.incquery.testing.queries.SubstitutionValue" point="org.eclipse.incquery.runtime.base.wellbehaving.derived.features">
    <wellbehaving-derived-feature classifier-name="MatchSubstitutionRecord" feature-name="derivedValue" package-nsUri="http://www.eclipse.org/incquery/snapshot"/>
  </extension>
Comment 1 Istvan Rath CLA 2015-02-23 12:04:32 EST
Abel?
Comment 2 Zoltan Ujhelyi CLA 2015-02-23 12:49:01 EST
Was already fixed in http://git.eclipse.org/c/incquery/org.eclipse.incquery.git/commit/?id=08af1a1282e42730498bb13f08ec53017e8a7953 (before the 0.9.0 release).