library
This commit is contained in:
15
spring-webflow-library/.project
Normal file
15
spring-webflow-library/.project
Normal file
@@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<projectDescription>
|
||||
<name>spring-webflow-library</name>
|
||||
<comment></comment>
|
||||
<projects>
|
||||
<project>spring-binding</project>
|
||||
<project>spring-webflow</project>
|
||||
<project>spring-js</project>
|
||||
<project>spring-faces</project>
|
||||
</projects>
|
||||
<buildSpec>
|
||||
</buildSpec>
|
||||
<natures>
|
||||
</natures>
|
||||
</projectDescription>
|
||||
6
spring-webflow-library/build.xml
Normal file
6
spring-webflow-library/build.xml
Normal file
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project name="spring-webflow-library">
|
||||
<property file="${basedir}/../build.properties"/>
|
||||
<import file="${basedir}/../build-spring-webflow/package-library.xml"/>
|
||||
<import file="${basedir}/../spring-build/library/default.xml"/>
|
||||
</project>
|
||||
28
spring-webflow-library/ivy.xml
Normal file
28
spring-webflow-library/ivy.xml
Normal file
@@ -0,0 +1,28 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?xml-stylesheet type="text/xsl" href="http://ivyrep.jayasoft.org/ivy-doc.xsl"?>
|
||||
<ivy-module
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:noNamespaceSchemaLocation="http://incubator.apache.org/ivy/schemas/ivy.xsd"
|
||||
version="1.3">
|
||||
|
||||
<info organisation="org.springframework" module="${ant.project.name}">
|
||||
<license name="Apache 2.0" url="http://www.apache.org/licenses/LICENSE-2.0"/>
|
||||
</info>
|
||||
|
||||
<configurations>
|
||||
<include file="${spring.build.dir}/common/default-ivy-configurations.xml"/>
|
||||
</configurations>
|
||||
|
||||
<publications>
|
||||
<artifact name="${ant.project.name}" type="library" ext="libd"/>
|
||||
</publications>
|
||||
|
||||
<dependencies>
|
||||
<dependency org="org.springframework.webflow" name="org.springframework.binding" rev="latest.integration" conf="compile->runtime"/>
|
||||
<dependency org="org.springframework.webflow" name="org.springframework.webflow" rev="latest.integration" conf="compile->runtime"/>
|
||||
<dependency org="org.springframework.webflow" name="org.springframework.js" rev="latest.integration" conf="optional->runtime"/>
|
||||
<dependency org="org.springframework.webflow" name="org.springframework.faces" rev="latest.integration" conf="optional->runtime"/>
|
||||
<dependency org="org.jboss.el" name="com.springsource.org.jboss.el" rev="2.0.0.GA" conf="optional->runtime"/>
|
||||
</dependencies>
|
||||
|
||||
</ivy-module>
|
||||
@@ -0,0 +1,9 @@
|
||||
Library-SymbolicName: org.springframework.webflow
|
||||
Library-Version: @bundle.version@
|
||||
Library-Name: Spring Web Flow
|
||||
Import-Bundle:
|
||||
org.springframework.binding;version="[@bundle.version@, @bundle.version@]",
|
||||
org.springframework.webflow;version="[@bundle.version@, @bundle.version@]",
|
||||
org.springframework.js;version="[@bundle.version@, @bundle.version@]";resolution:="optional",
|
||||
org.springframework.faces;version="[@bundle.version@, @bundle.version@]";resolution:="optional",
|
||||
com.springsource.org.jboss.el;version="[2.0.0.GA, 2.1.0)";resolution:="optional"
|
||||
Reference in New Issue
Block a user