Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Guindon2019-11-12 18:46:05 +0000
committerChristopher Guindon2019-11-12 18:47:19 +0000
commitaedadd15e213c94dc90eb0831758df8e322df71b (patch)
tree7678a8a65343a66a7bfed73b2b4576553d7c4a48
parent981da2a27d3258bce16e0dccbfcb4ee5fec07277 (diff)
downloadorg-aedadd15e213c94dc90eb0831758df8e322df71b.tar.gz
org-aedadd15e213c94dc90eb0831758df8e322df71b.tar.xz
org-aedadd15e213c94dc90eb0831758df8e322df71b.zip
Bug 551216 - Remove terminated working groups from Working Groups
"Explore" page Change-Id: I32db74183eac7019564774c2429fc7f25a4f640b Signed-off-by: Christopher Guindon <chris.guindon@eclipse-foundation.org>
-rw-r--r--workinggroups/assets/inc/app.php4
-rw-r--r--workinggroups/content/en_capellaic_charter.php3
-rw-r--r--workinggroups/wpga/eclipse_osbea_working_group_participation_agreement.pdfbin227465 -> 0 bytes
3 files changed, 5 insertions, 2 deletions
diff --git a/workinggroups/assets/inc/app.php b/workinggroups/assets/inc/app.php
index 687ecea7..60108c75 100644
--- a/workinggroups/assets/inc/app.php
+++ b/workinggroups/assets/inc/app.php
@@ -53,7 +53,7 @@ $working_group[] = array(
'logo' => 'wg_os-bea.png',
'body' => 'The OS.bea Working Group fosters and supports an open, collaborative, and innovative ecosystem by providing tools, systems, and adapters for the standardized, openly-available, and vendor-neutral Open Standard Business Platform (OSBP). This initiative helps support OS.bea-related Eclipse projects that develop related software components and provides the resources for managing their quality and maturity throughout the components’ lifecycle.',
'website' => 'https://projects.eclipse.org/projects/technology.osbp',
- 'wgpa' => '/org/workinggroups/wpga/eclipse_osbea_working_group_participation_agreement.pdf',
+ //'wgpa' => '/org/workinggroups/wpga/eclipse_osbea_working_group_participation_agreement.pdf',
'charter' => '/org/workinggroups/osbea_wg_charter.php',
'mailing-list' => 'https://accounts.eclipse.org/mailing-list/osbp-dev',
'type' => 'active'
@@ -68,7 +68,7 @@ $working_group[] = array(
'charter' => '/org/workinggroups/capellaic_charter.php',
'mailing-list' => 'https://dev.polarsys.org/mailman/listinfo/capella-ic',
'wiki' => 'https://wiki.polarsys.org/Capella_IC',
- 'type' => 'active'
+ 'type' => 'inactive'
);
$working_group[] = array(
diff --git a/workinggroups/content/en_capellaic_charter.php b/workinggroups/content/en_capellaic_charter.php
index 8380cce8..814abd97 100644
--- a/workinggroups/content/en_capellaic_charter.php
+++ b/workinggroups/content/en_capellaic_charter.php
@@ -16,6 +16,9 @@
?>
<div id="maincontent">
<div id="midcolumn">
+ <div class="alert alert-danger">
+ <strong><?php print $pageTitle;?> HAS BEEN TERMINATED</strong>
+ </div>
<p>June 12, 2017</p>
<h1>Definitions</h1>
<p>A list of definitions of terms used in this document.</p>
diff --git a/workinggroups/wpga/eclipse_osbea_working_group_participation_agreement.pdf b/workinggroups/wpga/eclipse_osbea_working_group_participation_agreement.pdf
deleted file mode 100644
index f83ca513..00000000
--- a/workinggroups/wpga/eclipse_osbea_working_group_participation_agreement.pdf
+++ /dev/null
Binary files differ

Back to the top