Initial auto generated NuPack descriptors for Spring modules - still needs a post-processing + package to scripts
This commit is contained in:
19
src/Spring/Spring.Aop/Spring.Aop.nuspec
Normal file
19
src/Spring/Spring.Aop/Spring.Aop.nuspec
Normal file
@@ -0,0 +1,19 @@
|
||||
<?xml version="1.0"?>
|
||||
|
||||
<package xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
||||
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
|
||||
<id>Spring.Aop</id>
|
||||
<title>Spring.Aop</title>
|
||||
<projectUrl>http://www.springframework.net/</projectUrl>
|
||||
<licenseUrl>http://www.springframework.net/license.html</licenseUrl>
|
||||
<version>SPRING_VERSION</version>
|
||||
<authors>SpringSource</authors>
|
||||
<description>Interfaces and classes that provide AOP support in Spring.Net</description>
|
||||
<summary>Interfaces and classes that provide AOP support in Spring.Net</summary>
|
||||
<language>en-US</language>
|
||||
<dependencies>
|
||||
<dependency id="Common.Logging" version="1.2.0" />
|
||||
<dependency id="Spring.Core" version="SPRING_VERSION" />
|
||||
</dependencies>
|
||||
</metadata>
|
||||
</package>
|
||||
18
src/Spring/Spring.Core/Spring.Core.nuspec
Normal file
18
src/Spring/Spring.Core/Spring.Core.nuspec
Normal file
@@ -0,0 +1,18 @@
|
||||
<?xml version="1.0"?>
|
||||
|
||||
<package xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
||||
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
|
||||
<id>Spring.Core</id>
|
||||
<title>Spring.Core</title>
|
||||
<projectUrl>http://www.springframework.net/</projectUrl>
|
||||
<licenseUrl>http://www.springframework.net/license.html</licenseUrl>
|
||||
<version>SPRING_VERSION</version>
|
||||
<authors>SpringSource</authors>
|
||||
<description>Core functionality for Spring.Net IoC container</description>
|
||||
<summary>Core functionality for Spring.Net IoC container</summary>
|
||||
<language>en-US</language>
|
||||
<dependencies>
|
||||
<dependency id="Common.Logging" version="1.2.0" />
|
||||
</dependencies>
|
||||
</metadata>
|
||||
</package>
|
||||
@@ -0,0 +1,22 @@
|
||||
<?xml version="1.0"?>
|
||||
|
||||
<package xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
||||
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
|
||||
<id>Spring.Data.NHibernate12</id>
|
||||
<title>Spring.Net NHibernate 1.2 support</title>
|
||||
<projectUrl>http://www.springframework.net/</projectUrl>
|
||||
<licenseUrl>http://www.springframework.net/license.html</licenseUrl>
|
||||
<version>SPRING_VERSION</version>
|
||||
<authors>SpringSource</authors>
|
||||
<description>Interfaces and classes that provide NHibernate 1.2 support in Spring.Net</description>
|
||||
<summary>Interfaces and classes that provide NHibernate 1.2 support in Spring.Net</summary>
|
||||
<language>en-US</language>
|
||||
<dependencies>
|
||||
<dependency id="Common.Logging" version="1.2.0" />
|
||||
<dependency id="NHibernate" version="1.2.1" />
|
||||
<dependency id="Spring.Aop" version="SPRING_VERSION" />
|
||||
<dependency id="Spring.Core" version="SPRING_VERSION" />
|
||||
<dependency id="Spring.Data" version="SPRING_VERSION" />
|
||||
</dependencies>
|
||||
</metadata>
|
||||
</package>
|
||||
@@ -0,0 +1,22 @@
|
||||
<?xml version="1.0"?>
|
||||
|
||||
<package xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
||||
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
|
||||
<id>Spring.Data.NHibernate20</id>
|
||||
<title>Spring.Net NHibernate 2.0 support</title>
|
||||
<projectUrl>http://www.springframework.net/</projectUrl>
|
||||
<licenseUrl>http://www.springframework.net/license.html</licenseUrl>
|
||||
<version>SPRING_VERSION</version>
|
||||
<authors>SpringSource</authors>
|
||||
<description>Interfaces and classes that provide NHibernate 2.0 support in Spring.Net</description>
|
||||
<summary>Interfaces and classes that provide NHibernate 2.0 support in Spring.Net</summary>
|
||||
<language>en-US</language>
|
||||
<dependencies>
|
||||
<dependency id="Common.Logging" version="1.2.0" />
|
||||
<dependency id="NHibernate" version="2.0.1" />
|
||||
<dependency id="Spring.Aop" version="SPRING_VERSION" />
|
||||
<dependency id="Spring.Core" version="SPRING_VERSION" />
|
||||
<dependency id="Spring.Data" version="SPRING_VERSION" />
|
||||
</dependencies>
|
||||
</metadata>
|
||||
</package>
|
||||
@@ -0,0 +1,22 @@
|
||||
<?xml version="1.0"?>
|
||||
|
||||
<package xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
||||
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
|
||||
<id>Spring.Data.NHibernate21</id>
|
||||
<title>Spring.Net NHibernate 2.1 support</title>
|
||||
<projectUrl>http://www.springframework.net/</projectUrl>
|
||||
<licenseUrl>http://www.springframework.net/license.html</licenseUrl>
|
||||
<version>SPRING_VERSION</version>
|
||||
<authors>SpringSource</authors>
|
||||
<description>Interfaces and classes that provide NHibernate 2.1 support in Spring.Net</description>
|
||||
<summary>Interfaces and classes that provide NHibernate 2.1 support in Spring.Net</summary>
|
||||
<language>en-US</language>
|
||||
<dependencies>
|
||||
<dependency id="Common.Logging" version="1.2.0" />
|
||||
<dependency id="NHibernate" version="2.1.2" />
|
||||
<dependency id="Spring.Aop" version="SPRING_VERSION" />
|
||||
<dependency id="Spring.Core" version="SPRING_VERSION" />
|
||||
<dependency id="Spring.Data" version="SPRING_VERSION" />
|
||||
</dependencies>
|
||||
</metadata>
|
||||
</package>
|
||||
@@ -0,0 +1,22 @@
|
||||
<?xml version="1.0"?>
|
||||
|
||||
<package xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
||||
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
|
||||
<id>Spring.Data.NHibernate30</id>
|
||||
<title>Spring.Net NHibernate 2.1 support</title>
|
||||
<projectUrl>http://www.springframework.net/</projectUrl>
|
||||
<licenseUrl>http://www.springframework.net/license.html</licenseUrl>
|
||||
<version>SPRING_VERSION</version>
|
||||
<authors>SpringSource</authors>
|
||||
<description>Interfaces and classes that provide NHibernate 2.1 support in Spring.Net</description>
|
||||
<summary>Interfaces and classes that provide NHibernate 2.1 support in Spring.Net</summary>
|
||||
<language>en-US</language>
|
||||
<dependencies>
|
||||
<dependency id="Common.Logging" version="1.2.0" />
|
||||
<dependency id="NHibernate" version="3.0.0" />
|
||||
<dependency id="Spring.Aop" version="SPRING_VERSION" />
|
||||
<dependency id="Spring.Core" version="SPRING_VERSION" />
|
||||
<dependency id="Spring.Data" version="SPRING_VERSION" />
|
||||
</dependencies>
|
||||
</metadata>
|
||||
</package>
|
||||
20
src/Spring/Spring.Data/Spring.Data.nuspec
Normal file
20
src/Spring/Spring.Data/Spring.Data.nuspec
Normal file
@@ -0,0 +1,20 @@
|
||||
<?xml version="1.0"?>
|
||||
|
||||
<package xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
||||
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
|
||||
<id>Spring.Data</id>
|
||||
<title>Spring.Data</title>
|
||||
<projectUrl>http://www.springframework.net/</projectUrl>
|
||||
<licenseUrl>http://www.springframework.net/license.html</licenseUrl>
|
||||
<version>SPRING_VERSION</version>
|
||||
<authors>SpringSource</authors>
|
||||
<description>Interfaces and classes that provide Data access support in Spring.Net</description>
|
||||
<summary>Interfaces and classes that provide Data access support in Spring.Net</summary>
|
||||
<language>en-US</language>
|
||||
<dependencies>
|
||||
<dependency id="Common.Logging" version="1.2.0" />
|
||||
<dependency id="Spring.Aop" version="SPRING_VERSION" />
|
||||
<dependency id="Spring.Core" version="SPRING_VERSION" />
|
||||
</dependencies>
|
||||
</metadata>
|
||||
</package>
|
||||
20
src/Spring/Spring.Messaging.Ems/Spring.Messaging.Ems.nuspec
Normal file
20
src/Spring/Spring.Messaging.Ems/Spring.Messaging.Ems.nuspec
Normal file
@@ -0,0 +1,20 @@
|
||||
<?xml version="1.0"?>
|
||||
|
||||
<package xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
||||
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
|
||||
<id>Spring.Messaging.Ems</id>
|
||||
<title>Spring.Messaging.Ems</title>
|
||||
<projectUrl>http://www.springframework.net/</projectUrl>
|
||||
<licenseUrl>http://www.springframework.net/license.html</licenseUrl>
|
||||
<version>SPRING_VERSION</version>
|
||||
<authors>SpringSource</authors>
|
||||
<description>TIBCO EMS support</description>
|
||||
<summary>TIBCO EMS support</summary>
|
||||
<language>en-US</language>
|
||||
<dependencies>
|
||||
<dependency id="Common.Logging" version="1.2.0" />
|
||||
<dependency id="Spring.Core" version="SPRING_VERSION" />
|
||||
<dependency id="Spring.Data" version="SPRING_VERSION" />
|
||||
</dependencies>
|
||||
</metadata>
|
||||
</package>
|
||||
21
src/Spring/Spring.Messaging.Nms/Spring.Messaging.Nms.nuspec
Normal file
21
src/Spring/Spring.Messaging.Nms/Spring.Messaging.Nms.nuspec
Normal file
@@ -0,0 +1,21 @@
|
||||
<?xml version="1.0"?>
|
||||
|
||||
<package xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
||||
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
|
||||
<id>Spring.Messaging.Nms</id>
|
||||
<title>Spring.Messaging.Nms</title>
|
||||
<projectUrl>http://www.springframework.net/</projectUrl>
|
||||
<licenseUrl>http://www.springframework.net/license.html</licenseUrl>
|
||||
<version>SPRING_VERSION</version>
|
||||
<authors>SpringSource</authors>
|
||||
<description>ActiveMQ support</description>
|
||||
<summary>ActiveMQ support</summary>
|
||||
<language>en-US</language>
|
||||
<dependencies>
|
||||
<dependency id="Apache.NMS" version="1.4.0" />
|
||||
<dependency id="Common.Logging" version="1.2.0" />
|
||||
<dependency id="Spring.Core" version="SPRING_VERSION" />
|
||||
<dependency id="Spring.Data" version="SPRING_VERSION" />
|
||||
</dependencies>
|
||||
</metadata>
|
||||
</package>
|
||||
20
src/Spring/Spring.Messaging/Spring.Messaging.nuspec
Normal file
20
src/Spring/Spring.Messaging/Spring.Messaging.nuspec
Normal file
@@ -0,0 +1,20 @@
|
||||
<?xml version="1.0"?>
|
||||
|
||||
<package xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
||||
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
|
||||
<id>Spring.Messaging</id>
|
||||
<title>Spring.Messaging</title>
|
||||
<projectUrl>http://www.springframework.net/</projectUrl>
|
||||
<licenseUrl>http://www.springframework.net/license.html</licenseUrl>
|
||||
<version>SPRING_VERSION</version>
|
||||
<authors>SpringSource</authors>
|
||||
<description>Interfaces and classes that provide MSMQ 3.0 support in Spring.Net</description>
|
||||
<summary>Interfaces and classes that provide MSMQ 3.0 support in Spring.Net</summary>
|
||||
<language>en-US</language>
|
||||
<dependencies>
|
||||
<dependency id="Common.Logging" version="1.2.0" />
|
||||
<dependency id="Spring.Core" version="SPRING_VERSION" />
|
||||
<dependency id="Spring.Data" version="SPRING_VERSION" />
|
||||
</dependencies>
|
||||
</metadata>
|
||||
</package>
|
||||
@@ -0,0 +1,20 @@
|
||||
<?xml version="1.0"?>
|
||||
|
||||
<package xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
||||
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
|
||||
<id>Spring.Scheduling.Quartz</id>
|
||||
<projectUrl>http://www.springframework.net/</projectUrl>
|
||||
<licenseUrl>http://www.springframework.net/license.html</licenseUrl>
|
||||
<version>SPRING_VERSION</version>
|
||||
<authors>SpringSource</authors>
|
||||
<description></description>
|
||||
<summary></summary>
|
||||
<language>en-US</language>
|
||||
<dependencies>
|
||||
<dependency id="Common.Logging" version="1.2.0" />
|
||||
<dependency id="Quartz" version="1.0.3" />
|
||||
<dependency id="Spring.Core" version="SPRING_VERSION" />
|
||||
<dependency id="Spring.Data" version="SPRING_VERSION" />
|
||||
</dependencies>
|
||||
</metadata>
|
||||
</package>
|
||||
19
src/Spring/Spring.Services/Spring.Services.nuspec
Normal file
19
src/Spring/Spring.Services/Spring.Services.nuspec
Normal file
@@ -0,0 +1,19 @@
|
||||
<?xml version="1.0"?>
|
||||
|
||||
<package xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
||||
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
|
||||
<id>Spring.Services</id>
|
||||
<title>Spring.Services</title>
|
||||
<projectUrl>http://www.springframework.net/</projectUrl>
|
||||
<licenseUrl>http://www.springframework.net/license.html</licenseUrl>
|
||||
<version>SPRING_VERSION</version>
|
||||
<authors>SpringSource</authors>
|
||||
<description>Interfaces and classes that provide portable service abstractions in Spring.Net</description>
|
||||
<summary>Interfaces and classes that provide portable service abstractions in Spring.Net</summary>
|
||||
<language>en-US</language>
|
||||
<dependencies>
|
||||
<dependency id="Common.Logging" version="1.2.0" />
|
||||
<dependency id="Spring.Core" version="SPRING_VERSION" />
|
||||
</dependencies>
|
||||
</metadata>
|
||||
</package>
|
||||
@@ -0,0 +1,19 @@
|
||||
<?xml version="1.0"?>
|
||||
|
||||
<package xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
||||
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
|
||||
<id>Spring.Template.Velocity</id>
|
||||
<projectUrl>http://www.springframework.net/</projectUrl>
|
||||
<licenseUrl>http://www.springframework.net/license.html</licenseUrl>
|
||||
<version>SPRING_VERSION</version>
|
||||
<authors>SpringSource</authors>
|
||||
<description></description>
|
||||
<summary></summary>
|
||||
<language>en-US</language>
|
||||
<dependencies>
|
||||
<dependency id="Common.Logging" version="1.2.0" />
|
||||
<dependency id="NVelocity" version="1.0.3" />
|
||||
<dependency id="Spring.Core" version="SPRING_VERSION" />
|
||||
</dependencies>
|
||||
</metadata>
|
||||
</package>
|
||||
@@ -0,0 +1,20 @@
|
||||
<?xml version="1.0"?>
|
||||
|
||||
<package xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
||||
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
|
||||
<id>Spring.Testing.Microsoft</id>
|
||||
<title>Spring.Testing.Microsoft</title>
|
||||
<projectUrl>http://www.springframework.net/</projectUrl>
|
||||
<licenseUrl>http://www.springframework.net/license.html</licenseUrl>
|
||||
<version>SPRING_VERSION</version>
|
||||
<authors>SpringSource</authors>
|
||||
<description>Interfaces and classes that provide Microsoft Unit Testing integration in Spring.Net</description>
|
||||
<summary>Interfaces and classes that provide Microsoft Unit Testing integration in Spring.Net</summary>
|
||||
<language>en-US</language>
|
||||
<dependencies>
|
||||
<dependency id="Common.Logging" version="1.2.0" />
|
||||
<dependency id="Spring.Core" version="SPRING_VERSION" />
|
||||
<dependency id="Spring.Data" version="SPRING_VERSION" />
|
||||
</dependencies>
|
||||
</metadata>
|
||||
</package>
|
||||
21
src/Spring/Spring.Testing.NUnit/Spring.Testing.NUnit.nuspec
Normal file
21
src/Spring/Spring.Testing.NUnit/Spring.Testing.NUnit.nuspec
Normal file
@@ -0,0 +1,21 @@
|
||||
<?xml version="1.0"?>
|
||||
|
||||
<package xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
||||
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
|
||||
<id>Spring.Testing.NUnit</id>
|
||||
<title>Spring.Testing.NUnit</title>
|
||||
<projectUrl>http://www.springframework.net/</projectUrl>
|
||||
<licenseUrl>http://www.springframework.net/license.html</licenseUrl>
|
||||
<version>SPRING_VERSION</version>
|
||||
<authors>SpringSource</authors>
|
||||
<description>Interfaces and classes that provide NUnit integration in Spring.Net</description>
|
||||
<summary>Interfaces and classes that provide NUnit integration in Spring.Net</summary>
|
||||
<language>en-US</language>
|
||||
<dependencies>
|
||||
<dependency id="Common.Logging" version="1.2.0" />
|
||||
<dependency id="nunit.framework" version="2.5.7" />
|
||||
<dependency id="Spring.Core" version="SPRING_VERSION" />
|
||||
<dependency id="Spring.Data" version="SPRING_VERSION" />
|
||||
</dependencies>
|
||||
</metadata>
|
||||
</package>
|
||||
@@ -0,0 +1,19 @@
|
||||
<?xml version="1.0"?>
|
||||
|
||||
<package xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
||||
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
|
||||
<id>Spring.Web.Extensions</id>
|
||||
<title>Spring.Web.Extensions</title>
|
||||
<projectUrl>http://www.springframework.net/</projectUrl>
|
||||
<licenseUrl>http://www.springframework.net/license.html</licenseUrl>
|
||||
<version>SPRING_VERSION</version>
|
||||
<authors>SpringSource</authors>
|
||||
<description>Interfaces and classes that provide ASP.NET AJAX 1.0 support in Spring.Net</description>
|
||||
<summary>Interfaces and classes that provide ASP.NET AJAX 1.0 support in Spring.Net</summary>
|
||||
<language>en-US</language>
|
||||
<dependencies>
|
||||
<dependency id="Spring.Core" version="SPRING_VERSION" />
|
||||
<dependency id="Spring.Web" version="SPRING_VERSION" />
|
||||
</dependencies>
|
||||
</metadata>
|
||||
</package>
|
||||
18
src/Spring/Spring.Web.Mvc/Spring.Web.Mvc.nuspec
Normal file
18
src/Spring/Spring.Web.Mvc/Spring.Web.Mvc.nuspec
Normal file
@@ -0,0 +1,18 @@
|
||||
<?xml version="1.0"?>
|
||||
|
||||
<package xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
||||
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
|
||||
<id>Spring.Web.Mvc</id>
|
||||
<projectUrl>http://www.springframework.net/</projectUrl>
|
||||
<licenseUrl>http://www.springframework.net/license.html</licenseUrl>
|
||||
<version>SPRING_VERSION</version>
|
||||
<authors>SpringSource</authors>
|
||||
<description></description>
|
||||
<summary></summary>
|
||||
<language>en-US</language>
|
||||
<dependencies>
|
||||
<dependency id="Common.Logging" version="1.2.0" />
|
||||
<dependency id="Spring.Core" version="SPRING_VERSION" />
|
||||
</dependencies>
|
||||
</metadata>
|
||||
</package>
|
||||
19
src/Spring/Spring.Web/Spring.Web.nuspec
Normal file
19
src/Spring/Spring.Web/Spring.Web.nuspec
Normal file
@@ -0,0 +1,19 @@
|
||||
<?xml version="1.0"?>
|
||||
|
||||
<package xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
||||
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
|
||||
<id>Spring.Web</id>
|
||||
<title>Spring.Web</title>
|
||||
<projectUrl>http://www.springframework.net/</projectUrl>
|
||||
<licenseUrl>http://www.springframework.net/license.html</licenseUrl>
|
||||
<version>SPRING_VERSION</version>
|
||||
<authors>SpringSource</authors>
|
||||
<description>Interfaces and classes that provide web application support in Spring.Net</description>
|
||||
<summary>Interfaces and classes that provide web application support in Spring.Net</summary>
|
||||
<language>en-US</language>
|
||||
<dependencies>
|
||||
<dependency id="Common.Logging" version="1.2.0" />
|
||||
<dependency id="Spring.Core" version="SPRING_VERSION" />
|
||||
</dependencies>
|
||||
</metadata>
|
||||
</package>
|
||||
Reference in New Issue
Block a user