[sci-flex commit] r401 - plugins/synapse/esper/trunk/java/src/main/assembly sci-flex/trunk/java/axiom/src/main/asse...

0 views
Skip to first unread message

codesite...@google.com

unread,
Jan 14, 2009, 5:27:26 AM1/14/09
to sci-fl...@googlegroups.com
Author: senakafdo
Date: Wed Jan 14 00:43:46 2009
New Revision: 401

Modified:
plugins/synapse/esper/trunk/java/src/main/assembly/bin.xml
plugins/synapse/esper/trunk/java/src/main/assembly/src.xml
sci-flex/trunk/java/axiom/src/main/assembly/bin.xml
sci-flex/trunk/java/axiom/src/main/assembly/src.xml
sci-flex/trunk/java/client/pom.xml
sci-flex/trunk/java/client/src/main/assembly/bin.xml
sci-flex/trunk/java/client/src/main/assembly/src.xml

sci-flex/trunk/java/client/src/main/java/org/sciflex/plugins/synapse/esper/client/AdminClientConstants.java

sci-flex/trunk/java/client/src/main/java/org/sciflex/plugins/synapse/esper/client/SEPluginAdminClient.java

sci-flex/trunk/java/client/src/main/java/org/sciflex/plugins/synapse/esper/client/Utils.java
sci-flex/trunk/java/client/src/main/resources/META-INF/component.xml

sci-flex/trunk/java/client/src/main/resources/org/sciflex/plugins/synapse/esper/client/i18n/Resources.properties

sci-flex/trunk/java/client/src/main/resources/web/seplugin/change_mediator_ajaxprocessor.jsp

sci-flex/trunk/java/client/src/main/resources/web/seplugin/client_question_ajaxprocessor.jsp

sci-flex/trunk/java/client/src/main/resources/web/seplugin/config_update_ajaxprocessor.jsp

sci-flex/trunk/java/client/src/main/resources/web/seplugin/display_prefs_restore_defaults_ajaxprocessor.jsp

sci-flex/trunk/java/client/src/main/resources/web/seplugin/display_prefs_update_ajaxprocessor.jsp

sci-flex/trunk/java/client/src/main/resources/web/seplugin/docs/userguide.html
sci-flex/trunk/java/client/src/main/resources/web/seplugin/index.jsp

sci-flex/trunk/java/client/src/main/resources/web/seplugin/index_script_loader_ajaxprocessor.jsp
sci-flex/trunk/java/client/src/main/resources/web/seplugin/js/queue.js
sci-flex/trunk/java/client/src/main/resources/web/seplugin/js/seplugin.js

sci-flex/trunk/java/client/src/main/resources/web/seplugin/mediator_operations_ajaxprocessor.jsp

sci-flex/trunk/java/client/src/main/resources/web/seplugin/reports_ajaxprocessor.jsp

Log:
Fixing license issues


Modified: plugins/synapse/esper/trunk/java/src/main/assembly/bin.xml
==============================================================================
--- plugins/synapse/esper/trunk/java/src/main/assembly/bin.xml (original)
+++ plugins/synapse/esper/trunk/java/src/main/assembly/bin.xml Wed Jan 14
00:43:46 2009
@@ -1,4 +1,22 @@
-<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ~ SCI-Flex: Flexible Integration of SOA and CEP
+ ~ Copyright (C) 2008, 2009 http://sci-flex.org
+ ~
+ ~ This program is free software; you can redistribute it and/or modify
+ ~ it under the terms of the GNU General Public License as published by
+ ~ the Free Software Foundation; either version 2 of the License, or
+ ~ (at your option) any later version.
+ ~
+ ~ This program is distributed in the hope that it will be useful,
+ ~ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ ~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ ~ GNU General Public License for more details.
+ ~
+ ~ You should have received a copy of the GNU General Public License
along
+ ~ with this program; if not, write to the Free Software Foundation,
Inc.,
+ ~ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+ -->
+
<assembly>
<id>bin</id>
<includeBaseDirectory>false</includeBaseDirectory>

