Skip to content

Commit

Permalink
all in 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nodj committed Dec 10, 2014
1 parent 83d8ba0 commit f6c32d9
Show file tree
Hide file tree
Showing 4 changed files with 47 additions and 17 deletions.
36 changes: 28 additions & 8 deletions AutoDerivFeature/feature.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<feature
id="net.nodj.AutoDerivFeature"
label="AutoDeriv plug-in"
version="1.2.0.qualifier"
label="AutoDeriv"
version="1.3.0.qualifier"
provider-name="nodj">

<description url="http://nodj.github.io/AutoDeriv/">
Expand All @@ -14,12 +14,32 @@
</copyright>

<license url="http://opensource.org/licenses/MIT">
------------------------------------------------------------------------------
project AutoDeriv
hosted at https://github.com/nodj/AutoDeriv
------------------------------------------------------------------------------
============================== Project AutoDeriv ===============================
hosted at https://github.com/nodj/AutoDeriv

---------------------------- The MIT License (MIT) -----------------------------

Copyright (c) 2014 johan duparc (johan.duparc@gmail.com)

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the &quot;Software&quot;), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED &quot;AS IS&quot;, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
================================================================================

The MIT License (MIT)

Copyright (c) 2014 johan duparc (johan.duparc@gmail.com)

Expand Down Expand Up @@ -49,7 +69,7 @@ SOFTWARE.
</url>

<plugin
id="net.nodj.AutoDeriv"
id="net.nodj.AutoDerivPlugin"
download-size="0"
install-size="0"
version="0.0.0"
Expand Down
18 changes: 14 additions & 4 deletions AutoDerivPlugin/ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,16 @@ some command should be implemented as a menu button ?


================================================================================
AutoDeriv v1.3.0: 2014-12-xx
--------------------------------------------------------------------------------
- Added global .derived file, aka. Master Conf File (#3)
- Added optional decoration on derived resources
- Fixed: do not call setDerived when attribute is already OK
- Modified: regex syntax more like fnmatch. Not perfect yet. Break old Patterns
- Fixed managment of added/deleted project
- Fixed: workspace check at startup

--------------------------------------------------------------------------------
AutoDeriv v1.2.0: 2014-12-03
--------------------------------------------------------------------------------
- Added CONTRIBUTORS
Expand All @@ -26,21 +36,21 @@ AutoDeriv v1.2.0: 2014-12-03
- log in [workspace]/.metadata/.log
- Added Partern support : syntax at http://docs.oracle.com/javase/7/docs/api/java/util/regex/Pattern.html

================================================================================
--------------------------------------------------------------------------------
AutoDeriv v1.1.0: 2014-12-02
--------------------------------------------------------------------------------
- Support for Java 1.7 (#1)
- .derived file "syntax" updated.
- Updated update site

================================================================================
--------------------------------------------------------------------------------
AutoDeriv v1.0.0: 2014-12-01
--------------------------------------------------------------------------------
- Fully functionnal basics
- Added update site

================================================================================
--------------------------------------------------------------------------------
AutoDeriv v0.0.0: 2014-11-27
--------------------------------------------------------------------------------
- Project creation
================================================================================
================================================================================
8 changes: 4 additions & 4 deletions AutoDerivPlugin/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: AutoDeriv
Bundle-SymbolicName: net.nodj.AutoDeriv;singleton:=true
Bundle-Version: 1.2.0.qualifier
Bundle-SymbolicName: net.nodj.AutoDerivPlugin;singleton:=true
Bundle-Version: 1.3.0.qualifier
Bundle-Activator: autoderiv.Activator
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
org.eclipse.core.resources;bundle-version="3.9.1"
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
org.eclipse.core.resources;bundle-version="3.8.1"
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Bundle-ActivationPolicy: lazy
Export-Package: autoderiv,
autoderiv.handlers,
Expand Down
2 changes: 1 addition & 1 deletion AutoDerivUpdateSite/site.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<description name="AutoDeriv-update@github" url="http://nodj.github.io/AutoDeriv/update">
AutoDeriv update site on github
</description>
<feature url="features/net.nodj.AutoDerivFeature_1.2.0.201412031731.jar" id="net.nodj.AutoDerivFeature" version="1.2.0.201412031731">
<feature url="features/net.nodj.AutoDerivFeature_1.3.0.201412100236.jar" id="net.nodj.AutoDerivFeature" version="1.3.0.201412100236">
<category name="AutoDeriv"/>
</feature>
<category-def name="AutoDeriv" label="nodj&apos;s Eclipse plugins">
Expand Down

0 comments on commit f6c32d9

Please sign in to comment.