YinBuilder changes to resolve import references, and other fixes. 74/37674/1
authorDavid M. Karr <davidmichaelkarr@gmail.com>
Tue, 5 Apr 2016 23:30:01 +0000 (16:30 -0700)
committerDavid M. Karr <davidmichaelkarr@gmail.com>
Fri, 15 Apr 2016 15:24:20 +0000 (08:24 -0700)
commit28cebb76ad3e004e69e8d4e1a4a8d5352822d113
treea07b04878479608331f113845344048d51f3d7a1
parent37e42e9cfdda412ab7a1609eb60176ed1d71932f
YinBuilder changes to resolve import references, and other fixes.

Removed maven-dependency-plugin yangtools references from core plugin,
should all be yangparser plugin now.
Fixed more symbol search scenarios where the source has a prefix and the
target does not.
Added preliminary interface to "new" parser that returns API module, not
DOM Module.
Upgraded artifact version references from Beryllium to latest SNAPSHOT.
Added code in YinBuilder to resolve import references from IndexManager.
Moved all groupid, artifactid, and version references out of Java code
into pom.xml, so release scripts will only have to operate on the
pom.xml file, even if in a custom way.

Change-Id: I3099eae4c84e088a4616c0e9fa216c208d569b57
Signed-off-by: David M. Karr <davidmichaelkarr@gmail.com>
27 files changed:
plugins/com.cisco.yangide.core/.classpath
plugins/com.cisco.yangide.core/META-INF/MANIFEST.MF
plugins/com.cisco.yangide.core/build.properties
plugins/com.cisco.yangide.core/pom.xml
plugins/com.cisco.yangide.core/src/com/cisco/yangide/core/indexing/IndexManager.java
plugins/com.cisco.yangide.core/src/com/cisco/yangide/core/model/YangJarEntry.java
plugins/com.cisco.yangide.core/src/com/cisco/yangide/core/parser/YangParserUtil.java
plugins/com.cisco.yangide.ext.model.editor/.classpath
plugins/com.cisco.yangide.ext.model.editor/build.properties
plugins/com.cisco.yangide.ext.model.editor/pom.xml
plugins/com.cisco.yangide.ext.model.editor/src/main/java/com/cisco/yangide/ext/model/editor/YangMultiPageEditorPart.java
plugins/com.cisco.yangide.ext.model.editor/src/test/java/com/cisco/yangide/ext/model/editor/YinBuilderTest.java
plugins/com.cisco.yangide.ext.model/.classpath
plugins/com.cisco.yangide.ext.model/META-INF/MANIFEST.MF
plugins/com.cisco.yangide.ext.refactoring/.classpath
plugins/com.cisco.yangide.ext.refactoring/META-INF/MANIFEST.MF
plugins/com.cisco.yangide.ext.refactoring/src/com/cisco/yangide/ext/refactoring/actions/RenameSupport.java
plugins/com.cisco.yangide.ui/pom.xml
plugins/com.cisco.yangide.ui/resources/projectpom.properties [new file with mode: 0644]
plugins/com.cisco.yangide.ui/src/com/cisco/yangide/ui/wizards/YangProjectWizard.java
plugins/com.cisco.yangide.ui/src/com/cisco/yangide/ui/wizards/YangProjectWizardPage.java
plugins/com.cisco.yangide.yangparser/.classpath
plugins/com.cisco.yangide.yangparser/META-INF/MANIFEST.MF
plugins/com.cisco.yangide.yangparser/build.properties
plugins/com.cisco.yangide.yangparser/pom.xml
samples/yang-module1/.classpath
samples/yang-module2/.classpath