[Asterisk-java-cvs] CVS: asterisk-java/xdocs samples.xml,NONE,1.1 building.xml,NONE,1.1
Brought to you by:
srt
From: Stefan R. <sr...@us...> - 2005-02-24 22:26:29
|
Update of /cvsroot/asterisk-java/asterisk-java/xdocs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13686/xdocs Added Files: samples.xml building.xml Log Message: Added dummy pages --- NEW FILE: samples.xml --- <?xml version="1.0"?> <!-- /* * Copyright 2004-2005 Stefan Reuter * * 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. * */ --> <document> <properties> <author email="srt at users.sourceforge.net">Stefan Reuter</author> <title>Samples</title> </properties> <meta name="keyword" content="asterisk,java,pbx,manager api,library"/> <body> <section name="Samples"> <p>To be done.</p> </section> </body> </document> --- NEW FILE: building.xml --- <?xml version="1.0"?> <!-- /* * Copyright 2004-2005 Stefan Reuter * * 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. * */ --> <document> <properties> <author email="srt at users.sourceforge.net">Stefan Reuter</author> <title>Building with Maven</title> </properties> <meta name="keyword" content="asterisk,java,pbx,manager api,library"/> <body> <section name="Building with Maven"> <p>To be done.</p> </section> </body> </document> |