convert links to https
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1781336 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
82ecb71a99
commit
5e9e87ebee
22
doap_POI.rdf
22
doap_POI.rdf
@ -21,20 +21,20 @@
|
|||||||
See the License for the specific language governing permissions and
|
See the License for the specific language governing permissions and
|
||||||
limitations under the License.
|
limitations under the License.
|
||||||
-->
|
-->
|
||||||
<Project rdf:about="http://poi.apache.org">
|
<Project rdf:about="https://poi.apache.org">
|
||||||
<created>2006-01-26</created>
|
<created>2006-01-26</created>
|
||||||
<license rdf:resource="http://spdx.org/licenses/Apache-2.0" />
|
<license rdf:resource="https://spdx.org/licenses/Apache-2.0" />
|
||||||
<name>Apache POI</name>
|
<name>Apache POI</name>
|
||||||
<homepage rdf:resource="http://poi.apache.org" />
|
<homepage rdf:resource="https://poi.apache.org" />
|
||||||
<asfext:pmc rdf:resource="http://poi.apache.org" />
|
<asfext:pmc rdf:resource="https://poi.apache.org" />
|
||||||
<shortdesc>Java API To Access Microsoft Document File Formats</shortdesc>
|
<shortdesc>Java API To Access Microsoft Document File Formats</shortdesc>
|
||||||
<description>APIs for manipulating various file formats based upon Open Office XML (ECMA-376) and Microsoft's OLE 2 Compound Document formats using pure Java. Apache POI is your Java Excel, Word and PowerPoint solution. We have a complete API for porting other OOXML and OLE 2 Compound Document formats and welcome others to participate.</description>
|
<description>APIs for manipulating various file formats based upon Open Office XML (ECMA-376) and Microsoft's OLE 2 Compound Document formats using pure Java. Apache POI is your Java Excel, Word and PowerPoint solution. We have a complete API for porting other OOXML and OLE 2 Compound Document formats and welcome others to participate.</description>
|
||||||
<bug-database rdf:resource="http://issues.apache.org/bugzilla/buglist.cgi?product=POI" />
|
<bug-database rdf:resource="https://issues.apache.org/bugzilla/buglist.cgi?product=POI" />
|
||||||
<mailing-list rdf:resource="http://poi.apache.org/mailinglists.html" />
|
<mailing-list rdf:resource="https://poi.apache.org/mailinglists.html" />
|
||||||
<download-page rdf:resource="http://www.apache.org/dyn/closer.lua/poi/" />
|
<download-page rdf:resource="https://www.apache.org/dyn/closer.lua/poi/" />
|
||||||
<programming-language>Java</programming-language>
|
<programming-language>Java</programming-language>
|
||||||
<category rdf:resource="http://projects.apache.org/category/content" />
|
<category rdf:resource="https://projects.apache.org/category/content" />
|
||||||
<category rdf:resource="http://projects.apache.org/category/library" />
|
<category rdf:resource="https://projects.apache.org/category/library" />
|
||||||
<release>
|
<release>
|
||||||
<Version>
|
<Version>
|
||||||
<name>Apache POI 3.15</name>
|
<name>Apache POI 3.15</name>
|
||||||
@ -128,8 +128,8 @@
|
|||||||
</release>
|
</release>
|
||||||
<repository>
|
<repository>
|
||||||
<SVNRepository>
|
<SVNRepository>
|
||||||
<location rdf:resource="http://svn.apache.org/repos/asf/poi/"/>
|
<location rdf:resource="https://svn.apache.org/repos/asf/poi/"/>
|
||||||
<browse rdf:resource="http://svn.apache.org/viewvc/poi/"/>
|
<browse rdf:resource="https://svn.apache.org/viewvc/poi/"/>
|
||||||
</SVNRepository>
|
</SVNRepository>
|
||||||
</repository>
|
</repository>
|
||||||
<maintainer>
|
<maintainer>
|
||||||
|
Loading…
Reference in New Issue
Block a user