You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by mc...@apache.org on 2010/05/26 05:08:03 UTC

svn commit: r948300 [9/9] - in /geronimo/devtools/eclipse-plugin/trunk/plugins: ./ org.apache.geronimo.j2ee.v11.jaxbmodel/ org.apache.geronimo.jaxbmodel.common/ org.apache.geronimo.jee.v21.jaxbmodel/ org.apache.geronimo.jee.v21.jaxbmodel/src/test/java/...

Propchange: geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.st.v30.jaxbmodel/src/test/resources/blueprint/blueprint-expected.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.st.v30.jaxbmodel/src/test/resources/blueprint/blueprint-expected.xml
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.st.v30.jaxbmodel/src/test/resources/blueprint/blueprint-expected.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Added: geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.st.v30.jaxbmodel/src/test/resources/jaspi/geronimo-jaspi-expected.xml
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.st.v30.jaxbmodel/src/test/resources/jaspi/geronimo-jaspi-expected.xml?rev=948300&view=auto
==============================================================================
--- geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.st.v30.jaxbmodel/src/test/resources/jaspi/geronimo-jaspi-expected.xml (added)
+++ geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.st.v30.jaxbmodel/src/test/resources/jaspi/geronimo-jaspi-expected.xml Wed May 26 03:08:01 2010
@@ -0,0 +1,100 @@
+<?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.
+-->
+<jaspi xmlns="http://geronimo.apache.org/xml/ns/geronimo-jaspi">
+    <configProvider>
+        <messageLayer>CONFIG_PROVIDER_MESSAGE_LAYER</messageLayer>
+        <appContext>CONFIG_PROVIDER_APP_CONTEXT</appContext>
+        <description>CONFIG_PROVIDER_DESCRIPTION</description>
+        <className>CONFIG_PROVIDER_CLASS_NAME</className>
+        <properties>CONFIG_PROVIDER_PROPERTIES</properties>
+        <clientAuthConfig>
+            <messageLayer>CLIENT_AUTH_CONFIG_MESSAGE_LAYER</messageLayer>
+            <appContext>CLIENT_AUTH_CONFIG_APP_CONTEXT</appContext>
+            <authenticationContextID>CLIENT_AUTH_CONFIG_AUTHENTICATION_CONTEXT_ID</authenticationContextID>
+            <protected>true</protected>
+            <clientAuthContext>
+                <messageLayer>CLIENT_AUTH_CONTEXT_MESSAGE_LAYER</messageLayer>
+                <appContext>CLIENT_AUTH_CONTEXT_APP_CONTEXT</appContext>
+                <authenticationContextID>CLIENT_AUTH_CONTEXT_AUTHENTICATION_CONTEXT_ID</authenticationContextID>
+                <clientAuthModule>
+                    <className>AUTH_MODULE_CLASS_NAME</className>
+                    <classLoaderName>AUTH_MODULE_CLASS_LOADER_NAME</classLoaderName>
+                    <requestPolicy mandatory="true">
+                        <targetPolicy>
+                            <protectionPolicy>
+<className>PROTECTION_POLICY_CLASS_NAME</className>
+                            </protectionPolicy>
+                            <target>
+<className>TARGET_CLASS_NAME</className>
+                            </target>
+                        </targetPolicy>
+                    </requestPolicy>
+                    <responsePolicy mandatory="true">
+                        <targetPolicy>
+                            <protectionPolicy>
+<className>PROTECTION_POLICY_CLASS_NAME</className>
+                            </protectionPolicy>
+                            <target>
+<className>TARGET_CLASS_NAME</className>
+                            </target>
+                        </targetPolicy>
+                    </responsePolicy>
+                    <options>AUTH_MODULE_OPTIONS</options>
+                </clientAuthModule>
+            </clientAuthContext>
+        </clientAuthConfig>
+        <serverAuthConfig>
+            <messageLayer>SERVER_AUTH_CONFIG_MESSAGE_LAYER</messageLayer>
+            <appContext>SERVER_AUTH_CONFIG_APP_CONTEXT</appContext>
+            <authenticationContextID>SERVER_AUTH_CONFIG_AUTHENTICATION_CONTEXT_ID</authenticationContextID>
+            <protected>true</protected>
+            <serverAuthContext>
+                <messageLayer>SERVER_AUTH_CONTEXT_MESSAGE_LAYER</messageLayer>
+                <appContext>SERVER_AUTH_CONTEXT_APP_CONTEXT</appContext>
+                <authenticationContextID>SERVER_AUTH_CONTEXT_AUTHENTICATION_CONTEXT_ID</authenticationContextID>
+                <serverAuthModule>
+                    <className>AUTH_MODULE_CLASS_NAME</className>
+                    <classLoaderName>AUTH_MODULE_CLASS_LOADER_NAME</classLoaderName>
+                    <requestPolicy mandatory="true">
+                        <targetPolicy>
+                            <protectionPolicy>
+<className>PROTECTION_POLICY_CLASS_NAME</className>
+                            </protectionPolicy>
+                            <target>
+<className>TARGET_CLASS_NAME</className>
+                            </target>
+                        </targetPolicy>
+                    </requestPolicy>
+                    <responsePolicy mandatory="true">
+                        <targetPolicy>
+                            <protectionPolicy>
+<className>PROTECTION_POLICY_CLASS_NAME</className>
+                            </protectionPolicy>
+                            <target>
+<className>TARGET_CLASS_NAME</className>
+                            </target>
+                        </targetPolicy>
+                    </responsePolicy>
+                    <options>AUTH_MODULE_OPTIONS</options>
+                </serverAuthModule>
+            </serverAuthContext>
+        </serverAuthConfig>
+        <persistent>true</persistent>
+        <classLoaderName>CONFIG_PROVIDER_CLASS_LOADER_NAME</classLoaderName>
+    </configProvider>
+</jaspi>

