- renaming com.google.synthesizer to com.levien.synthesizer in j2se - checking in the junit jar - adding .gitignoresmaster
parent
a073377398
commit
e10d176f3c
@ -0,0 +1,3 @@ |
||||
# Android NDK output files |
||||
obj/** |
||||
libs/** |
@ -0,0 +1,4 @@ |
||||
build/** |
||||
core.jar |
||||
bin/protoc |
||||
lib/libprotobuf.jar |
@ -1,10 +1,10 @@ |
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?> |
||||
<launchConfiguration type="org.eclipse.ui.externaltools.ProgramBuilderLaunchConfigurationType"> |
||||
<booleanAttribute key="org.eclipse.debug.ui.ATTR_LAUNCH_IN_BACKGROUND" value="false"/> |
||||
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_BUILD_SCOPE" value="${working_set:<?xml version="1.0" encoding="UTF-8"?> <resources> <item path="/MusicSynthesizerJ2SE/core/com/google/synthesizer/core/model/composite/Presets.proto" type="1"/> <item path="/MusicSynthesizerJ2SE/core/com/google/synthesizer/core/model/sample/Proto.proto" type="1"/> <item path="/MusicSynthesizerJ2SE/core/com/google/synthesizer/core/music/Music.proto" type="1"/> </resources>}"/> |
||||
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_BUILD_SCOPE" value="${working_set:<?xml version="1.0" encoding="UTF-8"?> <resources> <item path="/MusicSynthesizerJ2SE/core/com/levien/synthesizer/core/model/composite/Presets.proto" type="1"/> <item path="/MusicSynthesizerJ2SE/core/com/levien/synthesizer/core/model/sample/Proto.proto" type="1"/> <item path="/MusicSynthesizerJ2SE/core/com/levien/synthesizer/core/music/Music.proto" type="1"/> </resources>}"/> |
||||
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_LOCATION" value="${project_loc}/../core/bin/protoc"/> |
||||
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_RUN_BUILD_KINDS" value="full,incremental,auto,"/> |
||||
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_TOOL_ARGUMENTS" value="--java_out=../core/gen src/com/google/synthesizer/core/model/composite/Presets.proto src/com/google/synthesizer/core/music/Music.proto"/> |
||||
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_TOOL_ARGUMENTS" value="--java_out=../core/gen src/com/levien/synthesizer/core/model/composite/Presets.proto src/com/levien/synthesizer/core/music/Music.proto"/> |
||||
<booleanAttribute key="org.eclipse.ui.externaltools.ATTR_TRIGGERS_CONFIGURED" value="true"/> |
||||
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_WORKING_DIRECTORY" value="${project_loc}/../core"/> |
||||
</launchConfiguration> |
||||
|
@ -0,0 +1,2 @@ |
||||
build/** |
||||
j2se.jar |
@ -0,0 +1,2 @@ |
||||
build/** |
||||
test.jar |
Binary file not shown.
Loading…
Reference in new issue