Skip to content
This repository has been archived by the owner on Oct 16, 2024. It is now read-only.

[484560] ADT XML Overlay uses non-standard Bundle-SymbolicName #110

Merged
merged 1 commit into from
Dec 18, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<import plugin="org.eclipse.andmore.hierarchyviewer" version="0.0.0"/>
<import plugin="org.eclipse.andmore.traceview" version="0.0.0"/>
<import plugin="org.eclipse.andmore.ndk" version="0.0.0"/>
<import plugin="overlay.org.eclipse.andmore.overlay" version="0.0.0"/>
<import plugin="org.eclipse.andmore.overlay" version="0.0.0"/>
<import feature="org.eclipse.equinox.p2.user.ui"/>
<import feature="org.eclipse.platform"/>
<import feature="org.eclipse.rcp"/>
Expand Down
2 changes: 1 addition & 1 deletion android-core/features/org.eclipse.andmore/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
unpack="false"/>

<plugin
id="overlay.org.eclipse.andmore.overlay"
id="org.eclipse.andmore.overlay"
download-size="0"
install-size="0"
version="0.0.0"
Expand Down
2 changes: 1 addition & 1 deletion android-core/features/org.eclipse.andmore/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
</goals>
<configuration>
<excludes>
<plugin id="overlay.org.eclipse.andmore.overlay"/>
<plugin id="org.eclipse.andmore.overlay"/>
</excludes>
</configuration>
</execution>
Expand Down
2 changes: 1 addition & 1 deletion android-core/plugins/org.eclipse.andmore.overlay/.project
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>overlay.org.eclipse.andmore.overlay</name>
<name>org.eclipse.andmore.overlay</name>
<comment></comment>
<projects>
</projects>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: ADT XML Overlay
Bundle-SymbolicName: overlay.org.eclipse.andmore.overlay;singleton:=true
Bundle-SymbolicName: org.eclipse.andmore.overlay;singleton:=true
Bundle-Version: 0.5.0.qualifier
Bundle-Vendor: Eclipse Andmore
Require-Bundle: org.eclipse.core.runtime,
Expand Down
2 changes: 1 addition & 1 deletion android-core/plugins/org.eclipse.andmore.overlay/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>

<artifactId>overlay.org.eclipse.andmore.overlay</artifactId>
<artifactId>org.eclipse.andmore.overlay</artifactId>
<packaging>eclipse-plugin</packaging>
<name>adt.overlay</name>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ Export-Package: com.android.manifmerger;x-friends:="org.eclipse.andmore.integrat
org.eclipse.andmore.internal.editors.descriptors;x-friends:="org.eclipse.andmore.integration.tests",
org.eclipse.andmore.internal.editors.drawable;x-friends:="org.eclipse.andmore.integration.tests",
org.eclipse.andmore.internal.editors.export;x-friends:="org.eclipse.andmore.integration.tests",
org.eclipse.andmore.internal.editors.formatting;x-friends:="org.eclipse.andmore.integration.tests,overlay.org.eclipse.andmore.overlay",
org.eclipse.andmore.internal.editors.formatting;x-friends:="org.eclipse.andmore.integration.tests,org.eclipse.andmore.overlay",
org.eclipse.andmore.internal.editors.layout;x-friends:="org.eclipse.andmore.integration.tests",
org.eclipse.andmore.internal.editors.layout.configuration;x-friends:="org.eclipse.andmore.integration.tests",
org.eclipse.andmore.internal.editors.layout.descriptors;x-friends:="org.eclipse.andmore.integration.tests",
Expand Down