Propchange: geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.st.v30.jaxbmodel/src/test/resources/jaspi/geronimo-jaspi-expected.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.st.v30.jaxbmodel/src/test/resources/jaspi/geronimo-jaspi-expected.xml
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.st.v30.jaxbmodel/src/test/resources/jaspi/geronimo-jaspi-expected.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Modified: geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.st.v30.ui/META-INF/MANIFEST.MF
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.st.v30.ui/META-INF/MANIFEST.MF?rev=948300&r1=948299&r2=948300&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.st.v30.ui/META-INF/MANIFEST.MF (original)
+++ geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.st.v30.ui/META-INF/MANIFEST.MF Wed May 26 03:08:01 2010
@@ -7,6 +7,7 @@ Bundle-Activator: org.apache.geronimo.st
 Bundle-Localization: plugin
 Require-Bundle: 
  org.apache.geronimo.jee.v21.jaxbmodel,
+ org.apache.geronimo.st.v30.jaxbmodel,
  org.apache.geronimo.runtime.v30,
  org.apache.geronimo.st.v30.core,
  org.eclipse.core.filebuffers,

Modified: geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.st.v30.ui/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.st.v30.ui/pom.xml?rev=948300&r1=948299&r2=948300&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.st.v30.ui/pom.xml (original)
+++ geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.st.v30.ui/pom.xml Wed May 26 03:08:01 2010
@@ -146,6 +146,11 @@
         </dependency>
         <dependency>
             <groupId>org.apache.geronimo.devtools</groupId>
+            <artifactId>org.apache.geronimo.st.v30.jaxbmodel</artifactId>
+            <version>${version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.geronimo.devtools</groupId>
             <artifactId>org.apache.geronimo.runtime.common</artifactId>
             <version>${version}</version>
         </dependency>

Modified: geronimo/devtools/eclipse-plugin/trunk/plugins/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/trunk/plugins/pom.xml?rev=948300&r1=948299&r2=948300&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/trunk/plugins/pom.xml (original)
+++ geronimo/devtools/eclipse-plugin/trunk/plugins/pom.xml Wed May 26 03:08:01 2010
@@ -150,6 +150,7 @@
         <module>org.apache.geronimo.st.v21.core</module>
         <module>org.apache.geronimo.st.v22.core</module>
         <module>org.apache.geronimo.st.v30.core</module>
+        <module>org.apache.geronimo.st.v30.jaxbmodel</module>
         <module>org.apache.geronimo.st.ui</module>
         <module>org.apache.geronimo.st.v11.schemas</module>
         <module>org.apache.geronimo.st.schemas</module>