Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for resources in repo.xml #727

Closed
wants to merge 8 commits into from
Closed

Support for resources in repo.xml #727

wants to merge 8 commits into from

Conversation

JoernT
Copy link
Member

@JoernT JoernT commented Jul 9, 2015

support for resources directories in repo.xml, if storing html fails try as binary in deployment.

repo.xml sample:

<?xml version="1.0" encoding="UTF-8"?>
<meta xmlns="http://exist-db.org/xquery/repo">
    <description>eXistdb some app</description>
    <author>eXist Solutions</author>
    <website/>
    <status>alpha</status>
    <license>BSD-2-Clause</license>
    <copyright>true</copyright>
    <type>application</type>
    <target>someapp</target>
    <resources path="bower_components" type="binary"/>
    <resources path="app/elements" type="binary"/>
</meta>

@JoernT JoernT added the enhancement new features, suggestions, etc. label Aug 4, 2015
@dizzzz
Copy link
Member

dizzzz commented Aug 27, 2015

anyone?

@wolfgangmm
Copy link
Member

This PR depends on some other changes by @zwobit. It won't work without them, so I'm waiting for his PR.

@adamretter adamretter added this to the eXist-3.0 milestone Nov 9, 2015
@adamretter adamretter self-assigned this Nov 9, 2015
@zwobit
Copy link
Contributor

zwobit commented Nov 18, 2015

Replaced by: #836

@zwobit zwobit closed this Nov 18, 2015
wolfgangmm added a commit that referenced this pull request Nov 18, 2015
Support for resources in repo.xml (replaces PR #727)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement new features, suggestions, etc.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants