You are viewing a plain text version of this content. The canonical link for it is here.
Posted to savan-dev@ws.apache.org by ka...@apache.org on 2007/05/28 09:17:45 UTC

svn commit: r542131 - in /webservices/savan/trunk/c: maven.xml project.properties project.xml xdocs/index.html xdocs/navigation.xml

Author: kaushalye
Date: Mon May 28 00:17:44 2007
New Revision: 542131

URL: http://svn.apache.org/viewvc?view=rev&rev=542131
Log:
Adding maven files to create the Savan/C web site

Added:
    webservices/savan/trunk/c/maven.xml
    webservices/savan/trunk/c/project.properties
    webservices/savan/trunk/c/project.xml
Modified:
    webservices/savan/trunk/c/xdocs/index.html
    webservices/savan/trunk/c/xdocs/navigation.xml

Added: webservices/savan/trunk/c/maven.xml
URL: http://svn.apache.org/viewvc/webservices/savan/trunk/c/maven.xml?view=auto&rev=542131
==============================================================================
--- webservices/savan/trunk/c/maven.xml (added)
+++ webservices/savan/trunk/c/maven.xml Mon May 28 00:17:44 2007
@@ -0,0 +1,36 @@
+<?xml version="1.0"?>
+<!--
+/*
+ * Copyright 2001-2004 The Apache Software Foundation.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+-->
+
+<project    default="axis2:build-all"
+            xmlns:j="jelly:core"
+            xmlns:maven="jelly:maven">
+        
+	<property environment="env"/>
+	<property name="apr.home" value="${env.APR_HOME}"/>
+	<property name="cutest.home" value="${env.CUTEST_HOME}"/>
+	<property name="axis2.home" value="${env.AXIS2C_HOME}"/>
+    <goal name="axis2:build-all">
+        <maven:reactor  basedir="${basedir}"
+                        includes="modules/common/project.xml,modules/core/project.xml,modules/xml/project.xml,modules/test/project.xml"
+                        goals="build-module"
+                        banner="Building Savan-C"
+                        ignoreFailures="false"/>
+    </goal>
+
+</project>

Added: webservices/savan/trunk/c/project.properties
URL: http://svn.apache.org/viewvc/webservices/savan/trunk/c/project.properties?view=auto&rev=542131
==============================================================================
--- webservices/savan/trunk/c/project.properties (added)
+++ webservices/savan/trunk/c/project.properties Mon May 28 00:17:44 2007
@@ -0,0 +1,30 @@
+# -------------------------------------------------------------------
+# Copyright 2001-2004 The Apache Software Foundation.
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+#      http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+# -------------------------------------------------------------------
+
+rampartc_version=0.90
+maven.xdoc.date=left
+maven.xdoc.version=${pom.currentVersion}
+maven.xdoc.includeProjectDocumentation=no
+maven.html2xdoc.enabled=true
+maven.html2xdoc.dir=./xdocs
+maven.pdf.navigationFile=navigation-pdf.xml
+maven.allreports.disable=true
+maven.xdoc.theme=classic
+maven.ui.navcol.background=#fff
+maven.ui.navcol.background.ns4=#fff
+maven.ui.banner.border.top=#fff
+maven.ui.banner.border.bottom=#fff
+maven.ui.banner.background=#fff

Added: webservices/savan/trunk/c/project.xml
URL: http://svn.apache.org/viewvc/webservices/savan/trunk/c/project.xml?view=auto&rev=542131
==============================================================================
--- webservices/savan/trunk/c/project.xml (added)
+++ webservices/savan/trunk/c/project.xml Mon May 28 00:17:44 2007
@@ -0,0 +1,178 @@
+<?xml version="1.0"?>
+<!--
+/*
+* Copyright 2001-2004 The Apache Software Foundation.
+*
+* Licensed under the Apache License, Version 2.0 (the "License");
+* you may not use this file except in compliance with the License.
+* You may obtain a copy of the License at
+*
+*      http://www.apache.org/licenses/LICENSE-2.0
+*
+* Unless required by applicable law or agreed to in writing, software
+* distributed under the License is distributed on an "AS IS" BASIS,
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+* See the License for the specific language governing permissions and
+* limitations under the License.
+*/
+-->
+
+<project>
+  
+  <name>SavanC</name>
+  <pomVersion>3</pomVersion>
+
+  <!-- a unique name for this project -->
+  <name>Apache Savan/C</name>
+  <id>savanc</id>
+  <groupId>savanc</groupId>
+  <currentVersion>${savanc_version}</currentVersion>
+
+  <!-- details about the organization that 'owns' the project -->
+  <organization>
+    <name>Apache Software Foundation</name>
+    <url>http://www.apache.org/</url>
+    <logo>http://www.apache.org/images/asf-logo.gif</logo>
+  </organization>
+
+  <inceptionYear>2005</inceptionYear>
+  <logo>http://ws.apache.org/savan/c/images/savanc_logo.jpg</logo>
+  <description> 
+    Apache Savan/C is the security module of the Apache Axis2/C
+  </description>
+  <shortDescription>Savan C</shortDescription>
+  <!-- the project home page -->
+  <url>http://ws.apache.org/savan/c</url>
+  <issueTrackingUrl>http://issues.apache.org/jira/browse/RAMPARTC</issueTrackingUrl>
+  <siteAddress>ws.apache.org/savan/c</siteAddress>
+  <siteDirectory>/www/ws.apache.org/savan/c</siteDirectory>
+  <distributionDirectory>/www/ws.apache.org/savan/c</distributionDirectory>
+  <!-- repository>
+       <connection>scm|svn|http://svn.apache.org/repos/asf/webservices/axis/trunk</connection>
+       <developerConnection>scm|svn|https://svn.apache.org/repos/asf/webservices/axis/trunk</developerConnection>
+       <url>http://svn.apache.org/viewcvs.cgi/webservices/axis/trunk/?root=Apache-SVN</url>
+       </repository -->
+  <mailingLists>
+    <mailingList>
+      <name>Savan C Developer List</name>
+      <subscribe>axis-c-dev-subscribe@ws.apache.org?subject=subscribe</subscribe>
+      <unsubscribe>axis-c-dev-unsubscribe@ws.apache.org?subject=unsubscribe</unsubscribe>
+      <archive>http://marc.theaimsgroup.com/?l=axis-c-dev&amp;r=1&amp;w=2</archive>
+    </mailingList>
+    <mailingList>
+      <name>Savan C User List</name>
+      <subscribe>axis-c-user-subscribe@ws.apache.org?subject=subscribe</subscribe>
+      <unsubscribe>axis-c-user-unsubscribe@ws.apache.org?subject=unsubscribe</unsubscribe>
+      <archive>http://marc.theaimsgroup.com/?l=axis-c-user&amp;r=1&amp;w=2</archive>
+    </mailingList>
+  </mailingLists>
+  
+  <!-- ========== -->
+  <!-- Developers -->
+  <!-- ========== -->
+  <developers>
+    <developer>
+      <name>Damitha Kumarage</name>
+      <id>damitha</id>
+      <email>damitha AT wso2.com</email>
+      <organization>WSO2</organization>
+    </developer>
+    <developer>
+      <name>Samisa Abeysinghe</name>
+      <id>samisa</id>
+      <email>samisa AT wso2.com</email>
+      <organization>WSO2</organization>
+    </developer>
+    <developer>
+      <name>Malinda Kaushalye Kapuruge</name>
+      <id>kaushalye</id>
+      <email>kaushalye AT wso2.com</email>
+      <organization>WSO2</organization>
+    </developer>
+    <developer>
+      <name>Sanjaya Rathnaweera</name>
+      <id>pini</id>
+      <email>sanjaya AT wso2.com</email>
+      <organization>WSO2</organization>
+    </developer>
+    <developer>
+      <name>Dushshantha Chandradasa</name>
+      <id>dushshantha</id>
+      <email>dushshantha AT wso2.com</email>
+      <organization>WSO2</organization>
+    </developer>
+    <developer>
+      <name>Nandika Jayawardena</name>
+      <id>nandika</id>
+      <email>nandika AT wso2.com</email>
+      <organization>WSO2</organization>
+    </developer>
+    <developer>
+      <name>Dinesh Premalal</name>
+      <id>dinesh</id>
+      <email>dinesh AT wso2.com</email>
+      <organization>WSO2</organization>
+    </developer>
+  </developers>
+  <contributors>
+    <contributor>
+      <name>Ishan De Silva</name>
+      <email>i_de_silva AT yahoo.com</email>
+      <roles>
+        <role></role>
+      </roles>
+    </contributor>
+    <contributor>
+      <name>Buddika Semasinghe</name>
+      <email>buddhika AT wso2.com</email>
+      <roles>
+        <role></role>
+      </roles>
+    </contributor>
+  </contributors>
+  <!-- ################################################################ -->
+  <!--        Project dependency section                                -->
+  <!-- ################################################################ -->
+
+  <dependencies/>
+
+
+  <!-- ################################################################ -->
+  <!--        Project build and reports section                         -->
+  <!-- ################################################################ -->
+
+  <build>
+    <nagEmailAddress>axis-c-dev@apache.org</nagEmailAddress>
+    <sourceDirectory>${basedir}/src</sourceDirectory>
+    <unitTestSourceDirectory>${basedir}/src/test</unitTestSourceDirectory>
+
+    <unitTest>
+      <includes>
+	<include>**/_test*.c</include>
+      </includes>
+      <excludes>
+	<exclude>**/*Test*All.c</exclude>
+      </excludes>
+    </unitTest>
+
+    <resources/>  <!-- (OPTIONAL) Resources packaged inside the JAR file. -->
+  </build>
+
+  <reports>
+    <!--report>maven-changes-plugin</report>
+	<report>maven-jdepend-plugin</report>
+	<report>maven-checkstyle-plugin</report>
+	<report>maven-pmd-plugin</report>
+	<report>maven-junit-report-plugin</report>
+	<report>maven-clover-plugin</report>
+	<report>maven-changelog-plugin</report>
+	<report>maven-file-activity-plugin</report>
+	<report>maven-developer-activity-plugin</report>
+	<report>maven-file-activity-plugin</report>
+	<report>maven-license-plugin</report>
+	<report>maven-linkcheck-plugin</report>
+	<report>maven-jxr-plugin</report-->
+    <report>maven-changes-plugin</report>
+  </reports>
+
+</project>

Modified: webservices/savan/trunk/c/xdocs/index.html
URL: http://svn.apache.org/viewvc/webservices/savan/trunk/c/xdocs/index.html?view=diff&rev=542131&r1=542130&r2=542131
==============================================================================
--- webservices/savan/trunk/c/xdocs/index.html (original)
+++ webservices/savan/trunk/c/xdocs/index.html Mon May 28 00:17:44 2007
@@ -4,7 +4,7 @@
 <html>
 <head>
   <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
-  <title>The Reliable Messaging Module for Apache Axis2/C</title>
+  <title>The Eventing Module for Apache Axis2/C</title>
 </head>
 
 <body xml:lang="en">
@@ -15,7 +15,7 @@
 
 <h2>Latest Release</h2>
 
-<h3>No release yet</h3>
+<p>Not released yet</p>
 <a href="download.cgi"><Link not available.></a>
 
 <h4>Key Features</h4>

Modified: webservices/savan/trunk/c/xdocs/navigation.xml
URL: http://svn.apache.org/viewvc/webservices/savan/trunk/c/xdocs/navigation.xml?view=diff&rev=542131&r1=542130&r2=542131
==============================================================================
--- webservices/savan/trunk/c/xdocs/navigation.xml (original)
+++ webservices/savan/trunk/c/xdocs/navigation.xml Mon May 28 00:17:44 2007
@@ -6,10 +6,10 @@
         <item name="Download Savan/C" href="download.cgi">
             <item name="Releases" href="download.cgi"/>
         </item>
-        <item name="Documentation" href="docs/index.html">
+        <!--item name="Documentation" href="docs/index.html">
 	        <item name="Installation Guide" href="docs/installationguide.html"/>
 	        <item name="Savan/C manual" href="docs/savanc_manual.html"/>
-        </item>
+        </item-->
         <item name="Get Involved" href="lists_issues.html">
 	        <item name="Mailing Lists &amp; Issue Tracking" href="lists_issues.html"/>
             <item name="Checkout Source Code" href="svn.html"/>