Modified: plugins/synapse/esper/trunk/java/src/main/assembly/src.xml
==============================================================================
--- plugins/synapse/esper/trunk/java/src/main/assembly/src.xml (original)
+++ plugins/synapse/esper/trunk/java/src/main/assembly/src.xml Wed Jan 14
00:43:46 2009
@@ -1,4 +1,22 @@
-<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ~ SCI-Flex: Flexible Integration of SOA and CEP
+ ~ Copyright (C) 2008, 2009 http://sci-flex.org
+ ~
+ ~ This program is free software; you can redistribute it and/or modify
+ ~ it under the terms of the GNU General Public License as published by
+ ~ the Free Software Foundation; either version 2 of the License, or
+ ~ (at your option) any later version.
+ ~
+ ~ This program is distributed in the hope that it will be useful,
+ ~ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ ~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ ~ GNU General Public License for more details.
+ ~
+ ~ You should have received a copy of the GNU General Public License
along
+ ~ with this program; if not, write to the Free Software Foundation,
Inc.,
+ ~ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+ -->
+
<assembly>
<!-- id typically identifies the "type" (src vs bin etc) of the
assembly -->
<id>src</id>

Modified: sci-flex/trunk/java/axiom/src/main/assembly/bin.xml
==============================================================================
--- sci-flex/trunk/java/axiom/src/main/assembly/bin.xml (original)
+++ sci-flex/trunk/java/axiom/src/main/assembly/bin.xml Wed Jan 14 00:43:46
2009
@@ -1,4 +1,22 @@
-<?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.
+ -->
+
<assembly>
<id>bin</id>
<includeBaseDirectory>false</includeBaseDirectory>

Modified: sci-flex/trunk/java/axiom/src/main/assembly/src.xml
==============================================================================
--- sci-flex/trunk/java/axiom/src/main/assembly/src.xml (original)
+++ sci-flex/trunk/java/axiom/src/main/assembly/src.xml Wed Jan 14 00:43:46
2009
@@ -1,4 +1,22 @@
-<?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.
+ -->
+
<assembly>
<!-- id typically identifies the "type" (src vs bin etc) of the
assembly -->
<id>src</id>

Modified: sci-flex/trunk/java/client/pom.xml
==============================================================================
--- sci-flex/trunk/java/client/pom.xml (original)
+++ sci-flex/trunk/java/client/pom.xml Wed Jan 14 00:43:46 2009
@@ -1,20 +1,20 @@
<!--
- ~ SCI-Flex: Flexible Integration of SOA and CEP
- ~ Copyright (C) 2008, 2009 http://sci-flex.org
+ ~ 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
~
- ~ This program is free software; you can redistribute it and/or modify
- ~ it under the terms of the GNU General Public License as published by
- ~ the Free Software Foundation; either version 2 of the License, or
- ~ (at your option) any later version.
+ ~ http://www.apache.org/licenses/LICENSE-2.0
~
- ~ This program is distributed in the hope that it will be useful,
- ~ but WITHOUT ANY WARRANTY; without even the implied warranty of
- ~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- ~ GNU General Public License for more details.
- ~
- ~ You should have received a copy of the GNU General Public License
along
- ~ with this program; if not, write to the Free Software Foundation,
Inc.,
- ~ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+ ~ 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"

Modified: sci-flex/trunk/java/client/src/main/assembly/bin.xml
==============================================================================
--- sci-flex/trunk/java/client/src/main/assembly/bin.xml (original)
+++ sci-flex/trunk/java/client/src/main/assembly/bin.xml Wed Jan 14
00:43:46 2009
@@ -1,4 +1,22 @@
-<?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.
+ -->
+
<assembly>
<id>bin</id>
<includeBaseDirectory>false</includeBaseDirectory>

Modified: sci-flex/trunk/java/client/src/main/assembly/src.xml
==============================================================================
--- sci-flex/trunk/java/client/src/main/assembly/src.xml (original)
+++ sci-flex/trunk/java/client/src/main/assembly/src.xml Wed Jan 14
00:43:46 2009
@@ -1,4 +1,22 @@
-<?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.
+ -->
+
<assembly>
<!-- id typically identifies the "type" (src vs bin etc) of the
assembly -->
<id>src</id>

