项目初始导入
This commit is contained in:
33
.classpath
Normal file
33
.classpath
Normal file
@@ -0,0 +1,33 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<classpath>
|
||||
<classpathentry kind="src" output="target/classes" path="src/main/java">
|
||||
<attributes>
|
||||
<attribute name="optional" value="true"/>
|
||||
<attribute name="maven.pomderived" value="true"/>
|
||||
</attributes>
|
||||
</classpathentry>
|
||||
<classpathentry excluding="**" kind="src" output="target/test-classes" path="src/test/resources">
|
||||
<attributes>
|
||||
<attribute name="maven.pomderived" value="true"/>
|
||||
</attributes>
|
||||
</classpathentry>
|
||||
<classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources">
|
||||
<attributes>
|
||||
<attribute name="maven.pomderived" value="true"/>
|
||||
</attributes>
|
||||
</classpathentry>
|
||||
<classpathentry kind="src" output="target/test-classes" path="src/test/java">
|
||||
<attributes>
|
||||
<attribute name="optional" value="true"/>
|
||||
<attribute name="maven.pomderived" value="true"/>
|
||||
</attributes>
|
||||
</classpathentry>
|
||||
<classpathentry exported="true" kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
|
||||
<attributes>
|
||||
<attribute name="maven.pomderived" value="true"/>
|
||||
<attribute name="org.eclipse.jst.component.dependency" value="/WEB-INF/lib"/>
|
||||
</attributes>
|
||||
</classpathentry>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/jdk1.7.0_80"/>
|
||||
<classpathentry kind="output" path="target/classes"/>
|
||||
</classpath>
|
||||
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
/target
|
||||
53
.project
Normal file
53
.project
Normal file
@@ -0,0 +1,53 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<projectDescription>
|
||||
<name>gwall</name>
|
||||
<comment></comment>
|
||||
<projects>
|
||||
</projects>
|
||||
<buildSpec>
|
||||
<buildCommand>
|
||||
<name>org.eclipse.wst.jsdt.core.javascriptValidator</name>
|
||||
<arguments>
|
||||
</arguments>
|
||||
</buildCommand>
|
||||
<buildCommand>
|
||||
<name>org.eclipse.jdt.core.javabuilder</name>
|
||||
<arguments>
|
||||
</arguments>
|
||||
</buildCommand>
|
||||
<buildCommand>
|
||||
<name>org.eclipse.wst.common.project.facet.core.builder</name>
|
||||
<arguments>
|
||||
</arguments>
|
||||
</buildCommand>
|
||||
<buildCommand>
|
||||
<name>org.eclipse.wst.validation.validationbuilder</name>
|
||||
<arguments>
|
||||
</arguments>
|
||||
</buildCommand>
|
||||
<buildCommand>
|
||||
<name>org.zeroturnaround.eclipse.rebelXmlBuilder</name>
|
||||
<arguments>
|
||||
</arguments>
|
||||
</buildCommand>
|
||||
<buildCommand>
|
||||
<name>org.eclipse.m2e.core.maven2Builder</name>
|
||||
<arguments>
|
||||
</arguments>
|
||||
</buildCommand>
|
||||
<buildCommand>
|
||||
<name>com.genuitec.eclipse.ast.deploy.core.DeploymentBuilder</name>
|
||||
<arguments>
|
||||
</arguments>
|
||||
</buildCommand>
|
||||
</buildSpec>
|
||||
<natures>
|
||||
<nature>org.eclipse.jem.workbench.JavaEMFNature</nature>
|
||||
<nature>org.eclipse.wst.common.modulecore.ModuleCoreNature</nature>
|
||||
<nature>org.eclipse.jdt.core.javanature</nature>
|
||||
<nature>org.eclipse.m2e.core.maven2Nature</nature>
|
||||
<nature>org.eclipse.wst.common.project.facet.core.nature</nature>
|
||||
<nature>org.eclipse.wst.jsdt.core.jsNature</nature>
|
||||
<nature>org.zeroturnaround.eclipse.jrebelNature</nature>
|
||||
</natures>
|
||||
</projectDescription>
|
||||
13
.settings/.jsdtscope
Normal file
13
.settings/.jsdtscope
Normal file
@@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<classpath>
|
||||
<classpathentry kind="src" path="src/main/webapp"/>
|
||||
<classpathentry kind="src" path="target/m2e-wtp/web-resources"/>
|
||||
<classpathentry kind="con" path="org.eclipse.wst.jsdt.launching.JRE_CONTAINER"/>
|
||||
<classpathentry kind="con" path="org.eclipse.wst.jsdt.launching.WebProject">
|
||||
<attributes>
|
||||
<attribute name="hide" value="true"/>
|
||||
</attributes>
|
||||
</classpathentry>
|
||||
<classpathentry kind="con" path="org.eclipse.wst.jsdt.launching.baseBrowserLibrary"/>
|
||||
<classpathentry kind="output" path=""/>
|
||||
</classpath>
|
||||
2
.settings/com.genuitec.eclipse.j2eedt.core.prefs
Normal file
2
.settings/com.genuitec.eclipse.j2eedt.core.prefs
Normal file
@@ -0,0 +1,2 @@
|
||||
defaultTldInfo=f\=http\://java.sun.com/jsf/core;http\://java.sun.com/jsf/html\=h;http\://struts.apache.org/tags-bean\=bean;http\://java.sun.com/jsp/jstl/fmt\=fmt;nested\=http\://struts.apache.org/tags-nested;bean\=http\://struts.apache.org/tags-bean;http\://java.sun.com/jsp/jstl/sql\=sql;c\=http\://java.sun.com/jsp/jstl/core;fmt\=http\://java.sun.com/jsp/jstl/fmt;http\://struts.apache.org/tags-logic\=logic;http\://java.sun.com/jsp/jstl/xml\=x;http\://java.sun.com/jsp/jstl/core\=c;logic\=http\://struts.apache.org/tags-logic;h\=http\://java.sun.com/jsf/html;http\://struts.apache.org/tags-tiles\=tiles;http\://java.sun.com/jsp/jstl/functions\=fn;tiles\=http\://struts.apache.org/tags-tiles;sql\=http\://java.sun.com/jsp/jstl/sql;http\://struts.apache.org/tags-html\=html;http\://struts.apache.org/tags-nested\=nested;html\=http\://struts.apache.org/tags-html;http\://java.sun.com/jsf/core\=f;fn\=http\://java.sun.com/jsp/jstl/functions;x\=http\://java.sun.com/jsp/jstl/xml
|
||||
eclipse.preferences.version=1
|
||||
2
.settings/com.genuitec.eclipse.migration.prefs
Normal file
2
.settings/com.genuitec.eclipse.migration.prefs
Normal file
@@ -0,0 +1,2 @@
|
||||
eclipse.preferences.version=1
|
||||
performed.operation.me.install.mavenfacet=1.0
|
||||
@@ -0,0 +1,3 @@
|
||||
eclipse.preferences.version=1
|
||||
xdoclet.build.policy=automatic
|
||||
xdoclet.jdk.support=jdk5
|
||||
14
.settings/org.eclipse.core.resources.prefs
Normal file
14
.settings/org.eclipse.core.resources.prefs
Normal file
@@ -0,0 +1,14 @@
|
||||
eclipse.preferences.version=1
|
||||
encoding//src/main/java=UTF-8
|
||||
encoding//src/main/resources/b.txt=UTF-8
|
||||
encoding//src/main/resources/jdbc.properties=UTF-8
|
||||
encoding//src/main/resources/log4j.properties=UTF-8
|
||||
encoding//src/main/resources/matt.properties=UTF-8
|
||||
encoding//src/main/resources/nis.properties=UTF-8
|
||||
encoding//src/main/resources/table.properties=UTF-8
|
||||
encoding//src/main/webapp/WEB-INF/include/header.jsp=UTF-8
|
||||
encoding//src/main/webapp/WEB-INF/tlds/fns.tld=UTF-8
|
||||
encoding//src/main/webapp/WEB-INF/views/letter/process/errorView.jsp=UTF-8
|
||||
encoding//src/main/webapp/static/common/jeesite.css=UTF-8
|
||||
encoding//src/test/java=UTF-8
|
||||
encoding/<project>=UTF-8
|
||||
13
.settings/org.eclipse.jdt.core.prefs
Normal file
13
.settings/org.eclipse.jdt.core.prefs
Normal file
@@ -0,0 +1,13 @@
|
||||
eclipse.preferences.version=1
|
||||
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
|
||||
org.eclipse.jdt.core.compiler.codegen.methodParameters=do not generate
|
||||
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7
|
||||
org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
|
||||
org.eclipse.jdt.core.compiler.compliance=1.7
|
||||
org.eclipse.jdt.core.compiler.debug.lineNumber=generate
|
||||
org.eclipse.jdt.core.compiler.debug.localVariable=generate
|
||||
org.eclipse.jdt.core.compiler.debug.sourceFile=generate
|
||||
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
|
||||
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
|
||||
org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning
|
||||
org.eclipse.jdt.core.compiler.source=1.7
|
||||
4
.settings/org.eclipse.m2e.core.prefs
Normal file
4
.settings/org.eclipse.m2e.core.prefs
Normal file
@@ -0,0 +1,4 @@
|
||||
activeProfiles=
|
||||
eclipse.preferences.version=1
|
||||
resolveWorkspaceProjects=true
|
||||
version=1
|
||||
10
.settings/org.eclipse.wst.common.component
Normal file
10
.settings/org.eclipse.wst.common.component
Normal file
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?><project-modules id="moduleCoreId" project-version="1.5.0">
|
||||
<wb-module deploy-name="gk">
|
||||
<wb-resource deploy-path="/" source-path="/target/m2e-wtp/web-resources"/>
|
||||
<wb-resource deploy-path="/" source-path="/src/main/webapp" tag="defaultRootSource"/>
|
||||
<wb-resource deploy-path="/WEB-INF/classes" source-path="/src/main/java"/>
|
||||
<wb-resource deploy-path="/WEB-INF/classes" source-path="/src/main/resources"/>
|
||||
<property name="java-output-path" value="/gk/target/classes"/>
|
||||
<property name="context-root" value="/gwall"/>
|
||||
</wb-module>
|
||||
</project-modules>
|
||||
@@ -0,0 +1,7 @@
|
||||
<root>
|
||||
<facet id="jst.jaxrs">
|
||||
<node name="libprov">
|
||||
<attribute name="provider-id" value="maven-lib-provider"/>
|
||||
</node>
|
||||
</facet>
|
||||
</root>
|
||||
9
.settings/org.eclipse.wst.common.project.facet.core.xml
Normal file
9
.settings/org.eclipse.wst.common.project.facet.core.xml
Normal file
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<faceted-project>
|
||||
<fixed facet="wst.jsdt.web"/>
|
||||
<installed facet="wst.jsdt.web" version="1.0"/>
|
||||
<installed facet="java" version="1.7"/>
|
||||
<installed facet="jst.web" version="3.0"/>
|
||||
<installed facet="jst.jaxrs" version="1.1"/>
|
||||
<installed facet="maven" version="1.0"/>
|
||||
</faceted-project>
|
||||
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<faceted-project>
|
||||
<fixed facet="wst.jsdt.web"/>
|
||||
<installed facet="wst.jsdt.web" version="1.0"/>
|
||||
<installed facet="java" version="1.7"/>
|
||||
<installed facet="jst.web" version="3.1"/>
|
||||
</faceted-project>
|
||||
1
.settings/org.eclipse.wst.jsdt.ui.superType.container
Normal file
1
.settings/org.eclipse.wst.jsdt.ui.superType.container
Normal file
@@ -0,0 +1 @@
|
||||
org.eclipse.wst.jsdt.launching.baseBrowserLibrary
|
||||
1
.settings/org.eclipse.wst.jsdt.ui.superType.name
Normal file
1
.settings/org.eclipse.wst.jsdt.ui.superType.name
Normal file
@@ -0,0 +1 @@
|
||||
Window
|
||||
2
.settings/org.eclipse.wst.validation.prefs
Normal file
2
.settings/org.eclipse.wst.validation.prefs
Normal file
@@ -0,0 +1,2 @@
|
||||
disabled=06target
|
||||
eclipse.preferences.version=1
|
||||
2
.settings/org.eclipse.wst.ws.service.policy.prefs
Normal file
2
.settings/org.eclipse.wst.ws.service.policy.prefs
Normal file
@@ -0,0 +1,2 @@
|
||||
eclipse.preferences.version=1
|
||||
org.eclipse.wst.ws.service.policy.projectEnabled=false
|
||||
BIN
lib/XmlSchema-1.4.3.jar
Normal file
BIN
lib/XmlSchema-1.4.3.jar
Normal file
Binary file not shown.
BIN
lib/activation-1.1.jar
Normal file
BIN
lib/activation-1.1.jar
Normal file
Binary file not shown.
BIN
lib/ant-1.7.0.jar
Normal file
BIN
lib/ant-1.7.0.jar
Normal file
Binary file not shown.
BIN
lib/ant-launcher-1.7.0.jar
Normal file
BIN
lib/ant-launcher-1.7.0.jar
Normal file
Binary file not shown.
BIN
lib/aopalliance-1.0.jar
Normal file
BIN
lib/aopalliance-1.0.jar
Normal file
Binary file not shown.
BIN
lib/apache-ant-zip-2.3.jar
Normal file
BIN
lib/apache-ant-zip-2.3.jar
Normal file
Binary file not shown.
BIN
lib/asm-5.0.4.jar
Normal file
BIN
lib/asm-5.0.4.jar
Normal file
Binary file not shown.
BIN
lib/aspectjweaver-1.8.6.jar
Normal file
BIN
lib/aspectjweaver-1.8.6.jar
Normal file
Binary file not shown.
BIN
lib/axiom-api-1.2.8.jar
Normal file
BIN
lib/axiom-api-1.2.8.jar
Normal file
Binary file not shown.
BIN
lib/axiom-dom-1.2.8.jar
Normal file
BIN
lib/axiom-dom-1.2.8.jar
Normal file
Binary file not shown.
BIN
lib/axiom-impl-1.2.8.jar
Normal file
BIN
lib/axiom-impl-1.2.8.jar
Normal file
Binary file not shown.
258
lib/axis2-1.5.1.pom
Normal file
258
lib/axis2-1.5.1.pom
Normal file
@@ -0,0 +1,258 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<!--
|
||||
~ Licensed to the Apache Software Foundation (ASF) under one
|
||||
~ or more contributor license agreements. See the NOTICE file
|
||||
~ distributed with this work for additional information
|
||||
~ regarding copyright ownership. The ASF licenses this file
|
||||
~ to you 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.
|
||||
-->
|
||||
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
||||
<parent>
|
||||
<groupId>org.apache</groupId>
|
||||
<artifactId>apache</artifactId>
|
||||
<version>3</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>org.apache.axis2</groupId>
|
||||
<artifactId>axis2</artifactId>
|
||||
<version>1.5.1</version>
|
||||
<packaging>pom</packaging>
|
||||
<name>Apache Axis2 - Root</name>
|
||||
<modules>
|
||||
<module>modules/adb</module>
|
||||
<module>modules/adb-codegen</module>
|
||||
<module>modules/addressing</module>
|
||||
<module>modules/codegen</module>
|
||||
<module>modules/fastinfoset</module>
|
||||
<module>modules/integration</module>
|
||||
<module>modules/java2wsdl</module>
|
||||
<module>modules/jibx</module>
|
||||
<module>modules/json</module>
|
||||
<module>modules/kernel</module>
|
||||
<module>modules/mex</module>
|
||||
<module>modules/mtompolicy</module>
|
||||
<module>modules/mtompolicy-mar</module>
|
||||
<module>modules/parent</module>
|
||||
<module>modules/ping</module>
|
||||
<module>modules/samples/version</module>
|
||||
<module>modules/soapmonitor</module>
|
||||
<module>modules/spring</module>
|
||||
<module>modules/tool/axis2-aar-maven-plugin</module>
|
||||
<module>modules/tool/axis2-ant-plugin</module>
|
||||
<module>modules/tool/axis2-eclipse-codegen-plugin</module>
|
||||
<module>modules/tool/axis2-eclipse-service-plugin</module>
|
||||
<module>modules/tool/axis2-idea-plugin</module>
|
||||
<module>modules/tool/axis2-java2wsdl-maven-plugin</module>
|
||||
<module>modules/tool/axis2-mar-maven-plugin</module>
|
||||
<module>modules/tool/axis2-wsdl2code-maven-plugin</module>
|
||||
<module>modules/webapp</module>
|
||||
<module>modules/xmlbeans</module>
|
||||
<module>modules/samples</module>
|
||||
<module>modules/scripting</module>
|
||||
<module>modules/jaxbri</module>
|
||||
<module>modules/metadata</module>
|
||||
<module>modules/saaj</module>
|
||||
<module>modules/jaxws</module>
|
||||
<module>modules/jaxws-mar</module>
|
||||
<module>modules/jaxws-integration</module>
|
||||
<module>modules/clustering</module>
|
||||
<module>modules/corba</module>
|
||||
<module>modules/osgi</module>
|
||||
<module>modules/transport/local</module>
|
||||
<module>modules/transport/http</module>
|
||||
</modules>
|
||||
<profiles>
|
||||
<profile>
|
||||
<id>plugins</id>
|
||||
<modules>
|
||||
<module>modules/tool/axis2-aar-maven-plugin</module>
|
||||
<module>modules/tool/axis2-mar-maven-plugin</module>
|
||||
</modules>
|
||||
</profile>
|
||||
<profile>
|
||||
<id>transport</id>
|
||||
<activation>
|
||||
<file>
|
||||
<exists>../transport</exists>
|
||||
</file>
|
||||
</activation>
|
||||
<modules>
|
||||
<module>../transport/modules/parent</module>
|
||||
<module>../transport/modules/base</module>
|
||||
<module>../transport/modules/tcp</module>
|
||||
<module>../transport/modules/xmpp</module>
|
||||
<module>../transport/modules/mail</module>
|
||||
<module>../transport/modules/jms</module>
|
||||
</modules>
|
||||
</profile>
|
||||
<profile>
|
||||
<id>release</id>
|
||||
<activation>
|
||||
<property>
|
||||
<name>release</name>
|
||||
</property>
|
||||
</activation>
|
||||
<modules>
|
||||
<module>modules/documentation</module>
|
||||
<module>modules/distribution</module>
|
||||
</modules>
|
||||
</profile>
|
||||
<profile>
|
||||
<id>java15</id>
|
||||
<activation>
|
||||
<jdk>1.5</jdk>
|
||||
</activation>
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-antrun-plugin</artifactId>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>axis2-jar</id>
|
||||
<phase>package</phase>
|
||||
<configuration>
|
||||
<tasks>
|
||||
<mkdir dir="target/lib"/>
|
||||
<jar destfile="target/lib/axis2-${pom.version}.jar">
|
||||
<fileset dir="modules/java2wsdl/target/classes"/>
|
||||
<fileset dir="modules/kernel/target/classes"/>
|
||||
<fileset dir="modules/addressing/target/classes"/>
|
||||
<fileset dir="modules/codegen/target/classes"/>
|
||||
<fileset dir="modules/adb/target/classes"/>
|
||||
<fileset dir="modules/adb-codegen/target/classes"/>
|
||||
<fileset dir="modules/xmlbeans/target/classes"/>
|
||||
<fileset dir="modules/clustering/target/classes"/>
|
||||
</jar>
|
||||
</tasks>
|
||||
</configuration>
|
||||
<goals>
|
||||
<goal>run</goal>
|
||||
</goals>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
</profile>
|
||||
<profile>
|
||||
<id>java16</id>
|
||||
<activation>
|
||||
<jdk>1.6</jdk>
|
||||
</activation>
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-antrun-plugin</artifactId>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>axis2-jar</id>
|
||||
<phase>package</phase>
|
||||
<configuration>
|
||||
<tasks>
|
||||
<mkdir dir="target/lib"/>
|
||||
<jar destfile="target/lib/axis2-${pom.version}.jar">
|
||||
<fileset dir="modules/java2wsdl/target/classes"/>
|
||||
<fileset dir="modules/kernel/target/classes"/>
|
||||
<fileset dir="modules/addressing/target/classes"/>
|
||||
<fileset dir="modules/codegen/target/classes"/>
|
||||
<fileset dir="modules/adb/target/classes"/>
|
||||
<fileset dir="modules/adb-codegen/target/classes"/>
|
||||
<fileset dir="modules/xmlbeans/target/classes"/>
|
||||
<fileset dir="modules/clustering/target/classes"/>
|
||||
</jar>
|
||||
</tasks>
|
||||
</configuration>
|
||||
<goals>
|
||||
<goal>run</goal>
|
||||
</goals>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
</profile>
|
||||
</profiles>
|
||||
<ciManagement>
|
||||
<system>continuum</system>
|
||||
<url>http://vmbuild.apache.org/continuum</url>
|
||||
<notifiers>
|
||||
<notifier>
|
||||
<configuration>
|
||||
<ADDRESS>axis2-cvs@ws.apache.org</ADDRESS>
|
||||
</configuration>
|
||||
</notifier>
|
||||
</notifiers>
|
||||
</ciManagement>
|
||||
<scm>
|
||||
<connection>
|
||||
scm:svn:http://svn.apache.org/repos/asf/webservices/axis2/trunk/java/
|
||||
</connection>
|
||||
<developerConnection>
|
||||
scm:svn:https://svn.apache.org/repos/asf/webservices/axis2/trunk/java/
|
||||
</developerConnection>
|
||||
<url>http://svn.apache.org/viewvc/webservices/webservices/axis2/trunk/java/</url>
|
||||
</scm>
|
||||
<distributionManagement>
|
||||
<repository>
|
||||
<id>apache-repo</id>
|
||||
<name>Maven Central Repository</name>
|
||||
<url>
|
||||
scpexe://people.apache.org//www/people.apache.org/repo/m2-ibiblio-rsync-repository
|
||||
</url>
|
||||
</repository>
|
||||
<snapshotRepository>
|
||||
<id>apache-snapshots</id>
|
||||
<name>Apache Development Repository</name>
|
||||
<url>scpexe://people.apache.org//www/people.apache.org/repo/m2-snapshot-repository</url>
|
||||
<uniqueVersion>false</uniqueVersion>
|
||||
</snapshotRepository>
|
||||
</distributionManagement>
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<artifactId>maven-clean-plugin</artifactId>
|
||||
<configuration>
|
||||
<failOnError>false</failOnError>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.codehaus.mojo</groupId>
|
||||
<artifactId>build-helper-maven-plugin</artifactId>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>axis2-jar-package</id>
|
||||
<phase>package</phase>
|
||||
<goals>
|
||||
<goal>attach-artifact</goal>
|
||||
</goals>
|
||||
<configuration>
|
||||
<artifacts>
|
||||
<artifact>
|
||||
<file>target/lib/axis2-${pom.version}.jar</file>
|
||||
<type>jar</type>
|
||||
</artifact>
|
||||
</artifacts>
|
||||
</configuration>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
</project>
|
||||
BIN
lib/axis2-adb-1.5.1.jar
Normal file
BIN
lib/axis2-adb-1.5.1.jar
Normal file
Binary file not shown.
BIN
lib/axis2-kernel-1.5.1.jar
Normal file
BIN
lib/axis2-kernel-1.5.1.jar
Normal file
Binary file not shown.
BIN
lib/axis2-transport-http-1.5.2.jar
Normal file
BIN
lib/axis2-transport-http-1.5.2.jar
Normal file
Binary file not shown.
BIN
lib/axis2-transport-local-1.5.4.jar
Normal file
BIN
lib/axis2-transport-local-1.5.4.jar
Normal file
Binary file not shown.
BIN
lib/bonecp-0.8.0.RELEASE.jar
Normal file
BIN
lib/bonecp-0.8.0.RELEASE.jar
Normal file
Binary file not shown.
BIN
lib/cas-client-core-3.2.1.jar
Normal file
BIN
lib/cas-client-core-3.2.1.jar
Normal file
Binary file not shown.
BIN
lib/ckfinder-2.3.jar
Normal file
BIN
lib/ckfinder-2.3.jar
Normal file
Binary file not shown.
BIN
lib/ckfinderplugin-fileeditor-2.3.jar
Normal file
BIN
lib/ckfinderplugin-fileeditor-2.3.jar
Normal file
Binary file not shown.
BIN
lib/ckfinderplugin-imageresize-2.3.jar
Normal file
BIN
lib/ckfinderplugin-imageresize-2.3.jar
Normal file
Binary file not shown.
BIN
lib/commons-beanutils-1.8.3.jar
Normal file
BIN
lib/commons-beanutils-1.8.3.jar
Normal file
Binary file not shown.
BIN
lib/commons-codec-1.10.jar
Normal file
BIN
lib/commons-codec-1.10.jar
Normal file
Binary file not shown.
BIN
lib/commons-collections-3.2.1.jar
Normal file
BIN
lib/commons-collections-3.2.1.jar
Normal file
Binary file not shown.
BIN
lib/commons-fileupload-1.3.1.jar
Normal file
BIN
lib/commons-fileupload-1.3.1.jar
Normal file
Binary file not shown.
BIN
lib/commons-httpclient-3.1.jar
Normal file
BIN
lib/commons-httpclient-3.1.jar
Normal file
Binary file not shown.
BIN
lib/commons-io-2.2.jar
Normal file
BIN
lib/commons-io-2.2.jar
Normal file
Binary file not shown.
BIN
lib/commons-lang-2.5.jar
Normal file
BIN
lib/commons-lang-2.5.jar
Normal file
Binary file not shown.
BIN
lib/commons-lang3-3.3.2.jar
Normal file
BIN
lib/commons-lang3-3.3.2.jar
Normal file
Binary file not shown.
BIN
lib/commons-logging-1.1.1.jar
Normal file
BIN
lib/commons-logging-1.1.1.jar
Normal file
Binary file not shown.
BIN
lib/commons-pool2-2.0.jar
Normal file
BIN
lib/commons-pool2-2.0.jar
Normal file
Binary file not shown.
BIN
lib/cpdetector-1.0.7.jar
Normal file
BIN
lib/cpdetector-1.0.7.jar
Normal file
Binary file not shown.
BIN
lib/cxf-core-3.1.4.jar
Normal file
BIN
lib/cxf-core-3.1.4.jar
Normal file
Binary file not shown.
BIN
lib/cxf-rt-bindings-soap-3.1.4.jar
Normal file
BIN
lib/cxf-rt-bindings-soap-3.1.4.jar
Normal file
Binary file not shown.
BIN
lib/cxf-rt-bindings-xml-3.1.4.jar
Normal file
BIN
lib/cxf-rt-bindings-xml-3.1.4.jar
Normal file
Binary file not shown.
BIN
lib/cxf-rt-databinding-jaxb-3.1.4.jar
Normal file
BIN
lib/cxf-rt-databinding-jaxb-3.1.4.jar
Normal file
Binary file not shown.
BIN
lib/cxf-rt-frontend-jaxws-3.1.4.jar
Normal file
BIN
lib/cxf-rt-frontend-jaxws-3.1.4.jar
Normal file
Binary file not shown.
BIN
lib/cxf-rt-frontend-simple-3.1.4.jar
Normal file
BIN
lib/cxf-rt-frontend-simple-3.1.4.jar
Normal file
Binary file not shown.
BIN
lib/cxf-rt-transports-http-3.1.4.jar
Normal file
BIN
lib/cxf-rt-transports-http-3.1.4.jar
Normal file
Binary file not shown.
BIN
lib/cxf-rt-ws-addr-3.1.4.jar
Normal file
BIN
lib/cxf-rt-ws-addr-3.1.4.jar
Normal file
Binary file not shown.
BIN
lib/cxf-rt-ws-policy-3.1.4.jar
Normal file
BIN
lib/cxf-rt-ws-policy-3.1.4.jar
Normal file
Binary file not shown.
BIN
lib/cxf-rt-wsdl-3.1.4.jar
Normal file
BIN
lib/cxf-rt-wsdl-3.1.4.jar
Normal file
Binary file not shown.
BIN
lib/dom4j-1.6.1.jar
Normal file
BIN
lib/dom4j-1.6.1.jar
Normal file
Binary file not shown.
BIN
lib/ehcache-core-2.6.9.jar
Normal file
BIN
lib/ehcache-core-2.6.9.jar
Normal file
Binary file not shown.
BIN
lib/ehcache-web-2.0.4.jar
Normal file
BIN
lib/ehcache-web-2.0.4.jar
Normal file
Binary file not shown.
BIN
lib/ezmorph-1.0.6.jar
Normal file
BIN
lib/ezmorph-1.0.6.jar
Normal file
Binary file not shown.
BIN
lib/filters-2.0.235-1.jar
Normal file
BIN
lib/filters-2.0.235-1.jar
Normal file
Binary file not shown.
BIN
lib/geronimo-activation_1.1_spec-1.0.1.jar
Normal file
BIN
lib/geronimo-activation_1.1_spec-1.0.1.jar
Normal file
Binary file not shown.
BIN
lib/geronimo-javamail_1.4_spec-1.2.jar
Normal file
BIN
lib/geronimo-javamail_1.4_spec-1.2.jar
Normal file
Binary file not shown.
BIN
lib/geronimo-jta_1.1_spec-1.1.jar
Normal file
BIN
lib/geronimo-jta_1.1_spec-1.1.jar
Normal file
Binary file not shown.
BIN
lib/geronimo-stax-api_1.0_spec-1.0.1.jar
Normal file
BIN
lib/geronimo-stax-api_1.0_spec-1.0.1.jar
Normal file
Binary file not shown.
BIN
lib/geronimo-ws-metadata_2.0_spec-1.1.2.jar
Normal file
BIN
lib/geronimo-ws-metadata_2.0_spec-1.1.2.jar
Normal file
Binary file not shown.
BIN
lib/guava-15.0.jar
Normal file
BIN
lib/guava-15.0.jar
Normal file
Binary file not shown.
BIN
lib/httpcore-4.0.jar
Normal file
BIN
lib/httpcore-4.0.jar
Normal file
Binary file not shown.
BIN
lib/jackson-annotations-2.5.4.jar
Normal file
BIN
lib/jackson-annotations-2.5.4.jar
Normal file
Binary file not shown.
BIN
lib/jackson-core-2.5.4.jar
Normal file
BIN
lib/jackson-core-2.5.4.jar
Normal file
Binary file not shown.
BIN
lib/jackson-databind-2.5.4.jar
Normal file
BIN
lib/jackson-databind-2.5.4.jar
Normal file
Binary file not shown.
BIN
lib/jackson-module-jaxb-annotations-2.5.4.jar
Normal file
BIN
lib/jackson-module-jaxb-annotations-2.5.4.jar
Normal file
Binary file not shown.
BIN
lib/javax.servlet-api-3.1.0.jar
Normal file
BIN
lib/javax.servlet-api-3.1.0.jar
Normal file
Binary file not shown.
BIN
lib/jaxb-core-2.2.11.jar
Normal file
BIN
lib/jaxb-core-2.2.11.jar
Normal file
Binary file not shown.
BIN
lib/jaxb-impl-2.2.11.jar
Normal file
BIN
lib/jaxb-impl-2.2.11.jar
Normal file
Binary file not shown.
BIN
lib/jaxen-1.1.1.jar
Normal file
BIN
lib/jaxen-1.1.1.jar
Normal file
Binary file not shown.
BIN
lib/jedis-2.5.1.jar
Normal file
BIN
lib/jedis-2.5.1.jar
Normal file
Binary file not shown.
BIN
lib/json-lib-2.4-jdk15.jar
Normal file
BIN
lib/json-lib-2.4-jdk15.jar
Normal file
Binary file not shown.
BIN
lib/jsp-api-2.2.jar
Normal file
BIN
lib/jsp-api-2.2.jar
Normal file
Binary file not shown.
BIN
lib/kaptcha-2.3.2.jar
Normal file
BIN
lib/kaptcha-2.3.2.jar
Normal file
Binary file not shown.
BIN
lib/log4j-1.2.14.jar
Normal file
BIN
lib/log4j-1.2.14.jar
Normal file
Binary file not shown.
BIN
lib/mail-1.4.jar
Normal file
BIN
lib/mail-1.4.jar
Normal file
Binary file not shown.
BIN
lib/metadata-extractor-2.6.2.jar
Normal file
BIN
lib/metadata-extractor-2.6.2.jar
Normal file
Binary file not shown.
BIN
lib/mybatis-3.2.8.jar
Normal file
BIN
lib/mybatis-3.2.8.jar
Normal file
Binary file not shown.
BIN
lib/mybatis-spring-1.2.2.jar
Normal file
BIN
lib/mybatis-spring-1.2.2.jar
Normal file
Binary file not shown.
BIN
lib/mysql-connector-java-5.1.36.jar
Normal file
BIN
lib/mysql-connector-java-5.1.36.jar
Normal file
Binary file not shown.
BIN
lib/neethi-2.0.4.jar
Normal file
BIN
lib/neethi-2.0.4.jar
Normal file
Binary file not shown.
BIN
lib/nis-core-1.0.jar
Normal file
BIN
lib/nis-core-1.0.jar
Normal file
Binary file not shown.
BIN
lib/poi-3.9.jar
Normal file
BIN
lib/poi-3.9.jar
Normal file
Binary file not shown.
BIN
lib/poi-ooxml-3.9.jar
Normal file
BIN
lib/poi-ooxml-3.9.jar
Normal file
Binary file not shown.
BIN
lib/poi-ooxml-schemas-3.9.jar
Normal file
BIN
lib/poi-ooxml-schemas-3.9.jar
Normal file
Binary file not shown.
BIN
lib/servlet-api-2.3.jar
Normal file
BIN
lib/servlet-api-2.3.jar
Normal file
Binary file not shown.
BIN
lib/shiro-cas-1.2.3.jar
Normal file
BIN
lib/shiro-cas-1.2.3.jar
Normal file
Binary file not shown.
BIN
lib/shiro-core-1.2.3.jar
Normal file
BIN
lib/shiro-core-1.2.3.jar
Normal file
Binary file not shown.
BIN
lib/shiro-ehcache-1.2.3.jar
Normal file
BIN
lib/shiro-ehcache-1.2.3.jar
Normal file
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user