| author | Rainer Pielmann | 2012-02-10 07:51:37 (EST) |
|---|---|---|
| committer | Stephan Born | 2012-04-24 04:33:32 (EDT) |
| commit | 16f069e20b8183235eb6cf5dd7cce168b681de15 (patch) (side-by-side diff) | |
| tree | 458a75d0ec8d5f3956abb248a68fd29794e09a55 | |
| parent | 046dc8a4583c75e6878720beb5dc9291f1cbba78 (diff) | |
| download | org.eclipse.stardust.ide-16f069e20b8183235eb6cf5dd7cce168b681de15.zip org.eclipse.stardust.ide-16f069e20b8183235eb6cf5dd7cce168b681de15.tar.gz org.eclipse.stardust.ide-16f069e20b8183235eb6cf5dd7cce168b681de15.tar.bz2 | |
Jira-ID: CRNT-23200 Stardust: Rename NL Plugins to new name pattern (fixed mata-inf folder and build.properties for validation.nl plugin)
git-svn-id: http://emeafrazerg/svn/ipp/product/trunk/stardust/ide@53695 8100b5e0-4d52-466c-ae9c-bdeccbdeaf6b
3 files changed, 14 insertions, 25 deletions
diff --git a/modeling/org.eclipse.stardust.modeling.validation.nl/META-INF/MANIFEST.MF b/modeling/org.eclipse.stardust.modeling.validation.nl/META-INF/MANIFEST.MF new file mode 100644 index 0000000..fa26cb9 --- a/dev/null +++ b/modeling/org.eclipse.stardust.modeling.validation.nl/META-INF/MANIFEST.MF @@ -0,0 +1,8 @@ +Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: %nlsFragmentName
+Bundle-SymbolicName: org.eclipse.stardust.modeling.validation.nl
+Bundle-Version: 9.9.9.qualifier
+Bundle-Vendor: %nlsProviderName
+Fragment-Host: org.eclipse.stardust.modeling.validation
+Bundle-Localization: fragment
diff --git a/modeling/org.eclipse.stardust.modeling.validation.nl/build.properties b/modeling/org.eclipse.stardust.modeling.validation.nl/build.properties index 83fc6cf..59fd23c 100644 --- a/modeling/org.eclipse.stardust.modeling.validation.nl/build.properties +++ b/modeling/org.eclipse.stardust.modeling.validation.nl/build.properties @@ -1,4 +1,6 @@ -source.nl.jar = src/
-output.nl.jar = bin/
-bin.includes = fragment.xml,\
- nl.jar
+source.. = src/
+output.. = .eclipse/bin/
+bin.includes = .,\
+ META-INF/,\
+ plugin_*.properties,\
+ fragment.properties
diff --git a/modeling/org.eclipse.stardust.modeling.validation.nl/fragment.xml b/modeling/org.eclipse.stardust.modeling.validation.nl/fragment.xml deleted file mode 100644 index ce2ab4a..0000000 --- a/modeling/org.eclipse.stardust.modeling.validation.nl/fragment.xml +++ b/dev/null @@ -1,21 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?>
-<?eclipse version="3.0"?>
-<fragment
- id="org.eclipse.stardust.modeling.validation.nl"
- name="Nl Fragment"
- version="1.0.0"
- provider-name=""
- plugin-id="org.eclipse.stardust.modeling.validation"
- plugin-version="3.2.3.1"
- match="greaterOrEqual">
-
- <runtime>
- <library name="nl.jar">
- <export name="*"/>
- </library>
- <library name="$nl$/">
- <export name="*"/>
- </library>
- </runtime>
-
-</fragment>
|

