Author: kaushalye
Date: Mon May 7 00:37:38 2007
New Revision: 535767
URL: http://svn.apache.org/viewvc?view=rev&rev=535767
Log:
Adding files to build the site
Added:
webservices/rampart/trunk/c/project.properties
webservices/rampart/trunk/c/project.xml
Modified:
webservices/rampart/trunk/c/rampart-bindist.sh
Added: webservices/rampart/trunk/c/project.properties
URL:
http://svn.apache.org/viewvc/webservices/rampart/trunk/c/project.properties?view=auto&rev=535767
==============================================================================
--- webservices/rampart/trunk/c/project.properties (added)
+++ webservices/rampart/trunk/c/project.properties Mon May 7 00:37:38 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/rampart/trunk/c/project.xml
URL:
http://svn.apache.org/viewvc/webservices/rampart/trunk/c/project.xml?view=auto&rev=535767
==============================================================================
--- webservices/rampart/trunk/c/project.xml (added)
+++ webservices/rampart/trunk/c/project.xml Mon May 7 00:37:38 2007
@@ -0,0 +1,146 @@
+<?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>RampartC</name>
+ <pomVersion>3</pomVersion>
+
+ <!-- a unique name for this project -->
+ <name>Apache Rampart/C</name>
+ <id>rampartc</id>
+ <groupId>rampartc</groupId>
+ <currentVersion>${rampartc_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/axis2/images/axis.jpg</logo>
+ <description>
+ Apache Rampart/C is the security module of the Apache Axis2/C
+ </description>
+ <shortDescription>Rampart C</shortDescription>
+ <!-- the project home page -->
+ <url>http://ws.apache.org/rampart/c</url>
+
<issueTrackingUrl>http://issues.apache.org/jira/browse/RAMPARTC</issueTrackingUrl>
+ <siteAddress>ws.apache.org/rampart/c</siteAddress>
+ <siteDirectory>/www/ws.apache.org/rampart/c</siteDirectory>
+ <distributionDirectory>/www/ws.apache.org/rampart/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>Rampart C Developer List</name>
+ <subscribe>[EMAIL PROTECTED]</subscribe>
+ <unsubscribe>[EMAIL PROTECTED]</unsubscribe>
+
<archive>http://marc.theaimsgroup.com/?l=axis-c-dev&r=1&w=2</archive>
+ </mailingList>
+ <mailingList>
+ <name>Rampart C User List</name>
+ <subscribe>[EMAIL PROTECTED]</subscribe>
+ <unsubscribe>[EMAIL PROTECTED]</unsubscribe>
+
<archive>http://marc.theaimsgroup.com/?l=axis-c-user&r=1&w=2</archive>
+ </mailingList>
+ </mailingLists>
+
+ <!-- ========== -->
+ <!-- Developers -->
+ <!-- ========== -->
+ <developers>
+ <developer>
+ <name>Malinda Kaushalye Kapuruge</name>
+ <id>kaushalye</id>
+ <email>kaushalye AT wso2.com</email>
+ <organization>WSO2</organization>
+ </developer>
+ <developer>
+ <name>Dumindu Pallewela</name>
+ <id>dumindu</id>
+ <email>dumindu AT wso2.com</email>
+ <organization>WSO2</organization>
+ </developer>
+ <developer>
+ <name>Manjula Peiris</name>
+ <id>manjula</id>
+ <email>manjula AT wso2.com</email>
+ <organization>WSO2</organization>
+ </developer>
+ <!--contributors>
+ <contributor>
+ <name>James Clark</name>
+ <email>jjc AT public.jclark.com</email>
+ <roles>
+ <role>Technical Adviser on Building a Portable/Re-usable C
library</role>
+ </roles>
+ </contributor>
+ </contributors-->
+
+ <!-- ################################################################ -->
+ <!-- Project dependency section -->
+ <!-- ################################################################ -->
+
+ <dependencies/>
+
+
+ <!-- ################################################################ -->
+ <!-- Project build and reports section -->
+ <!-- ################################################################ -->
+
+ <build>
+ <nagEmailAddress>[EMAIL PROTECTED]</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/rampart/trunk/c/rampart-bindist.sh
URL:
http://svn.apache.org/viewvc/webservices/rampart/trunk/c/rampart-bindist.sh?view=diff&rev=535767&r1=535766&r2=535767
==============================================================================
--- webservices/rampart/trunk/c/rampart-bindist.sh (original)
+++ webservices/rampart/trunk/c/rampart-bindist.sh Mon May 7 00:37:38 2007
@@ -61,22 +61,14 @@
echo "Copy headers"
cp include/*.h $BIN_DIR/include
-echo "Removing garbage"
+echo "Removing garbage in $BIN_DIR"
cd $BIN_DIR
-for i in `find . -name "*.la"`
-do
- rm $i
-done
for i in `find . -name "*.svn"`
do
rm -rf $i
done
-for i in `find . -name "*.so.0*"`
-do
- rm $i
-done
cd $PWDIR
echo "Creating tar.gz in $PWDIR"