Modified:
sci-flex/trunk/java/client/src/main/java/org/sciflex/plugins/synapse/esper/client/AdminClientConstants.java
==============================================================================
---
sci-flex/trunk/java/client/src/main/java/org/sciflex/plugins/synapse/esper/client/AdminClientConstants.java
(original)
+++
sci-flex/trunk/java/client/src/main/java/org/sciflex/plugins/synapse/esper/client/AdminClientConstants.java
Wed Jan 14 00:43:46 2009
@@ -1,20 +1,20 @@
/*
- * SCI-Flex: Flexible Integration of SOA and CEP
- * Copyright (C) 2008, 2009 http://sci-flex.org
+ * 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
*
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
+ * http://www.apache.org/licenses/LICENSE-2.0
*
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program; if not, write to the Free Software Foundation, Inc.,
- * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+ * 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.
*/

package org.sciflex.plugins.synapse.esper.client;

Modified:
sci-flex/trunk/java/client/src/main/java/org/sciflex/plugins/synapse/esper/client/SEPluginAdminClient.java
==============================================================================
---
sci-flex/trunk/java/client/src/main/java/org/sciflex/plugins/synapse/esper/client/SEPluginAdminClient.java
(original)
+++
sci-flex/trunk/java/client/src/main/java/org/sciflex/plugins/synapse/esper/client/SEPluginAdminClient.java
Wed Jan 14 00:43:46 2009
@@ -1,20 +1,20 @@
/*
- * SCI-Flex: Flexible Integration of SOA and CEP
- * Copyright (C) 2008, 2009 http://sci-flex.org
+ * 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
*
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
+ * http://www.apache.org/licenses/LICENSE-2.0
*
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program; if not, write to the Free Software Foundation, Inc.,
- * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+ * 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.
*/

package org.sciflex.plugins.synapse.esper.client;

Modified:
sci-flex/trunk/java/client/src/main/java/org/sciflex/plugins/synapse/esper/client/Utils.java
==============================================================================
---
sci-flex/trunk/java/client/src/main/java/org/sciflex/plugins/synapse/esper/client/Utils.java
(original)
+++
sci-flex/trunk/java/client/src/main/java/org/sciflex/plugins/synapse/esper/client/Utils.java
Wed Jan 14 00:43:46 2009
@@ -1,20 +1,20 @@
/*
- * SCI-Flex: Flexible Integration of SOA and CEP
- * Copyright (C) 2008, 2009 http://sci-flex.org
+ * 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
*
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
+ * http://www.apache.org/licenses/LICENSE-2.0
*
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program; if not, write to the Free Software Foundation, Inc.,
- * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+ * 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.
*/

package org.sciflex.plugins.synapse.esper.client;

Modified:
sci-flex/trunk/java/client/src/main/resources/META-INF/component.xml
==============================================================================
--- sci-flex/trunk/java/client/src/main/resources/META-INF/component.xml
(original)
+++ sci-flex/trunk/java/client/src/main/resources/META-INF/component.xml
Wed Jan 14 00:43:46 2009
@@ -1,3 +1,22 @@
+<!--
+ ~ 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.
+ -->
+
<component xmlns="http://products.wso2.org/carbon">
<menus>
<menu>

Modified:
sci-flex/trunk/java/client/src/main/resources/org/sciflex/plugins/synapse/esper/client/i18n/Resources.properties
==============================================================================
---
sci-flex/trunk/java/client/src/main/resources/org/sciflex/plugins/synapse/esper/client/i18n/Resources.properties
(original)
+++
sci-flex/trunk/java/client/src/main/resources/org/sciflex/plugins/synapse/esper/client/i18n/Resources.properties
Wed Jan 14 00:43:46 2009
@@ -1,19 +1,19 @@
-# SCI-Flex: Flexible Integration of SOA and CEP
-# Copyright (C) 2008, 2009 http://sci-flex.org
+# 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
#
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
+# http://www.apache.org/licenses/LICENSE-2.0
#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License along
-# with this program; if not, write to the Free Software Foundation, Inc.,
-# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+# 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.
# -----------------------------------------------------------------------

