|
What this is
Other links
The source code<?xml version="1.0" encoding="UTF-8"?> <component xmlns="http://eclipse.org/component" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://eclipse.org/component ../component.xsd " name="Expression Language"> <plugin id="org.eclipse.core.expressions" /> <package name="org.eclipse.core.expressions"> <type name= "EvaluationContext" subclass="false"/> <type name= "EvaluationResult" subclass="false"/> <type name= "ExpressionConverter" subclass="false"/> <type name= "ExpressionTagNames" subclass="false"/> <type name= "IEvaluationContext" implement="false"/> <type name= "IPropertyTester" implement="false"/> <type name= "IIterable"/> <type name= "ICountable"/> </package> <component-depends unrestricted="true"/> </component> |
... this post is sponsored by my books ... | |
#1 New Release! |
FP Best Seller |
Copyright 1998-2024 Alvin Alexander, alvinalexander.com
All Rights Reserved.
A percentage of advertising revenue from
pages under the /java/jwarehouse
URI on this website is
paid back to open source projects.