diff options
author | Andreas Beeker <kiwiwings@apache.org> | 2021-03-27 14:03:16 +0000 |
---|---|---|
committer | Andreas Beeker <kiwiwings@apache.org> | 2021-03-27 14:03:16 +0000 |
commit | 37791e4bdfc706aa5684745594260f243b4be7ee (patch) | |
tree | a8dd8d0976fc478074d52cd3de79e0e6b5e6a33a /src/models/projectmain.pgml | |
parent | 2bb3839bfe3e3bacff79f8157465633e311239ce (diff) | |
download | poi-37791e4bdfc706aa5684745594260f243b4be7ee.tar.gz poi-37791e4bdfc706aa5684745594260f243b4be7ee.zip |
65206 - Migrate ant / maven to gradle build
update gradle files and project structure along https://github.com/centic9/poi/tree/gradle_build
remove eclipse IDE project files
remove obsolete record generator files
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1888111 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/models/projectmain.pgml')
-rw-r--r-- | src/models/projectmain.pgml | 156 |
1 files changed, 0 insertions, 156 deletions
diff --git a/src/models/projectmain.pgml b/src/models/projectmain.pgml deleted file mode 100644 index e385871f91..0000000000 --- a/src/models/projectmain.pgml +++ /dev/null @@ -1,156 +0,0 @@ -<?xml version="1.0" encoding="ISO-8859-1" ?> -<!-- - ==================================================================== - 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. - ==================================================================== ---> -<!DOCTYPE pgml SYSTEM "pgml.dtd"> -<pgml description="org.argouml.uml.diagram.static_structure.ui.UMLClassDiagram|-64--88-1-2-717d91:e7cd986e07:-8000" - name="projectmain" -> - <group name="Fig0" - description="org.argouml.uml.diagram.static_structure.ui.FigPackage[96, 88, 140, 100]" - href="-64--88-1-2-717d91:e7cd986e07:-7fff" - shown="0" - fill="1" - fillcolor="-1" - stroke="1" - strokecolor="-16777216" - > - <private> - </private> - <rectangle name="Fig0.0" - x="97" - y="89" - width="138" - height="98" - fill="0" - fillcolor="-1" - stroke="0" - strokecolor="-16777216" - /> - <text name="Fig0.1" - context="" - x="96" - y="88" - fill="1" - fillcolor="-1" - stroke="1" - strokecolor="-16777216" - font="dialog" - textsize="9" - >analysisModel</text> - <text name="Fig0.2" - context="" - x="96" - y="103" - fill="1" - fillcolor="-1" - stroke="1" - strokecolor="-16777216" - font="serif" - textsize="10" - ></text> - </group> - <group name="Fig1" - description="org.argouml.uml.diagram.static_structure.ui.FigPackage[336, 88, 140, 100]" - href="-64--88-1-2-717d91:e7cd986e07:-7ffe" - shown="0" - fill="1" - fillcolor="-1" - stroke="1" - strokecolor="-16777216" - > - <private> - </private> - <rectangle name="Fig1.0" - x="337" - y="89" - width="138" - height="98" - fill="0" - fillcolor="-1" - stroke="0" - strokecolor="-16777216" - /> - <text name="Fig1.1" - context="" - x="336" - y="88" - fill="1" - fillcolor="-1" - stroke="1" - strokecolor="-16777216" - font="dialog" - textsize="9" - >designModel</text> - <text name="Fig1.2" - context="" - x="336" - y="103" - fill="1" - fillcolor="-1" - stroke="1" - strokecolor="-16777216" - font="serif" - textsize="10" - ></text> - </group> - <group name="Fig2" - description="org.argouml.uml.diagram.static_structure.ui.FigPackage[120, 232, 140, 100]" - href="127-0-0-1-5b0da1:e8e6d2b713:-7ffc" - shown="0" - fill="1" - fillcolor="-1" - stroke="1" - strokecolor="-16777216" - > - <private> - </private> - <rectangle name="Fig2.0" - x="121" - y="233" - width="138" - height="98" - fill="0" - fillcolor="-1" - stroke="0" - strokecolor="-16777216" - /> - <text name="Fig2.1" - context="" - x="120" - y="232" - fill="1" - fillcolor="-1" - stroke="1" - strokecolor="-16777216" - font="dialog" - textsize="9" - >util</text> - <text name="Fig2.2" - context="" - x="120" - y="247" - fill="1" - fillcolor="-1" - stroke="1" - strokecolor="-16777216" - font="serif" - textsize="10" - ></text> - </group> -</pgml> |