INT-2369 package-info IP

INT-2360 package-info Core

INT-2361 package-info AMQP

INT-2362 package-info Event

INT-2363 package-info Feed

INT-2364 package-info File

INT-2365 INT-2380 package-info (S)FTP

INT-2366 package-info GemFire

INT-2367 package-info Groovy

INT-2368 package-info Http

INT-2378 package-info Scripting

INT-2372 package-info JMS
This commit is contained in:
Gary Russell
2012-01-05 10:53:01 -05:00
committed by Mark Fisher
parent 55a6f87bc7
commit b59ee8e352
86 changed files with 350 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
/**
* Provides classes for configuration - parsers, namespace handlers.
*/
package org.springframework.integration.scripting.config.jsr223;

View File

@@ -0,0 +1,4 @@
/**
* Base package supporting configuration.
*/
package org.springframework.integration.scripting.config;

View File

@@ -0,0 +1,4 @@
/**
* Provides classes supporting JSR223 Scripting.
*/
package org.springframework.integration.scripting.jsr223;

View File

@@ -0,0 +1,4 @@
/**
* Base package for scripting support.
*/
package org.springframework.integration.scripting;