Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcdumoulin2013-05-02 09:25:57 +0000
committercdumoulin2013-05-02 09:25:57 +0000
commitb8bb2205bd297f075a6c139795e23c7e5429d2b8 (patch)
tree2f773e25a75116a737c261f43aa17defcfe5d79d /extraplugins/java
parent2e8fa24b25ede56f597b79a4ad83f7f820f0246f (diff)
downloadorg.eclipse.papyrus-b8bb2205bd297f075a6c139795e23c7e5429d2b8.tar.gz
org.eclipse.papyrus-b8bb2205bd297f075a6c139795e23c7e5429d2b8.tar.xz
org.eclipse.papyrus-b8bb2205bd297f075a6c139795e23c7e5429d2b8.zip
399058: [Java] Java plugins (reverse, generator, profile) should be available from "Install Papyrus additional Component"
https://bugs.eclipse.org/bugs/show_bug.cgi?id=399058 Update build and plugin .properties
Diffstat (limited to 'extraplugins/java')
-rw-r--r--extraplugins/java/org.eclipse.papyrus.java.reverse.ui/build.properties4
-rw-r--r--extraplugins/java/org.eclipse.papyrus.java.reverse/plugin.properties4
2 files changed, 4 insertions, 4 deletions
diff --git a/extraplugins/java/org.eclipse.papyrus.java.reverse.ui/build.properties b/extraplugins/java/org.eclipse.papyrus.java.reverse.ui/build.properties
index 4f3ba77f090..1dc01a0a02a 100644
--- a/extraplugins/java/org.eclipse.papyrus.java.reverse.ui/build.properties
+++ b/extraplugins/java/org.eclipse.papyrus.java.reverse.ui/build.properties
@@ -7,5 +7,5 @@ bin.includes = META-INF/,\
plugin.properties,\
about.html
src.includes = .classpath,\
- build.properties,\
- about.html
+ about.html,\
+ build.properties
diff --git a/extraplugins/java/org.eclipse.papyrus.java.reverse/plugin.properties b/extraplugins/java/org.eclipse.papyrus.java.reverse/plugin.properties
index e409e5930ca..ffcb5701557 100644
--- a/extraplugins/java/org.eclipse.papyrus.java.reverse/plugin.properties
+++ b/extraplugins/java/org.eclipse.papyrus.java.reverse/plugin.properties
@@ -12,5 +12,5 @@
#
#################################################################################
-pluginName = Java Reverse (Incubation)
-providerName = Cedric Dumoulin
+pluginName=Java Reverse (Incubation)
+providerName=Cedric Dumoulin

Back to the top