diff options
author | cletavernie | 2012-03-21 14:38:01 +0000 |
---|---|---|
committer | cletavernie | 2012-03-21 14:38:01 +0000 |
commit | 4025621ccd7f0be1f642e364ca32d813f45759ff (patch) | |
tree | 85e8ae6a4ddcb59d11f483820d1c57ee096ec383 /plugins/team | |
parent | 249403c16fa1c8bfafd32a4f7ffd99548002ee0b (diff) | |
download | org.eclipse.papyrus-4025621ccd7f0be1f642e364ca32d813f45759ff.tar.gz org.eclipse.papyrus-4025621ccd7f0be1f642e364ca32d813f45759ff.tar.xz org.eclipse.papyrus-4025621ccd7f0be1f642e364ca32d813f45759ff.zip |
365919: [Architecture - SVN - Build] Rewrite the Build
https://bugs.eclipse.org/bugs/show_bug.cgi?id=365919
Diffstat (limited to 'plugins/team')
-rw-r--r-- | plugins/team/org.eclipse.papyrus.team.svn/META-INF/MANIFEST.MF | 2 | ||||
-rw-r--r-- | plugins/team/org.eclipse.papyrus.team.svn/build.properties | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/plugins/team/org.eclipse.papyrus.team.svn/META-INF/MANIFEST.MF b/plugins/team/org.eclipse.papyrus.team.svn/META-INF/MANIFEST.MF index 28647dd1937..29828a5eff4 100644 --- a/plugins/team/org.eclipse.papyrus.team.svn/META-INF/MANIFEST.MF +++ b/plugins/team/org.eclipse.papyrus.team.svn/META-INF/MANIFEST.MF @@ -15,4 +15,4 @@ Bundle-ManifestVersion: 2 Bundle-Activator: org.eclipse.papyrus.team.svn.Activator
Bundle-SymbolicName: org.eclipse.papyrus.team.svn;singleton:=true
Bundle-RequiredExecutionEnvironment: J2SE-1.5
-
+Bundle-Localization: plugin
diff --git a/plugins/team/org.eclipse.papyrus.team.svn/build.properties b/plugins/team/org.eclipse.papyrus.team.svn/build.properties index e0e105b23b5..653ec3c3daf 100644 --- a/plugins/team/org.eclipse.papyrus.team.svn/build.properties +++ b/plugins/team/org.eclipse.papyrus.team.svn/build.properties @@ -3,5 +3,6 @@ output.. = bin/ bin.includes = META-INF/,\
.,\
plugin.xml,\
- about.html
+ about.html,\
+ plugin.properties
src.includes = about.html
|