# SEPlugin Admin Client: Error Messages

Modified:
sci-flex/trunk/java/client/src/main/resources/web/seplugin/change_mediator_ajaxprocessor.jsp
==============================================================================
---
sci-flex/trunk/java/client/src/main/resources/web/seplugin/change_mediator_ajaxprocessor.jsp
(original)
+++
sci-flex/trunk/java/client/src/main/resources/web/seplugin/change_mediator_ajaxprocessor.jsp
Wed Jan 14 00:43:46 2009
@@ -1,3 +1,21 @@
+<%--
+ - 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.
+ --%>
<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt" %>

<%@ page import="java.util.ResourceBundle" %>

Modified:
sci-flex/trunk/java/client/src/main/resources/web/seplugin/client_question_ajaxprocessor.jsp
==============================================================================
---
sci-flex/trunk/java/client/src/main/resources/web/seplugin/client_question_ajaxprocessor.jsp
(original)
+++
sci-flex/trunk/java/client/src/main/resources/web/seplugin/client_question_ajaxprocessor.jsp
Wed Jan 14 00:43:46 2009
@@ -1,3 +1,21 @@
+<%--
+ - 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.
+ --%>
<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt" %>

<%@ page import="java.util.ResourceBundle" %>

Modified:
sci-flex/trunk/java/client/src/main/resources/web/seplugin/config_update_ajaxprocessor.jsp
==============================================================================
---
sci-flex/trunk/java/client/src/main/resources/web/seplugin/config_update_ajaxprocessor.jsp
(original)
+++
sci-flex/trunk/java/client/src/main/resources/web/seplugin/config_update_ajaxprocessor.jsp
Wed Jan 14 00:43:46 2009
@@ -1,3 +1,21 @@
+<%--
+ - 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.
+ --%>
<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt" %>

<%@ page import="java.util.ResourceBundle" %>

Modified:
sci-flex/trunk/java/client/src/main/resources/web/seplugin/display_prefs_restore_defaults_ajaxprocessor.jsp
==============================================================================
---
sci-flex/trunk/java/client/src/main/resources/web/seplugin/display_prefs_restore_defaults_ajaxprocessor.jsp
(original)
+++
sci-flex/trunk/java/client/src/main/resources/web/seplugin/display_prefs_restore_defaults_ajaxprocessor.jsp
Wed Jan 14 00:43:46 2009
@@ -1,3 +1,21 @@
+<%--
+ - 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.
+ --%>
<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt" %>

<%@ page
import="org.sciflex.plugins.synapse.esper.client.AdminClientConstants" %>

Modified:
sci-flex/trunk/java/client/src/main/resources/web/seplugin/display_prefs_update_ajaxprocessor.jsp
==============================================================================
---
sci-flex/trunk/java/client/src/main/resources/web/seplugin/display_prefs_update_ajaxprocessor.jsp
(original)
+++
sci-flex/trunk/java/client/src/main/resources/web/seplugin/display_prefs_update_ajaxprocessor.jsp
Wed Jan 14 00:43:46 2009
@@ -1,3 +1,21 @@
+<%--
+ - 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.
+ --%>
<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt" %>

<%@ page import="java.text.MessageFormat" %>

Modified:
sci-flex/trunk/java/client/src/main/resources/web/seplugin/docs/userguide.html
==============================================================================
---
sci-flex/trunk/java/client/src/main/resources/web/seplugin/docs/userguide.html
(original)
+++
sci-flex/trunk/java/client/src/main/resources/web/seplugin/docs/userguide.html
Wed Jan 14 00:43:46 2009
@@ -1,6 +1,25 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

+<!--
+ ~ 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.
+ -->
+
<html xmlns="http://www.w3.org/1999/xhtml">

<head>

