You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by da...@apache.org on 2005/09/26 07:55:28 UTC

svn commit: r291564 - in /webservices/axis2/trunk/c/modules: core/context/ core/description/ xml/om/ xml/soap/

Author: damitha
Date: Sun Sep 25 22:55:13 2005
New Revision: 291564

URL: http://svn.apache.org/viewcvs?rev=291564&view=rev
Log:
removed system specific property files. Instead keep project.properties which is defaulted to linus.
In documention use will be told how to do it for other platforms. Also common properties are
moved to root project.properties file

Added:
    webservices/axis2/trunk/c/modules/core/context/project.properties
    webservices/axis2/trunk/c/modules/core/description/project.properties
    webservices/axis2/trunk/c/modules/xml/om/project.properties
    webservices/axis2/trunk/c/modules/xml/soap/project.properties
Removed:
    webservices/axis2/trunk/c/modules/core/context/project.properties.linux
    webservices/axis2/trunk/c/modules/core/context/project.properties.win.gcc
    webservices/axis2/trunk/c/modules/core/context/project.properties.win.msvc
    webservices/axis2/trunk/c/modules/core/description/project.properties.linux
    webservices/axis2/trunk/c/modules/core/description/project.properties.win.gcc
    webservices/axis2/trunk/c/modules/core/description/project.properties.win.msvc
    webservices/axis2/trunk/c/modules/xml/om/project.properties.linux
    webservices/axis2/trunk/c/modules/xml/om/project.properties.win.gcc
    webservices/axis2/trunk/c/modules/xml/om/project.properties.win.msvc
    webservices/axis2/trunk/c/modules/xml/soap/project.properties.linux
    webservices/axis2/trunk/c/modules/xml/soap/project.properties.win.gcc
    webservices/axis2/trunk/c/modules/xml/soap/project.properties.win.msvc

Added: webservices/axis2/trunk/c/modules/core/context/project.properties
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/modules/core/context/project.properties?rev=291564&view=auto
==============================================================================
--- webservices/axis2/trunk/c/modules/core/context/project.properties (added)
+++ webservices/axis2/trunk/c/modules/core/context/project.properties Sun Sep 25 22:55:13 2005
@@ -0,0 +1,21 @@
+# -------------------------------------------------------------------
+# 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.
+# -------------------------------------------------------------------
+
+freehep.nar.src=src
+freehep.nar.outtype=shared
+freehep.nar.test.src=test
+#freehep.nar.tests=context_test
+freehep.nar.linker.test.arg.end=-Ltarget/nar/lib/i386-Linux-g++ -laxis2c-core-context-nar-0.0

Added: webservices/axis2/trunk/c/modules/core/description/project.properties
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/modules/core/description/project.properties?rev=291564&view=auto
==============================================================================
--- webservices/axis2/trunk/c/modules/core/description/project.properties (added)
+++ webservices/axis2/trunk/c/modules/core/description/project.properties Sun Sep 25 22:55:13 2005
@@ -0,0 +1,21 @@
+# -------------------------------------------------------------------
+# 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.
+# -------------------------------------------------------------------
+
+freehep.nar.src=src
+freehep.nar.outtype=shared
+freehep.nar.test.src=test
+#freehep.nar.tests=description_test
+freehep.nar.linker.test.arg.end=-Ltarget/nar/lib/i386-Linux-g++ -laxis2c-core-description-nar-0.0

Added: webservices/axis2/trunk/c/modules/xml/om/project.properties
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/modules/xml/om/project.properties?rev=291564&view=auto
==============================================================================
--- webservices/axis2/trunk/c/modules/xml/om/project.properties (added)
+++ webservices/axis2/trunk/c/modules/xml/om/project.properties Sun Sep 25 22:55:13 2005
@@ -0,0 +1,21 @@
+# -------------------------------------------------------------------
+# 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.
+# -------------------------------------------------------------------
+
+freehep.nar.src=src
+freehep.nar.outtype=shared
+freehep.nar.test.src=test
+#freehep.nar.tests=om_test
+freehep.nar.linker.test.arg.end=-Ltarget/nar/lib/i386-Linux-g++ -laxis2c-xml-om-nar-0.0

Added: webservices/axis2/trunk/c/modules/xml/soap/project.properties
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/modules/xml/soap/project.properties?rev=291564&view=auto
==============================================================================
--- webservices/axis2/trunk/c/modules/xml/soap/project.properties (added)
+++ webservices/axis2/trunk/c/modules/xml/soap/project.properties Sun Sep 25 22:55:13 2005
@@ -0,0 +1,21 @@
+# -------------------------------------------------------------------
+# 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.
+# -------------------------------------------------------------------
+
+freehep.nar.src=src
+freehep.nar.outtype=shared
+freehep.nar.test.src=test
+#freehep.nar.tests=soap_test
+freehep.nar.linker.test.arg.end=-Ltarget/nar/lib/i386-Linux-g++ -laxis2c-xml-soap-nar-0.0