All Downloads are FREE. Search and download functionalities are using the official Maven repository.

features.opensocial-templates.feature.xml Maven / Gradle / Ivy

Go to download

Packages all the features that shindig provides into a single jar file to allow loading from the classpath

The newest version!
<?xml version="1.0"?>
<!--
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.

TODO(davidbyttow): In order to use this feature, you must specify
tell the content-rewrite feature to allow tags. Otherwise,
<script type="text/os-template"> will be parsed as JS.
  E.g.,
  <Optional feature="content-rewrite">
    <Param name="include-tags"/>
  </Optional>

TODO(davidbyttow): Implement local versions of jstemplate.

N.B.: Currently the jstemplate library is served directly from googlecode.
This should not be used in a production setting.
-->
<feature>
  <name>opensocial-templates</name>
  <dependency>globals</dependency>
  <dependency>opensocial-data-context</dependency>
  <dependency>jsondom</dependency>
  <dependency>security-token</dependency>
  <dependency>xmlutil</dependency>
  <gadget>
    <script src="jsTemplate/util.js"></script>
    <script src="jsTemplate/jsevalcontext.js"></script>
    <script src="jsTemplate/jstemplate.js"></script>
    <script src="base.js"></script>
    <script src="namespaces.js"></script>
    <script src="util.js"></script>
    <script src="template.js"></script>
    <script src="compiler.js"></script>
    <script src="loader.js"></script>
    <script src="container.js"></script>
    <script src="os.js"></script>
  </gadget>
</feature>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy