mirror of https://github.com/jenkinsci/jenkins.git
fixed a few more bugs.
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@1044 71c3de6d-444a-0410-be80-ed276b4c234a
This commit is contained in:
parent
7827b4c484
commit
2ac8ec676a
Binary file not shown.
|
@ -0,0 +1 @@
|
|||
072cf84a77d0147842730b93dd9fcd39
|
|
@ -0,0 +1 @@
|
|||
c3f2e4799b56685158e5a73dcd8c7722d7dc76ad
|
Binary file not shown.
|
@ -0,0 +1 @@
|
|||
1c6a5bccddc9a561fcf8538a64295827
|
|
@ -0,0 +1 @@
|
|||
d4a7756cfaed55f88d2a4530ec9863090ccbe31c
|
Binary file not shown.
|
@ -0,0 +1 @@
|
|||
c542d1d94a9414332b48a2acbc67f102
|
|
@ -0,0 +1 @@
|
|||
ee8a52eb16efe7128f25b7bb40cc1874f81569fc
|
Binary file not shown.
|
@ -0,0 +1 @@
|
|||
fed5044bb581894f692eb769c7c4cde2
|
|
@ -0,0 +1 @@
|
|||
1d6db1a40716be247008a700efcab520e2e048a2
|
|
@ -0,0 +1,101 @@
|
|||
<project>
|
||||
<pomVersion>3</pomVersion>
|
||||
<groupId>org.kohsuke.stapler</groupId>
|
||||
<artifactId>stapler</artifactId>
|
||||
<currentVersion>1.10-SNAPSHOT</currentVersion>
|
||||
<shortDescription>Stapler HTTP request handling engine</shortDescription>
|
||||
<description>Stapler HTTP request handling engine</description>
|
||||
<issueTrackingUrl>https://stapler.dev.java.net/servlets/ProjectIssues</issueTrackingUrl>
|
||||
<mailingLists>
|
||||
<mailingList>
|
||||
<name>Users List</name>
|
||||
<subscribe>users-subscribe@stapler.dev.java.net</subscribe>
|
||||
<unsubscribe>users-unsubscribe@stapler.dev.java.net</unsubscribe>
|
||||
<archive>https://stapler.dev.java.net/servlets/SummarizeList?listName=users</archive>
|
||||
</mailingList>
|
||||
<mailingList>
|
||||
<name>Issues List</name>
|
||||
<subscribe>issues-subscribe@stapler.dev.java.net</subscribe>
|
||||
<unsubscribe>issues-unsubscribe@stapler.dev.java.net</unsubscribe>
|
||||
<archive>https://stapler.dev.java.net/servlets/SummarizeList?listName=issues</archive>
|
||||
</mailingList>
|
||||
<mailingList>
|
||||
<name>CVS List</name>
|
||||
<subscribe>cvs-subscribe@stapler.dev.java.net</subscribe>
|
||||
<unsubscribe>cvs-unsubscribe@stapler.dev.java.net</unsubscribe>
|
||||
<archive>https://stapler.dev.java.net/servlets/SummarizeList?listName=cvs</archive>
|
||||
</mailingList>
|
||||
</mailingLists>
|
||||
<developers>
|
||||
<developer>
|
||||
<id>kohsuke</id>
|
||||
<name>Kohsuke Kawaguchi</name>
|
||||
<email>kk@kohsuke.org</email>
|
||||
</developer>
|
||||
</developers>
|
||||
<reports>
|
||||
<report>maven-license-plugin</report>
|
||||
<report>maven-changelog-plugin</report>
|
||||
<report>maven-changes-plugin</report>
|
||||
<report>maven-developer-activity-plugin</report>
|
||||
<report>maven-file-activity-plugin</report>
|
||||
<report>maven-javadoc-plugin</report>
|
||||
<report>maven-jellydoc-plugin</report>
|
||||
<report>maven-junit-report-plugin</report>
|
||||
<report>maven-linkcheck-plugin</report>
|
||||
</reports>
|
||||
<organization>
|
||||
<url>http://www.java.net/</url>
|
||||
<logo>https://dalma.dev.java.net/maven/images/java.net-logo.png</logo>
|
||||
</organization>
|
||||
<package>org.kohsuke.stapler</package>
|
||||
<build>
|
||||
<sourceDirectory>src</sourceDirectory>
|
||||
<unitTest />
|
||||
<resources>
|
||||
<resource>
|
||||
<directory>src</directory>
|
||||
<includes>
|
||||
<include>META-INF/taglib.tld</include>
|
||||
</includes>
|
||||
</resource>
|
||||
</resources>
|
||||
</build>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>javax.servlet</groupId>
|
||||
<artifactId>servlet-api</artifactId>
|
||||
<version>2.3</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>javax.servlet</groupId>
|
||||
<artifactId>jsp-api</artifactId>
|
||||
<version>2.0</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>commons-jelly</groupId>
|
||||
<artifactId>commons-jelly</artifactId>
|
||||
<version>1.0</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>dom4j</groupId>
|
||||
<artifactId>dom4j</artifactId>
|
||||
<version>1.6.1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>commons-jexl</groupId>
|
||||
<artifactId>commons-jexl</artifactId>
|
||||
<version>1.0</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>commons-beanutils</groupId>
|
||||
<artifactId>commons-beanutils</artifactId>
|
||||
<version>1.6</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>groovy</groupId>
|
||||
<artifactId>groovy-all</artifactId>
|
||||
<version>1.0-jsr-06</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</project>
|
|
@ -0,0 +1 @@
|
|||
4252d528de5ef2faa907d61f26604e81
|
|
@ -0,0 +1 @@
|
|||
a9b30bcfbf91151c47720124b756b25e137cfb4d
|
|
@ -0,0 +1,101 @@
|
|||
<project>
|
||||
<pomVersion>3</pomVersion>
|
||||
<groupId>org.kohsuke.stapler</groupId>
|
||||
<artifactId>stapler</artifactId>
|
||||
<currentVersion>1.10</currentVersion>
|
||||
<shortDescription>Stapler HTTP request handling engine</shortDescription>
|
||||
<description>Stapler HTTP request handling engine</description>
|
||||
<issueTrackingUrl>https://stapler.dev.java.net/servlets/ProjectIssues</issueTrackingUrl>
|
||||
<mailingLists>
|
||||
<mailingList>
|
||||
<name>Users List</name>
|
||||
<subscribe>users-subscribe@stapler.dev.java.net</subscribe>
|
||||
<unsubscribe>users-unsubscribe@stapler.dev.java.net</unsubscribe>
|
||||
<archive>https://stapler.dev.java.net/servlets/SummarizeList?listName=users</archive>
|
||||
</mailingList>
|
||||
<mailingList>
|
||||
<name>Issues List</name>
|
||||
<subscribe>issues-subscribe@stapler.dev.java.net</subscribe>
|
||||
<unsubscribe>issues-unsubscribe@stapler.dev.java.net</unsubscribe>
|
||||
<archive>https://stapler.dev.java.net/servlets/SummarizeList?listName=issues</archive>
|
||||
</mailingList>
|
||||
<mailingList>
|
||||
<name>CVS List</name>
|
||||
<subscribe>cvs-subscribe@stapler.dev.java.net</subscribe>
|
||||
<unsubscribe>cvs-unsubscribe@stapler.dev.java.net</unsubscribe>
|
||||
<archive>https://stapler.dev.java.net/servlets/SummarizeList?listName=cvs</archive>
|
||||
</mailingList>
|
||||
</mailingLists>
|
||||
<developers>
|
||||
<developer>
|
||||
<id>kohsuke</id>
|
||||
<name>Kohsuke Kawaguchi</name>
|
||||
<email>kk@kohsuke.org</email>
|
||||
</developer>
|
||||
</developers>
|
||||
<reports>
|
||||
<report>maven-license-plugin</report>
|
||||
<report>maven-changelog-plugin</report>
|
||||
<report>maven-changes-plugin</report>
|
||||
<report>maven-developer-activity-plugin</report>
|
||||
<report>maven-file-activity-plugin</report>
|
||||
<report>maven-javadoc-plugin</report>
|
||||
<report>maven-jellydoc-plugin</report>
|
||||
<report>maven-junit-report-plugin</report>
|
||||
<report>maven-linkcheck-plugin</report>
|
||||
</reports>
|
||||
<organization>
|
||||
<url>http://www.java.net/</url>
|
||||
<logo>https://dalma.dev.java.net/maven/images/java.net-logo.png</logo>
|
||||
</organization>
|
||||
<package>org.kohsuke.stapler</package>
|
||||
<build>
|
||||
<sourceDirectory>src</sourceDirectory>
|
||||
<unitTest />
|
||||
<resources>
|
||||
<resource>
|
||||
<directory>src</directory>
|
||||
<includes>
|
||||
<include>META-INF/taglib.tld</include>
|
||||
</includes>
|
||||
</resource>
|
||||
</resources>
|
||||
</build>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>javax.servlet</groupId>
|
||||
<artifactId>servlet-api</artifactId>
|
||||
<version>2.3</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>javax.servlet</groupId>
|
||||
<artifactId>jsp-api</artifactId>
|
||||
<version>2.0</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>commons-jelly</groupId>
|
||||
<artifactId>commons-jelly</artifactId>
|
||||
<version>1.0</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>dom4j</groupId>
|
||||
<artifactId>dom4j</artifactId>
|
||||
<version>1.6.1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>commons-jexl</groupId>
|
||||
<artifactId>commons-jexl</artifactId>
|
||||
<version>1.0</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>commons-beanutils</groupId>
|
||||
<artifactId>commons-beanutils</artifactId>
|
||||
<version>1.6</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>groovy</groupId>
|
||||
<artifactId>groovy-all</artifactId>
|
||||
<version>1.0-jsr-06</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</project>
|
|
@ -0,0 +1 @@
|
|||
6a403564d86482a0a0e77338aa2d021d
|
|
@ -0,0 +1 @@
|
|||
1e636393906fc019a4a3132112daa18a8fb14145
|
Loading…
Reference in New Issue