Modified:
sci-flex/trunk/java/client/src/main/resources/web/seplugin/index.jsp
==============================================================================
--- sci-flex/trunk/java/client/src/main/resources/web/seplugin/index.jsp
(original)
+++ sci-flex/trunk/java/client/src/main/resources/web/seplugin/index.jsp
Wed Jan 14 00:43:46 2009
@@ -1,3 +1,21 @@
+<%--
+ - 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.
+ --%>
<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt" %>
<%@ taglib uri="http://wso2.org/projects/carbon/taglibs/carbontags.jar"
prefix="carbon" %>


Modified:
sci-flex/trunk/java/client/src/main/resources/web/seplugin/index_script_loader_ajaxprocessor.jsp
==============================================================================
---
sci-flex/trunk/java/client/src/main/resources/web/seplugin/index_script_loader_ajaxprocessor.jsp
(original)
+++
sci-flex/trunk/java/client/src/main/resources/web/seplugin/index_script_loader_ajaxprocessor.jsp
Wed Jan 14 00:43:46 2009
@@ -1,3 +1,21 @@
+<%--
+ - 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.
+ --%>
<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt" %>
<%@ taglib uri="http://wso2.org/projects/carbon/taglibs/carbontags.jar"
prefix="carbon" %>


Modified:
sci-flex/trunk/java/client/src/main/resources/web/seplugin/js/queue.js
==============================================================================
--- sci-flex/trunk/java/client/src/main/resources/web/seplugin/js/queue.js
(original)
+++ sci-flex/trunk/java/client/src/main/resources/web/seplugin/js/queue.js
Wed Jan 14 00:43:46 2009
@@ -1,20 +1,20 @@
/*
- * SCI-Flex: Flexible Integration of SOA and CEP
- * Copyright (C) 2008, 2009 http://sci-flex.org
+ * 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
*
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
+ * http://www.apache.org/licenses/LICENSE-2.0
*
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program; if not, write to the Free Software Foundation, Inc.,
- * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+ * 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.
*/

/**

Modified:
sci-flex/trunk/java/client/src/main/resources/web/seplugin/js/seplugin.js
==============================================================================
---
sci-flex/trunk/java/client/src/main/resources/web/seplugin/js/seplugin.js
(original)
+++
sci-flex/trunk/java/client/src/main/resources/web/seplugin/js/seplugin.js
Wed Jan 14 00:43:46 2009
@@ -1,20 +1,20 @@
/*
- * SCI-Flex: Flexible Integration of SOA and CEP
- * Copyright (C) 2008, 2009 http://sci-flex.org
+ * 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
*
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
+ * http://www.apache.org/licenses/LICENSE-2.0
*
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program; if not, write to the Free Software Foundation, Inc.,
- * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+ * 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.
*/

/**

Modified:
sci-flex/trunk/java/client/src/main/resources/web/seplugin/mediator_operations_ajaxprocessor.jsp
==============================================================================
---
sci-flex/trunk/java/client/src/main/resources/web/seplugin/mediator_operations_ajaxprocessor.jsp
(original)
+++
sci-flex/trunk/java/client/src/main/resources/web/seplugin/mediator_operations_ajaxprocessor.jsp
Wed Jan 14 00:43:46 2009
@@ -1,3 +1,21 @@
+<%--
+ - 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.
+ --%>
<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt" %>

<%@ page import="java.util.ResourceBundle" %>

Modified:
sci-flex/trunk/java/client/src/main/resources/web/seplugin/reports_ajaxprocessor.jsp
==============================================================================
---
sci-flex/trunk/java/client/src/main/resources/web/seplugin/reports_ajaxprocessor.jsp
(original)
+++
sci-flex/trunk/java/client/src/main/resources/web/seplugin/reports_ajaxprocessor.jsp
Wed Jan 14 00:43:46 2009
@@ -1,3 +1,21 @@
+<%--
+ - 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.
+ --%>
<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt" %>
<%@ taglib uri="http://wso2.org/projects/carbon/taglibs/carbontags.jar"
prefix="carbon" %>

Reply all
Reply to author
Forward
0 new messages