From 7681d856ea78823e70d66a205590cc43e31f0df1 Mon Sep 17 00:00:00 2001 From: Mauritz Jeanson Date: Sat, 7 Aug 2010 18:22:43 +0000 Subject: [PATCH] Added a stylesheet module that generates plug-ins conforming to the standard (OSGi-based) Eclipse 3.x architecture. The main difference to the older format is that metadata is stored in a separate manifest file. The module imports and extends the existing eclipse.xsl module. Based on code contributed in patch #2624668. --- xsl/eclipse/eclipse3.xsl | 111 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 111 insertions(+) create mode 100644 xsl/eclipse/eclipse3.xsl diff --git a/xsl/eclipse/eclipse3.xsl b/xsl/eclipse/eclipse3.xsl new file mode 100644 index 000000000..37f8a5ece --- /dev/null +++ b/xsl/eclipse/eclipse3.xsl @@ -0,0 +1,111 @@ + + + + + + + + 1 + 1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Manifest-Version: 1.0 + + Bundle-Version: 1.0 + + Bundle-Name: + + Bundle-SymbolicName: + + Bundle-Vendor: + + + + + \ No newline at end of file -- 2.50.1